Releases: marianobarrios/tls-channel
Releases · marianobarrios/tls-channel
0.4.2
0.4.1
Clarify license in build file.
0.4.0
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
Fix (again) Java 8 compatibility
0.3.1
Fix a accidental incompatibility with Java < 13
0.3.0
- Include testing with Java 11 and latter
- Add TLS 1.3 support
0.2.0
- Add support for AsynchronousByteChannels
0.1.1
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
Add similar project to README