Skip to content

Latest commit

 

History

History
58 lines (31 loc) · 2.15 KB

CHANGELOG.md

File metadata and controls

58 lines (31 loc) · 2.15 KB

Changelog

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

[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)