Skip to content

Releases: open-coap/java-coap

v6.33.0

Choose a tag to compare

@szysas szysas released this 03 Jun 11:02
0004ab2

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

Choose a tag to compare

@JuhaPekkaa JuhaPekkaa released this 08 Jan 14:21
8f8967f

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

Choose a tag to compare

@JuhaPekkaa JuhaPekkaa released this 25 Nov 14:15
664b379

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

Choose a tag to compare

@JuhaPekkaa JuhaPekkaa released this 06 Nov 08:24
e3e967f

What's Changed

New Contributors

Full Changelog: v6.28.0...v6.29.0

v6.28.0

Choose a tag to compare

@JuhaPekkaa JuhaPekkaa released this 06 Nov 08:24

What's Changed

New Contributors

Full Changelog: v6.27.0...v6.28.0

v6.27.0

Choose a tag to compare

@szysas szysas released this 27 Aug 16:42

Full Changelog: v6.26.1...v6.27.0

v6.26.0

Choose a tag to compare

@szysas szysas released this 25 Feb 14:20

What's Changed

  • build: update dependencies
  • build: bump kotlin-mbedtls

Full Changelog: v6.25.2...v6.26.0

v6.25.2

Choose a tag to compare

@szysas szysas released this 25 Sep 10:04

What's Changed

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

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

v6.25.0

Choose a tag to compare

@szysas szysas released this 20 Sep 06:32
d1b7b98

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

Choose a tag to compare

@szysas szysas released this 10 Sep 06:07
40eccb1

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