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

release: v0.7.1 #427

Merged
merged 1 commit into from
Aug 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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.7.1] - 2023-08-11
### Fixed
- RPC parameter parsing when used with NCS
- suppressed error logs when no firmware release was rolled out

### Changed
- verified with NCS v2.4.1

## [0.7.0] - 2023-08-07
### Added
- asynchronous API for reporting FW state: `golioth_fw_report_state_cb()`
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.0 |v0.30.7 |
|nRF91 Development |Authentication|v0.7.1 |v0.30.7 |
|Kit +--------------+-------------+ |
| |Logs |v0.7.0 | |
| |Logs |v0.7.1 | |
| +--------------+-------------+ |
| |DFU |v0.7.0 | |
| |DFU |v0.7.1 | |
| +--------------+-------------+ |
| |LightDB |v0.7.0 | |
| |LightDB |v0.7.1 | |
| +--------------+-------------+ |
| |LightDB Stream|v0.7.0 | |
| |LightDB Stream|v0.7.1 | |
+------------------+--------------+-------------+----------+
|ESP32-WROOM-32D |Authentication|v0.7.0 |v0.30.7 |
|ESP32-WROOM-32D |Authentication|v0.7.1 |v0.30.7 |
| +--------------+-------------+ |
| |Logs |v0.7.0 | |
| |Logs |v0.7.1 | |
| +--------------+-------------+ |
| |DFU |v0.7.0 | |
| |DFU |v0.7.1 | |
| +--------------+-------------+ |
| |LightDB |v0.7.0 | |
| |LightDB |v0.7.1 | |
| +--------------+-------------+ |
| |LightDB Stream|v0.7.0 | |
| |LightDB Stream|v0.7.1 | |
+------------------+--------------+-------------+----------+
|nRF52840 DK + |Authentication|v0.7.0 |v0.30.7 |
|nRF52840 DK + |Authentication|v0.7.1 |v0.30.7 |
|ESP32-WROOM-32D +--------------+-------------+ |
| |Logs |v0.7.0 | |
| |Logs |v0.7.1 | |
| +--------------+-------------+ |
| |DFU |v0.7.0 | |
| |DFU |v0.7.1 | |
| +--------------+-------------+ |
| |LightDB |v0.7.0 | |
| |LightDB |v0.7.1 | |
| +--------------+-------------+ |
| |LightDB Stream|v0.7.0 | |
| |LightDB Stream|v0.7.1 | |
| +--------------+-------------+ |
| |Settings |v0.7.0 | |
| |Settings |v0.7.1 | |
+------------------+--------------+-------------+----------+
|MIMXRT1060-EVKB |Authentication|v0.7.0 |v0.30.7 |
|MIMXRT1060-EVKB |Authentication|v0.7.1 |v0.30.7 |
| +--------------+-------------+ |
| |Logs |v0.7.0 | |
| |Logs |v0.7.1 | |
| +--------------+-------------+ |
| |DFU |N/A | |
| +--------------+-------------+ |
| |LightDB |v0.7.0 | |
| |LightDB |v0.7.1 | |
| +--------------+-------------+ |
| |LightDB Stream|v0.7.0 | |
| |LightDB Stream|v0.7.1 | |
| +--------------+-------------+ |
| |Settings |v0.7.0 | |
| |Settings |v0.7.1 | |
+------------------+--------------+-------------+----------+
|QEMU x86 |Authentication|v0.7.0 |v0.30.7 |
|QEMU x86 |Authentication|v0.7.1 |v0.30.7 |
| +--------------+-------------+ |
| |Logs |v0.7.0 | |
| |Logs |v0.7.1 | |
| +--------------+-------------+ |
| |DFU |Not supported| |
| +--------------+-------------+ |
| |LightDB |v0.7.0 | |
| |LightDB |v0.7.1 | |
| +--------------+-------------+ |
| |LightDB Stream|v0.7.0 | |
| |LightDB Stream|v0.7.1 | |
+------------------+--------------+-------------+----------+

.. _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.0
0.7.1
Loading