From a17a906d1025446aa08d557faf3a1c4929d1d5aa Mon Sep 17 00:00:00 2001 From: Nick Miller Date: Fri, 26 Aug 2022 10:41:46 -0700 Subject: [PATCH] release: 0.2.0 Standard release updates to CHANGELOG, VERSION, and README. Signed-off-by: Nick Miller --- CHANGELOG.md | 20 +++++++++++++++++--- README.md | 4 ++-- VERSION.txt | 2 +- 3 files changed, 20 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29f5a91..6638971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,25 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Draft, 0.2.0] - TBD +## [0.2.0] - 2022-08-26 ### Breaking Changes -- golioth_client: The function golioth_client_create() takes different parameters. +- golioth_client: The function `golioth_client_create()` takes different parameters. Existing code can migrate by placing the PSK-ID and PSK into the - golioth_client_config_t struct. + golioth_client_config_t struct. See `examples/golioth_basics` for an example. +### Added +- golioth_coap_client: Support for PKI certificate authentication over DTLS +- ble.c: new file, BLE GATT server for provisioning WiFi and Golioth credentials +- New `certificate_auth` example +- docs: Contributing.md, style guide +### Changed +- golioth_basics: custom partition table to accommodate app size over 1 MB +- Kconfig: RPC and Settings feature flags enabled by default +- golioth_coap_client: More useful error message when DTLS handshake fails +- magtag_demo: add support for shell and NVS credentials +- docs: Improved API docs in Doxygen, README landing page +### Fixed +- magtag_demo: support for USB CDC, now serial I/O works +- test: consistent timeouts to prevent flaky CI ## [0.1.0] - 2022-07-25 ### Added diff --git a/README.md b/README.md index 88044e4..839b381 100644 --- a/README.md +++ b/README.md @@ -186,5 +186,5 @@ being manually tested with the same procedure). | Board | Module | esp-idf version | Last Tested Commit | | --- | --- | --- | --- | | ESP32-S3-DevKitC-1 | ESP32-S3-WROOM-1 | v4.4.1 | Every commit, CI/CD | -| ESP32-DevKitC-32E | ESP32-WROOM-32E | v4.4.1 | 56944d3 (Aug 2, 2022) | -| ESP32-C3-DevKitM-1 | ESP32-C3-MINI-1 | v4.4.1 | 56944d3 (Aug 2, 2022) | +| ESP32-DevKitC-32E | ESP32-WROOM-32E | v4.4.1 | v0.2.0 (Aug 26, 2022) | +| ESP32-C3-DevKitM-1 | ESP32-C3-MINI-1 | v4.4.1 | v0.2.0 (Aug 26, 2022) | diff --git a/VERSION.txt b/VERSION.txt index 6e8bf73..0ea3a94 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.1.0 +0.2.0