Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
release: 0.2.0
Browse files Browse the repository at this point in the history
Standard release updates to CHANGELOG, VERSION, and README.

Signed-off-by: Nick Miller <[email protected]>
  • Loading branch information
ncmiller committed Aug 26, 2022
1 parent 4fdf20d commit a17a906
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
20 changes: 17 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.2.0

0 comments on commit a17a906

Please sign in to comment.