From 8568cc4971324c192e596f42faa9e706b6905eaa Mon Sep 17 00:00:00 2001 From: Marcin Niestroj Date: Fri, 11 Aug 2023 15:55:56 +0200 Subject: [PATCH] release: v0.7.1 See CHANGELOG.md for details. Signed-off-by: Marcin Niestroj --- CHANGELOG.md | 8 ++++++++ README.rst | 50 +++++++++++++++++++++++++------------------------- VERSION.txt | 2 +- 3 files changed, 34 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 843b8b00..90fd422f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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()` diff --git a/README.rst b/README.rst index 27e9afc4..f20eaa15 100644 --- a/README.rst +++ b/README.rst @@ -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/ diff --git a/VERSION.txt b/VERSION.txt index faef31a4..39e898a4 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.7.0 +0.7.1