Releases: protojure/lib
Releases · protojure/lib
Release v2.0.2
Changes since v2.0.1 ------------------- 5b0b986 Do not block the core.async thread in jetty::transmit-data-frame ea87313 Fix missing multi-method in protobuf/serialize 3202f61 Remove superfluous p/catch 02d20da Restore cloverage analysis 8971046 Update clojars badges Signed-off-by: Greg Haskins <[email protected]>
Release v2.0.1
Changes since v2.0.0 --------------------- 1cd2c80 Add io.github prefix to group to work with new clojars rules Signed-off-by: Greg Haskins <[email protected]>
Release v2.0.0
Changes since v1.7.3 ------------------ d322d00 Automatically update the top-level protojure version in 'make set-version' target 795080d Split into [io core grpc-client grpc-server] modules e73042b Switch to eftest runner 21d3e4f Update copyright dad7791 Refactor the IO layer 6610c09 Only disconnect valid subscribers Signed-off-by: Greg Haskins <[email protected]>
Release v1.7.3
Changes since v1.7.2 ---------------------- f0d3442 Support byte-array writes in OutputStream 1247282 Use promesa directly 58beab4 Use latest google.protobuf Signed-off-by: Greg Haskins <[email protected]>
Release v1.5.18
Changes since v1.5.17 ---------------------- f0d3442 Support byte-array writes in OutputStream 1247282 Use promesa directly 58beab4 Use latest google.protobuf Signed-off-by: Greg Haskins <[email protected]>
Release v1.7.2
Changes since v1.7.1 -------------------- effdb03 Add type hints 9e0e49e Channel all IO to pool thread Signed-off-by: Greg Haskins <[email protected]>
Release v1.5.17
Changes since v1.5.16 ---------------------- effdb03 Add type hints 9e0e49e Channel all IO to pool thread Signed-off-by: Greg Haskins <[email protected]>
Release v1.5.16
This merges the latest v1.7.1 updates to the 1.5.x branch Changes since v1.5.15 ------------------------ 28503ab Restore jetty 9.x semantics aa11a60 Bytebuffer enhancement (#103) 08649ef Update to the latest promesa (#102) 527e55e Upgrade to latest tools.logging (#101) 0bb5d50 Update deps (#100) 7d2a909 Updates (#99) 6e3e1c5 Exclude non-protojure .class files from jar 9dad13c Support multi-value headers (#94) bb783b1 Add ReturnErrorStreaming test 9bd3335 Add a grpc-status unit-test 64d34c1 Add check-throw to grpc unit-tests 9062cbf Server close test (#90) 6a4170f Handle exceptions (#88) 55a73a6 Add ^:no-doc metadata to ns breaking build Signed-off-by: Greg Haskins <[email protected]>
Release v1.7.1
Changes since v1.7.0 ---------------------- aa11a60 Bytebuffer enhancement (#103) Signed-off-by: Greg Haskins <[email protected]>
Release v1.7.0
N.B. This release features a change in the promesa promise library from v3.0 to v6.0 and may have API compatibility issues with your clients under certain circumstances. See commit history for more details CHanges since v1.6.6 -------------------- 08649ef Update to the latest promesa (#102) Signed-off-by: Greg Haskins <[email protected]>