Releases: open-coap/kotlin-mbedtls
Releases · open-coap/kotlin-mbedtls
v1.29.1
What's Changed
- refactor(netty): use connect instead of bind in DtlsClientHandshakeChannelHandler
- build: update Mbedtls to 3.6.2
Full Changelog: v1.28.0...v1.29.1
v1.28.0
What's Changed
- Add metric for counting number of sessions stored
- Support for DTLS session authentication context updates via outbound dgram
Full Changelog: v1.27.0...v1.28.0
v1.27.0
What's Changed
- fix: update workflow to create MbedtlsSizeOf.kt file
- Fix compiler warnings
- Add a way to enforce DTLS session expiration by
New Contributors
Full Changelog: v1.26.0...v1.27.0
v1.26.0
What's Changed
- Optional CID validator
- 🏗️️ Update Mbedtls to 3.6.0 by @github-actions in #55
Full Changelog: v1.24.1...v1.26.0
v1.24.0
What's Changed
- Provide a way to require CID support from a peer
Full Changelog: v1.23.0...v1.24.0
v1.21.0
What's Changed
- 🏗️️ Update Mbedtls to 3.5.1
v1.17.2
What's Changed
- Added AsyncDtlsSessionLifecycleCallbacks
v1.17.1
What's Changed
- Run DTLS session lifecycle probes asynchronously