Skip to content

Releases: teragrep/rlp_01

3.0.2

10 May 15:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.1...3.0.2

3.0.1

03 Jan 10:00
b71185a
Compare
Choose a tag to compare

tls-reconnect

03 Jan 07:27
510e330
Compare
Choose a tag to compare

2.2.0 does not support reconnect of existing connections and therefore RelpConnection(SSLEngine sslEngine); needed to be changed to RelpConnection(Supplier sslEngineSupplier);

other changes:

  • update tls-channel to 0.7.0
  • update slf4j to 2.0.6
  • change log methods to use trace to avoid complications when rlp_01 is used within a logger plugin providing slf4j capability (would need to instantiate rlp_01 to log the debug messages as the slf4j default config prints out debug. trace is not printed so instantiation goes smoothly).

tls support, slf4j conversion, minor bug fixes

30 Dec 11:42
c0f3c85
Compare
Choose a tag to compare

What's Changed

  • RELP_DEBUG environment variable is no longer used, configure sfl4j provider to enable debug and trace output.
  • refactor socket operations to use RelpClientSocket abstract class by @kortemik in #18
  • Tls by @kortemik in #19
  • convert to slf4j from System.out and System.err by @kortemik in #22
  • fix cid-325869 by @kortemik in #23
  • issue #20 by @kortemik in #24

Full Changelog: 2.1.1...2.2.0

2.1.1

14 Dec 14:38
Compare
Choose a tag to compare

proper value checks for TXNR and DATALEN

change constructor visibility for RelpFrameTX, RelpFrameRX, TxID

09 Feb 13:24
4d1a309
Compare
Choose a tag to compare

change constructor visibility for RelpFrameTX, RelpFrameRX, TxID to public

Apache License Version 2.0

29 Jan 19:58
6f1bcf3
Compare
Choose a tag to compare

Apache License Version 2.0

Includes compatibility changes for rlp_03.

1.0.9

10 Jan 14:36
Compare
Choose a tag to compare

Updates license

github packages release

13 May 06:32
d05a5be
Compare
Choose a tag to compare
1.0.8

use proper revision with github-packages

version 1.0.7

03 May 10:52
Compare
Choose a tag to compare

initial release