Skip to content

Latest commit

 

History

History
70 lines (37 loc) · 2.54 KB

File metadata and controls

70 lines (37 loc) · 2.54 KB

Changelog

All notable changes to this project will be documented in this file.

[0.13.3] - 2025-05-10

Bug Fixes

  • Return all known codes from CoapResponse.get_status (#45) (0a32eb4)

[0.13.2] - 2025-04-23

Bug Fixes

  • Handle integer overflow in option delta and length (#44) (e5cf583)

[0.13.1] - 2025-01-22

Features

  • Derive PartialOrd for ResponseType (4a45bd5)
  • Implement is_error() for ResponseType (41e3bea)

[0.13.0] - 2024-07-31

Features

  • [breaking] Make observe notifications optionally confirmable (cf15358)
  • Derive PartialEq for some structs (3ca88e7)

Bug Fixes

  • Remove unexpected cfg condition (503cd88)

[0.12.0] - 2024-04-29

Bug Fixes

  • [breaking] Don't copy payload when creating a response from request packet (30eb0b8)

Refactor

  • [breaking] Remove deprecated features (678b2eb)

[0.10.0] - 2022-07-08

Features

  • Add missing CoAP Content-Formats (#23) (88f0d82)

[0.5.1] - 2021-08-10

examples

[0.4.1] - 2021-02-25

example

  • Use updated coap-handler idiom (4a5ab5f)

[0.4.0] - 2021-02-07

coap-message

  • Implement marker traits already satisfied by construction (52c7101)
  • Bump to 0.1.1 to make payload_mut more usable (9499633)