# Changelog All notable changes to this project will be documented in this file. ## [0.13.0] - 2024-07-31 ### Features - [**breaking**] Make observe notifications optionally confirmable ([cf15358](https://github.com/martindisch/coap-lite/commit/cf1535839d79f468beb685d3aed0df6fd2aff1dc)) - Derive PartialEq for some structs ([3ca88e7](https://github.com/martindisch/coap-lite/commit/3ca88e743d4324f9d0947eb744060bea552ec94d)) ### Bug Fixes - Remove unexpected cfg condition ([503cd88](https://github.com/martindisch/coap-lite/commit/503cd8838eedad3234b38538cd3fb089d683574a)) ## [0.12.0] - 2024-04-29 ### Bug Fixes - [**breaking**] Don't copy payload when creating a response from request packet ([30eb0b8](https://github.com/martindisch/coap-lite/commit/30eb0b84b23cd8d97135e91431b99a0982d245ae)) ### Refactor - [**breaking**] Remove deprecated features ([678b2eb](https://github.com/martindisch/coap-lite/commit/678b2eb133830e63ef4f813326356e9760436005)) ## [0.10.0] - 2022-07-08 ### Features - Add missing CoAP Content-Formats (#23) ([88f0d82](https://github.com/martindisch/coap-lite/commit/88f0d82bd74121e8615b192ab822c7f76dc1cb35)) ## [0.5.1] - 2021-08-10 ### examples - Remove complexity ([807b710](https://github.com/martindisch/coap-lite/commit/807b710e5866b09b4f685896e970386b5e8f1f71)) ## [0.4.1] - 2021-02-25 ### example - Use updated coap-handler idiom ([4a5ab5f](https://github.com/martindisch/coap-lite/commit/4a5ab5f500cd039791c23fc86fef59653f7daed8)) ## [0.4.0] - 2021-02-07 ### coap-message - Implement marker traits already satisfied by construction ([52c7101](https://github.com/martindisch/coap-lite/commit/52c7101f934cc89ba625febbbb6cea4a57902255)) - Bump to 0.1.1 to make payload_mut more usable ([9499633](https://github.com/martindisch/coap-lite/commit/94996336f641169415bc392d8533df75b09ba439))