Skip to content

Commit

Permalink
Release v0.12.2
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Friedman <[email protected]>
  • Loading branch information
sam-golioth committed May 3, 2024
1 parent fccdf48 commit 31038fb
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +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).

## [0.12.2] - 2024-05-02

### Removed:

- Removed automatic ESP-IDF logging - this will be reintroduced in a future
release with more configuration options.

### Added:

- Improved "client not running" error logs with additional context

### Fixed:

- Zephyr: Fix crash when repeatedly stopping and starting the client
- Zephyr: Fix up to 10 second delay when stopping client
- Zephyr: Fixed hang when attemtping to stop an already stopped client
- Fixed dropped function call when `assert()` is disabled
- Return error instead of crashing on NULL input

## [0.12.1] - 2024-04-22

### Added:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ API documentation: https://firmware-sdk-docs.golioth.io/
This repo uses git submodules, so you will need to clone with the `--recursive` option:

```sh
git clone --recursive https://github.com/golioth/golioth-firmware-sdk.git -b v0.12.1
git clone --recursive https://github.com/golioth/golioth-firmware-sdk.git -b v0.12.2
```

Or, if you've already cloned but forgot the `--recursive`, you can update and
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.1
0.12.2
4 changes: 2 additions & 2 deletions examples/zephyr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Execute this command to download this repository together with all
dependencies:

```console
west init -m https://github.com/golioth/golioth-firmware-sdk.git --mr v0.12.1 --mf west-zephyr.yml
west init -m https://github.com/golioth/golioth-firmware-sdk.git --mr v0.12.2 --mf west-zephyr.yml
west update
cd modules/lib/golioth-firmware-sdk && git submodule update --init --recursive
```
Expand All @@ -42,7 +42,7 @@ Execute this command to download this repository together with all
dependencies:

```console
west init -m https://github.com/golioth/golioth-firmware-sdk.git --mr v0.12.1 --mf west-ncs.yml
west init -m https://github.com/golioth/golioth-firmware-sdk.git --mr v0.12.2 --mf west-ncs.yml
west update
cd modules/lib/golioth-firmware-sdk && git submodule update --init --recursive
```
Expand Down

0 comments on commit 31038fb

Please sign in to comment.