Skip to content

Commit 7910541

Browse files
committed
Release v0.18.1
Signed-off-by: Sam Friedman <[email protected]>
1 parent 4a53f52 commit 7910541

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ 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.18.1] 2025-06-02
8+
9+
### Fixed
10+
11+
- OTA: Fixed a bug that could result in hung downloads during high
12+
traffic events.
13+
- Zephyr: Fixed a bug that prevented the keepalive timer from working,
14+
resulting in disconnects during periods of no traffic.
15+
16+
### Added
17+
18+
- Examples: Added an option to get credentials from the host
19+
environment when using Zephyr's `native_sim` platform.
20+
721
## [0.18.0] 2025-05-07
822

923
### Breaking Changes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ API documentation: https://firmware-sdk-docs.golioth.io/
3232
This repo uses git submodules, so you will need to clone with the `--recursive` option:
3333

3434
```sh
35-
git clone --recursive https://github.com/golioth/golioth-firmware-sdk.git -b v0.18.0
35+
git clone --recursive https://github.com/golioth/golioth-firmware-sdk.git -b v0.18.1
3636
```
3737

3838
Or, if you've already cloned but forgot the `--recursive`, you can update and

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.18.0
1+
0.18.1

examples/zephyr/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Execute this command to download this repository together with all
2727
dependencies:
2828

2929
```console
30-
west init -m https://github.com/golioth/golioth-firmware-sdk.git --mr v0.18.0 --mf west-zephyr.yml
30+
west init -m https://github.com/golioth/golioth-firmware-sdk.git --mr v0.18.1 --mf west-zephyr.yml
3131
west update
3232
cd modules/lib/golioth-firmware-sdk && git submodule update --init --recursive
3333
```
@@ -42,7 +42,7 @@ Execute this command to download this repository together with all
4242
dependencies:
4343

4444
```console
45-
west init -m https://github.com/golioth/golioth-firmware-sdk.git --mr v0.18.0 --mf west-ncs.yml
45+
west init -m https://github.com/golioth/golioth-firmware-sdk.git --mr v0.18.1 --mf west-ncs.yml
4646
west update
4747
cd modules/lib/golioth-firmware-sdk && git submodule update --init --recursive
4848
```

0 commit comments

Comments
 (0)