Plgd Dev Go Coap Versions Save

Implementation of CoAP Server & Client in Go

v3.1.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/plgd-dev/go-coap/compare/v3.1.1...v3.1.2

v3.1.1

1 year ago

What's Changed

Full Changelog: https://github.com/plgd-dev/go-coap/compare/v3.1.0...v3.1.1

v3.1.0

1 year ago

What's Changed

Full Changelog: https://github.com/plgd-dev/go-coap/compare/v3.0.2...v3.1.0

v3.0.2

1 year ago

What's Changed

Full Changelog: https://github.com/plgd-dev/go-coap/compare/v3.0.1...v3.0.2

v3.0.1

1 year ago

What's Changed

Full Changelog: https://github.com/plgd-dev/go-coap/compare/v3.0.0...v3.0.1

v3.0.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/plgd-dev/go-coap/compare/v2.6.0...v3.0.0

v2.6.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/plgd-dev/go-coap/compare/v2.5.0...v2.5.1

v2.5.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/plgd-dev/go-coap/compare/v2.4.0...v2.5.0

v2.4.0

3 years ago

News

  • reduced goroutines

Breaking changes

  • Inactivity monitor was refactored - it supports client server
  • Keep-alive uses Inactivity monitor

Fixes

  • fix segfault for access to nil body message (#206)
  • fix an issue which prevents blockwise xfer working with observe
  • tcp, udp, dtls: fix write message to channel under select

v2.3.0

3 years ago

New Features

  • Inactivity monitoring for UDP/DTLS server(#194)
  • Allow to set UDP ClientConn timing parameters (#193)
  • Allow client to send non-confirmable messages (#192)
  • Optimize memory for TCP observation (#187)