Skip to content

Releases: open-coap/java-coap

v6.25.2

25 Sep 10:04
Compare
Choose a tag to compare

What's Changed

  • fix: correlation-tag option number to be non-critical

Full Changelog: v6.25.0...v6.25.2

v6.25.0

20 Sep 06:32
d1b7b98
Compare
Choose a tag to compare

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

10 Sep 06:07
40eccb1
Compare
Choose a tag to compare

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

30 Aug 10:41
Compare
Choose a tag to compare

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

21 Aug 06:08
0a74d7f
Compare
Choose a tag to compare

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 into CoapResponse

Full Changelog: v6.21.0...v6.22.0

v6.21.0

15 Mar 14:45
1a85926
Compare
Choose a tag to compare

What's Changed

v6.20.0

01 Feb 07:01
Compare
Choose a tag to compare

What's Changed

  • GH-73 Add context modifier to CoapRequest
  • Bump mbedtls

Full Changelog: v6.19.0...v6.20.0

v6.19.0

07 Nov 13:20
Compare
Choose a tag to compare

What's Changed

  • Use builder pattern for CoapRequest and CoapResponse
  • #70 Fix typos

Full Changelog: v6.18.0...v6.19.0

v6.18.0

03 Oct 12:47
Compare
Choose a tag to compare

What's Changed

  • #36 Observation handling refactoring:
  • Minimal support for Echo and Request-tag [RFC 9175]
  • Deprecate lwm2m module

Full Changelog: v6.17.1...v6.18.0

v6.17.1

11 Sep 08:50
ceb4f5d
Compare
Choose a tag to compare

What's Changed

  • API improvements to CoapRequest and CoapResponse
  • Update kotlin-mbedtls v1.17.2
  • Make DTLS session start available in the TransportContext