Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
release: v0.8.0
Browse files Browse the repository at this point in the history
See CHANGELOG.md for details.

Signed-off-by: Marcin Niestroj <[email protected]>
  • Loading branch information
mniestroj committed Nov 6, 2023
1 parent 84413b0 commit 97b9fb0
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 26 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ 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).

## [0.8.0] - 2023-11-06
### Added
- pinout for ESP32 WROVER in samples' README files
- support for nRF52840DK + ESP-AT platform in `samples/cert-provisioning/`
- documentation (README file) for `samples/rpc/`
- `CONFIG_GOLIOTH_USE_CONNECTION_ID` Kconfig option enables [DTLS
CID](https://datatracker.ietf.org/doc/html/rfc9147) use

### Changed
- WiFi state machine (with implemented reconnects) has replaced previous implementation of simple
one-shot connection attempt to WiFi Access Point
- moved Python Golioth package to separate repository at
https://github.com/golioth/python-golioth-tools
- replaced `samples/common/runtime_psk.conf` with `samples/common/runtime_settings.conf` that
additionally enables WiFi credentials storage in Zephyr settings subsystem
- verified with NCS v2.5.0
- verified with Zephyr v3.5.0

## [0.7.1] - 2023-08-11
### Fixed
- RPC parameter parsing when used with NCS
Expand Down
50 changes: 25 additions & 25 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,59 +100,59 @@ During release testing, all boards and services are verified using sample applic
| | | |Golioth |
| | | |version |
+==================+==============+=============+==========+
|nRF91 Development |Authentication|v0.7.1 |v0.30.7 |
|nRF91 Development |Authentication|v0.8.0 |v0.30.7 |
|Kit +--------------+-------------+ |
| |Logs |v0.7.1 | |
| |Logs |v0.8.0 | |
| +--------------+-------------+ |
| |DFU |v0.7.1 | |
| |DFU |v0.8.0 | |
| +--------------+-------------+ |
| |LightDB |v0.7.1 | |
| |LightDB |v0.8.0 | |
| +--------------+-------------+ |
| |LightDB Stream|v0.7.1 | |
| |LightDB Stream|v0.8.0 | |
+------------------+--------------+-------------+----------+
|ESP32-WROOM-32D |Authentication|v0.7.1 |v0.30.7 |
|ESP32-WROOM-32D |Authentication|v0.8.0 |v0.30.7 |
| +--------------+-------------+ |
| |Logs |v0.7.1 | |
| |Logs |v0.8.0 | |
| +--------------+-------------+ |
| |DFU |v0.7.1 | |
| |DFU |v0.8.0 | |
| +--------------+-------------+ |
| |LightDB |v0.7.1 | |
| |LightDB |v0.8.0 | |
| +--------------+-------------+ |
| |LightDB Stream|v0.7.1 | |
| |LightDB Stream|v0.8.0 | |
+------------------+--------------+-------------+----------+
|nRF52840 DK + |Authentication|v0.7.1 |v0.30.7 |
|nRF52840 DK + |Authentication|v0.8.0 |v0.30.7 |
|ESP32-WROOM-32D +--------------+-------------+ |
| |Logs |v0.7.1 | |
| |Logs |v0.8.0 | |
| +--------------+-------------+ |
| |DFU |v0.7.1 | |
| |DFU |v0.8.0 | |
| +--------------+-------------+ |
| |LightDB |v0.7.1 | |
| |LightDB |v0.8.0 | |
| +--------------+-------------+ |
| |LightDB Stream|v0.7.1 | |
| |LightDB Stream|v0.8.0 | |
| +--------------+-------------+ |
| |Settings |v0.7.1 | |
| |Settings |v0.8.0 | |
+------------------+--------------+-------------+----------+
|MIMXRT1060-EVKB |Authentication|v0.7.1 |v0.30.7 |
|MIMXRT1060-EVKB |Authentication|v0.8.0 |v0.30.7 |
| +--------------+-------------+ |
| |Logs |v0.7.1 | |
| |Logs |v0.8.0 | |
| +--------------+-------------+ |
| |DFU |N/A | |
| +--------------+-------------+ |
| |LightDB |v0.7.1 | |
| |LightDB |v0.8.0 | |
| +--------------+-------------+ |
| |LightDB Stream|v0.7.1 | |
| |LightDB Stream|v0.8.0 | |
| +--------------+-------------+ |
| |Settings |v0.7.1 | |
| |Settings |v0.8.0 | |
+------------------+--------------+-------------+----------+
|QEMU x86 |Authentication|v0.7.1 |v0.30.7 |
|QEMU x86 |Authentication|v0.8.0 |v0.30.7 |
| +--------------+-------------+ |
| |Logs |v0.7.1 | |
| |Logs |v0.8.0 | |
| +--------------+-------------+ |
| |DFU |Not supported| |
| +--------------+-------------+ |
| |LightDB |v0.7.1 | |
| |LightDB |v0.8.0 | |
| +--------------+-------------+ |
| |LightDB Stream|v0.7.1 | |
| |LightDB Stream|v0.8.0 | |
+------------------+--------------+-------------+----------+

.. _Zephyr RTOS: https://www.zephyrproject.org/
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.1
0.8.0

0 comments on commit 97b9fb0

Please sign in to comment.