Releases: teragrep/rlp_01
Releases · teragrep/rlp_01
3.0.2
3.0.1
tls-reconnect
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
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
change constructor visibility for RelpFrameTX, RelpFrameRX, TxID
change constructor visibility for RelpFrameTX, RelpFrameRX, TxID to public
Apache License Version 2.0
Apache License Version 2.0
Includes compatibility changes for rlp_03.
1.0.9
Updates license
github packages release
1.0.8 use proper revision with github-packages
version 1.0.7
initial release