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

Commit 97b9fb0

Browse files
committed
release: v0.8.0
See CHANGELOG.md for details. Signed-off-by: Marcin Niestroj <[email protected]>
1 parent 84413b0 commit 97b9fb0

File tree

3 files changed

+44
-26
lines changed

3 files changed

+44
-26
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.8.0] - 2023-11-06
8+
### Added
9+
- pinout for ESP32 WROVER in samples' README files
10+
- support for nRF52840DK + ESP-AT platform in `samples/cert-provisioning/`
11+
- documentation (README file) for `samples/rpc/`
12+
- `CONFIG_GOLIOTH_USE_CONNECTION_ID` Kconfig option enables [DTLS
13+
CID](https://datatracker.ietf.org/doc/html/rfc9147) use
14+
15+
### Changed
16+
- WiFi state machine (with implemented reconnects) has replaced previous implementation of simple
17+
one-shot connection attempt to WiFi Access Point
18+
- moved Python Golioth package to separate repository at
19+
https://github.com/golioth/python-golioth-tools
20+
- replaced `samples/common/runtime_psk.conf` with `samples/common/runtime_settings.conf` that
21+
additionally enables WiFi credentials storage in Zephyr settings subsystem
22+
- verified with NCS v2.5.0
23+
- verified with Zephyr v3.5.0
24+
725
## [0.7.1] - 2023-08-11
826
### Fixed
927
- RPC parameter parsing when used with NCS

README.rst

+25-25
Original file line numberDiff line numberDiff line change
@@ -100,59 +100,59 @@ During release testing, all boards and services are verified using sample applic
100100
| | | |Golioth |
101101
| | | |version |
102102
+==================+==============+=============+==========+
103-
|nRF91 Development |Authentication|v0.7.1 |v0.30.7 |
103+
|nRF91 Development |Authentication|v0.8.0 |v0.30.7 |
104104
|Kit +--------------+-------------+ |
105-
| |Logs |v0.7.1 | |
105+
| |Logs |v0.8.0 | |
106106
| +--------------+-------------+ |
107-
| |DFU |v0.7.1 | |
107+
| |DFU |v0.8.0 | |
108108
| +--------------+-------------+ |
109-
| |LightDB |v0.7.1 | |
109+
| |LightDB |v0.8.0 | |
110110
| +--------------+-------------+ |
111-
| |LightDB Stream|v0.7.1 | |
111+
| |LightDB Stream|v0.8.0 | |
112112
+------------------+--------------+-------------+----------+
113-
|ESP32-WROOM-32D |Authentication|v0.7.1 |v0.30.7 |
113+
|ESP32-WROOM-32D |Authentication|v0.8.0 |v0.30.7 |
114114
| +--------------+-------------+ |
115-
| |Logs |v0.7.1 | |
115+
| |Logs |v0.8.0 | |
116116
| +--------------+-------------+ |
117-
| |DFU |v0.7.1 | |
117+
| |DFU |v0.8.0 | |
118118
| +--------------+-------------+ |
119-
| |LightDB |v0.7.1 | |
119+
| |LightDB |v0.8.0 | |
120120
| +--------------+-------------+ |
121-
| |LightDB Stream|v0.7.1 | |
121+
| |LightDB Stream|v0.8.0 | |
122122
+------------------+--------------+-------------+----------+
123-
|nRF52840 DK + |Authentication|v0.7.1 |v0.30.7 |
123+
|nRF52840 DK + |Authentication|v0.8.0 |v0.30.7 |
124124
|ESP32-WROOM-32D +--------------+-------------+ |
125-
| |Logs |v0.7.1 | |
125+
| |Logs |v0.8.0 | |
126126
| +--------------+-------------+ |
127-
| |DFU |v0.7.1 | |
127+
| |DFU |v0.8.0 | |
128128
| +--------------+-------------+ |
129-
| |LightDB |v0.7.1 | |
129+
| |LightDB |v0.8.0 | |
130130
| +--------------+-------------+ |
131-
| |LightDB Stream|v0.7.1 | |
131+
| |LightDB Stream|v0.8.0 | |
132132
| +--------------+-------------+ |
133-
| |Settings |v0.7.1 | |
133+
| |Settings |v0.8.0 | |
134134
+------------------+--------------+-------------+----------+
135-
|MIMXRT1060-EVKB |Authentication|v0.7.1 |v0.30.7 |
135+
|MIMXRT1060-EVKB |Authentication|v0.8.0 |v0.30.7 |
136136
| +--------------+-------------+ |
137-
| |Logs |v0.7.1 | |
137+
| |Logs |v0.8.0 | |
138138
| +--------------+-------------+ |
139139
| |DFU |N/A | |
140140
| +--------------+-------------+ |
141-
| |LightDB |v0.7.1 | |
141+
| |LightDB |v0.8.0 | |
142142
| +--------------+-------------+ |
143-
| |LightDB Stream|v0.7.1 | |
143+
| |LightDB Stream|v0.8.0 | |
144144
| +--------------+-------------+ |
145-
| |Settings |v0.7.1 | |
145+
| |Settings |v0.8.0 | |
146146
+------------------+--------------+-------------+----------+
147-
|QEMU x86 |Authentication|v0.7.1 |v0.30.7 |
147+
|QEMU x86 |Authentication|v0.8.0 |v0.30.7 |
148148
| +--------------+-------------+ |
149-
| |Logs |v0.7.1 | |
149+
| |Logs |v0.8.0 | |
150150
| +--------------+-------------+ |
151151
| |DFU |Not supported| |
152152
| +--------------+-------------+ |
153-
| |LightDB |v0.7.1 | |
153+
| |LightDB |v0.8.0 | |
154154
| +--------------+-------------+ |
155-
| |LightDB Stream|v0.7.1 | |
155+
| |LightDB Stream|v0.8.0 | |
156156
+------------------+--------------+-------------+----------+
157157

158158
.. _Zephyr RTOS: https://www.zephyrproject.org/

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.1
1+
0.8.0

0 commit comments

Comments
 (0)