Releases: open-coap/java-coap
Releases · open-coap/java-coap
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
v6.23.0
What's Changed
- Added CoapServerGroup
- Helper function to bind same random port multiple times in Netty
Full Changelog: v6.22.3...v6.23.0
v6.22.0
What's Changed
- GH-86 Fix warning: 'Class is exposed outside of its visibility scope'
- GH-82 TransportContext: merge and key iterator
- Make CoAP responses carry DTLS context as well as requests
- Add
TransportContext
intoCoapResponse
Full Changelog: v6.21.0...v6.22.0
v6.21.0
What's Changed
- forever loop bugfix by @topiasjokiniemi-nordic