Releases: open-coap/kotlin-mbedtls
Releases · open-coap/kotlin-mbedtls
v1.33.1
What's Changed
- fix: Properly suppress log messages after updating to multi-threading support by @akolosov-n in #98
Full Changelog: v1.33.0...v1.33.1
v1.33.0
What's Changed
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #95
- build: enable threading support by @JuhaPekkaa in #97
Full Changelog: v1.32.3...v1.33.0
v1.32.3
What's Changed
- improve error handling for DTLS session loading and saving by @JuhaPekkaa in #93
- suppress unnecessary log messages by @JuhaPekkaa in #92
Full Changelog: v1.32.2...v1.32.3
v1.32.2
What's Changed
- ci: remove manual release step that did not work by @szysas in #89
- build: minor improvement to repo cloning with submodules by @szysas in #90
- refactor: simplify mbedlts compilation script by @JuhaPekkaa in #91
Full Changelog: v1.32.1...v1.32.2
v1.32.1
What's Changed
- build: bump actions/checkout from 4 to 5 by @dependabot[bot] in #81
- build: bump actions/setup-java from 4 to 5 by @dependabot[bot] in #79
- build: bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #80
- ci: remove building on jdk 8 by @szysas in #82
- build: allow to run specific benchmark test by @szysas in #87
- build(deps): bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #84
- build(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #85
- build(deps): bump gradle/actions from 4 to 5 by @dependabot[bot] in #86
- build: Update mbedtls to 4.0.0 by @JuhaPekkaa in #83
- build: upgrade publishing JDK from 8 to 17 by @JuhaPekkaa in #88
Full Changelog: v1.31.1...v1.32.1
v1.31.1
What's Changed
- 🏗️️ Update Mbedtls to 3.6.3 by @github-actions[bot] in #73
- fix(build): download missing mbedtls-framework for compile by @tuukkateppola in #75
- fix(build): mbedtls-framework download by @tuukkateppola in #76
- 🏗️️ Update Mbedtls to 3.6.4 by @github-actions[bot] in #74
- build: update Netty version to 4.2.4 by @JuhaPekkaa in #77
- build: update dependencies to latest versions by @JuhaPekkaa in #78
New Contributors
- @tuukkateppola made their first contribution in #75
Full Changelog: v1.30.0...v1.31.1
v1.30.0
What's Changed
- Validate DTLS message before decryption by @JuhaPekkaa in #59
Full Changelog: v1.29.1...v1.30.0
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
- @JuhaPekkaa made their first contribution in #57
Full Changelog: v1.26.0...v1.27.0