Skip to content

Releases: protojure/lib

Release v1.5.12

23 Dec 17:22
0d2f1b5
Compare
Choose a tag to compare
Changes since v1.5.11
----------------------
6c830d4 Run cljfmt on generated source :)
d9ad1a5 Add tests for empty/nonempty decoding
db4167a Add test resources: empty.proto
66c4d26 Add Sean Harrap to contributors
9da5168 Remove elision for empty messages
fd3c39d Update CONTRIBUTORS.md
4ff5a31 Fix response-channel leak
5655842 Add ef-test to REPL
93bc8da Update README.md
05f6092 Update documentation (#75)

Signed-off-by: Greg Haskins <greg@manetu.com>

Release v1.5.11

19 Oct 20:22
9832f97
Compare
Choose a tag to compare
Changes since v1.5.10
-----------------------
c2a9994 Use the PeerAddress as our connection state key

Signed-off-by: Greg Haskins <greg@manetu.com>

Release v1.5.10

16 Oct 16:31
21bce0f
Compare
Choose a tag to compare
Changes since v1.5.9
------------------------
54831df Try 3: Fix leak in unsubscribe

Signed-off-by: Greg Haskins <greg@manetu.com>

Release v1.5.9

15 Oct 18:56
5576638
Compare
Choose a tag to compare
Changes since v1.5.8
---------------------
ff4faf5 Fix leak in unsubscribe (#72)

Signed-off-by: Greg Haskins <greg@manetu.com>

Release v1.5.8

09 Oct 12:28
de1c8be
Compare
Choose a tag to compare
Changes since v1.5.7
------------------------
2217600 Implement proper connection-close subscription in Undertow

Signed-off-by: Greg Haskins <greg@manetu.com>

Release v1.5.7

16 Sep 12:28
Compare
Choose a tag to compare
Changes since v1.5.6
-----------------------
df4b5f8 Ensure client exceptions propagate fully to main thread   * Client exception handling & resource cleanup
8066fb6 Tweak idle timeout test to fix ci breakage. Allows any exception to be thrown.
a0ad6c9 Jetty client lifecycle improvements
5d1924f Update to latest clojure image
655deaf Run lein-ancient
4187571 Upgrade all plugins, and run lein-cljfmt
c662a06 Disable broken ssl-check test
ce183e3 Update to the latest cloverage

Signed-off-by: Greg Haskins <greg@manetu.com>

Release v1.5.6

28 Aug 20:09
Compare
Choose a tag to compare
Changes since v1.5.5
-------------------------
361e71c Properly terminate a stream when body/trailers may be nil
c852c90 Prepare for v1.5.6 development

Signed-off-by: Greg Haskins <greg@manetu.com>

Release v1.5.5

27 Aug 12:09
Compare
Choose a tag to compare
Changes since v1.5.4
--------------------------
dfadecb Handle grpc-status in both HEADER and TRAILERS in grpc-http2 protocol

Signed-off-by: Greg Haskins <greg@manetu.com>

Release v1.5.4

23 Aug 14:13
Compare
Choose a tag to compare
Changes since v1.5.3
-----------------------
f1300b0 Reduce log-level during UTs to :error
b2e1da3 Ensure we close the output channel under error conditions
b2cf6c5 Re-enable cloverage (#54)

Signed-off-by: Greg Haskins <greg@manetu.com>

Release v1.5.3

04 Aug 02:14
b9f9636
Compare
Choose a tag to compare
Changes since v1.5.2
----------------------
25afc0c Disable cloverage (for now)
cce76bd [#52] Fix CloseConnectionException
bca740b Use a thread-pool executor instead of go-routine for pedestal stack
729876a Wire idle-timeout set on jetty client (#51)

Signed-off-by: Greg Haskins <greg@manetu.com>