Skip to content

Releases: marianobarrios/tls-channel

0.4.2

27 Sep 21:13
Compare
Choose a tag to compare

Work around issue in GraalVM

0.4.1

06 Aug 20:05
Compare
Choose a tag to compare

Clarify license in build file.

0.4.0

14 Jul 21:30
Compare
Choose a tag to compare

Incremental version:

  • Fix incompatibility with Netty OpenSSL wrapper
  • Reduce GC footprint (less object allocations)
  • Fix bug related to closing asynchronous sockets
  • Clarify non-support for DTLS
  • Fix bug related to zeroing pooled buffers.

0.3.2

26 Jan 10:52
Compare
Choose a tag to compare
Fix (again) Java 8 compatibility

0.3.1

18 Jan 12:17
Compare
Choose a tag to compare

Fix a accidental incompatibility with Java < 13

0.3.0

13 Jan 23:04
Compare
Choose a tag to compare
  • Include testing with Java 11 and latter
  • Add TLS 1.3 support

0.2.0

04 Sep 21:23
Compare
Choose a tag to compare
  • Add support for AsynchronousByteChannels

0.1.1

05 May 19:02
Compare
Choose a tag to compare

Bugfix release.

  • Remove wrong assertion, that could lead to a spurious exception in non-blocking mode, when the first network read happened in low-buffer conditions. The issue only affected server-side connections that had SNI fetching enabled.

0.1.0

22 Jul 13:17
Compare
Choose a tag to compare
Add similar project to README