From eed6da875e3d64bc59dc72c394471d12ba8fd74a Mon Sep 17 00:00:00 2001 From: Sam Friedman Date: Wed, 22 Jan 2025 11:18:35 -0500 Subject: [PATCH] Update Changelog for v0.17.0 Signed-off-by: Sam Friedman --- CHANGELOG.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b170000e6..eb7931740 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,30 @@ 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.17.0] unreleased +## [0.17.0] 2025-01-23 ### Highlights: +- Added New Golioth Location Service +- Improved OTA stability and robustness - ESP-IDF port updated to ESP-IDF v5.4 +- ModusToolbox port updated to ModusToolbox v3.3 + +### Added: + +- New APIs for interacting with the Golioth Location service. Golioth + Location can be used to resolve WiFi scan results and cellular tower + information into approximate geolocation. +- New Zephyr examples for the Golioth Location service. +- fw_update: Resume downloads +- fw_update: Retry downloads with backoff +- fw_update: Add retries for reporting state + +### Changed: + +- Default PSK max length set to 32 to match mbedTLS defaults +- Improved WiFi handling in samples +- Improved handling of new OTA manifests when download is in progress ## [0.16.0] 2024-11-25