Releases: open-coap/java-coap
Releases · open-coap/java-coap
Release list
v6.33.0
What's Changed
- feat(coap-core): add payload methods to CoapRequest builder for byte arrays by @szysas in #130
- fix(coap-core): handle null in getCustomOption method by @szysas in #128
- fix(coap-core): add mapping for 204 http status to C205_CONTENT code by @szysas in #129
Full Changelog: v6.32.1...v6.33.0
v6.31.0
What's Changed
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #123
- build: update kotlin-mbedtls and kotlin-mbedtls-netty to version 1.33.1 by @JuhaPekkaa in #124
Full Changelog: v6.30.0...v6.31.0
v6.30.0
What's Changed
- build: upgrade kotlin-mbedtls and kotlin-mbedtls-netty to version 1.32.2 by @JuhaPekkaa in #122
Full Changelog: v6.29.0...v6.30.0
v6.29.0
What's Changed
- Bump gradle/actions from 4 to 5 by @dependabot[bot] in #120
- build: upgrade kotlin-mbedtls to version 1.32.1 by @JuhaPekkaa in #121
New Contributors
- @JuhaPekkaa made their first contribution in #121
Full Changelog: v6.28.0...v6.29.0
v6.28.0
What's Changed
- Bump actions/setup-java from 4 to 5 by @dependabot[bot] in #114
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #115
- ci: remove jdk 8 from build support by @szysas in #116
- build: update dependencies by @szysas in #117
- ci: build with jdk 25 by @szysas in #118
- feat(coap-core): Configure custom recognized critical options in CoapServerBuilder by @tuukkateppola in #119
New Contributors
- @tuukkateppola made their first contribution in #119
Full Changelog: v6.27.0...v6.28.0
v6.27.0
v6.26.0
What's Changed
- build: update dependencies
- build: bump kotlin-mbedtls
Full Changelog: v6.25.2...v6.26.0
v6.25.2
What's Changed
- fix: correlation-tag option number to be non-critical
Full Changelog: v6.25.0...v6.25.2
v6.25.0
What's Changed
- feat(coap-core): Add java-coap specific header option for correlation tags
Full Changelog: v6.24.2...v6.25.0
v6.24.2
What's Changed
- feat: Add support for custom COAP requests logging
- feat: wrap and unwrap logging transport
- feat(logging): Add simple support for CoAP request logging
Bug fixes:
- fix(logging): Make underlying transport visible in LoggingCoapTransport
- fix(coap-core): Expect generic Filter in CoapServerBuilder methods
Full Changelog: v6.23.0...v6.24.2