Releases: golioth/reference-design-template
Releases · golioth/reference-design-template
template_v2.8.0
template_v2.7.2
Changed
- Upgrade to Golioth Firmware SDK at
v0.18.1 - Removed
CONFIG_GOLIOTH_SAMPLE_SETTINGSfrom prj.conf. With Golioth Firmware SDK v0.18.1 this symbol is now automatically selected.
template_v2.7.1
Fixed
- Remove whitespace from project name in west.yml to resolve error when calling west init.
template_v2.7.0
Changed
- Upgrade to Golioth Firmware SDK at
v0.18.0 - Kconfig: move symbols common to nRF91 to overlay in new
socsfolder. - Use CONFIG_SOC_SERIES_NRF91X over CONFIG_SOC_NRF9160 to better support nRF91 series (eg: nRF9151).
- Battery monitor is now a separate Zephyr module.
- README: moved from RST to MD.
Added
- Kconfig symbol for CoAP path length based on SDK guidance.
Fixed
- Corrected CHANGELOG year for template_v2.6.0 release.
- Gracefully handle devicetree with no
golioth_ledalias.
Removed
- Remove support for Aludel Mini hardware which is now end-of-life.
template_v2.6.0
Changed
- Upgrade to Golioth Firmware SDK at
v0.17.0
template_v2.5.0
Changed
- Upgrade to Golioth Firmware SDK at
v0.16.0which is based on NCS v2.8
template_v2.4.1
Changed
- Use
--sysbuildfor all boards. - Upgrade
golioth/golioth-zephyr-boardsdependency tov2.0.1. - Use static partition table.
template_v2.4.0
Changed
- Upgrade to Golioth Firmware SDK at
v0.15.0 - Add sample
pipelineto configure routing stream data (See Data Routing documentation) - Upgrade
golioth/golioth-zephyr-boardsdependency tov2.0.0.- Update board names to match this change
- Upgrade
golioth/zephyr-network-infodependency tov1.2.0 - Upgrade
golioth/libostentusdependency tov2.0.0 - Use VERSION file to indicate version number of firmware being built. This number is used by MCUboot to verify the correct version is running after an OTA firmware update.
template_v2.3.0
Changed
- Upgrade to Golioth Firmware SDK at v0.14.0
- Use CBOR instead of JSON when sending stream data.
- Upgrade
golioth/golioth-zephyr-boardsdependency to
v1.2.0.
Release template_v2.2.1
Changed
- Upgrade to Golioth Firmware SDK at v0.13.1