# BlueCherry library for ESP-IDF changelog ## [V1.0.0](https://github.com/bluecherry/bluecherry-esp-idf/releases/tag/v1.0.0) ### Features - Initial release ### Bug Fixes - None ## [V1.1.0](https://github.com/bluecherry/bluecherry-esp-idf/releases/tag/v1.1.0) ## [V1.2.0](https://github.com/bluecherry/bluecherry-esp-idf/releases/tag/v1.2.0) ### Features - cpp support ([#1](https://github.com/bluecherry/bluecherry-esp-idf/pull/1)) - socket and ssl reconnection upon failure (uc) ([#2](https://github.com/bluecherry/bluecherry-esp-idf/pull/2)) - feat(OTA): added OTA support and improved socket error handling ([#3](https://github.com/bluecherry/bluecherry-esp-idf/pull/3)) - feat(auto-sync): blocks until queue is ready or timeout ([#4](https://github.com/bluecherry/bluecherry-esp-idf/pull/4)) ## [V1.3.0](https://github.com/bluecherry/bluecherry-esp-idf/releases/tag/v1.3.0) ### Features - feat(ZTP): Zero Touch Provisioning integration ([#7](https://github.com/bluecherry/bluecherry-esp-idf/pull/7)) ## [V1.3.1](https://github.com/bluecherry/bluecherry-esp-idf/releases/tag/v1.3.1) ### Features - feat(Kconfig): added kconfig and removed watchdog from main thread ([#8](https://github.com/bluecherry/bluecherry-esp-idf/pull/8)) ### Fixes - fix(reconnection): improved reconnection handling for bluecherry sync ([#9](https://github.com/bluecherry/bluecherry-esp-idf/pull/9)) ## [V1.3.2](https://github.com/bluecherry/bluecherry-esp-idf/releases/tag/v1.3.2) ### Fixes - fix(CoAP): message id type uint16_t ([#11](https://github.com/bluecherry/bluecherry-esp-idf/pull/11)) ## [V1.3.3](https://github.com/bluecherry/bluecherry-esp-idf/releases/tag/v1.3.3) ## [V1.3.4](https://github.com/bluecherry/bluecherry-esp-idf/releases/tag/v1.3.4) - fix (sync): [ack offset receiving bug, more stable parsing](https://github.com/bluecherry/bluecherry-esp-idf/commit/776bd51614aef32038464e6968a842470e1e11a7)