Releases: golioth/zephyr-network-info
Releases · golioth/zephyr-network-info
Release v1.2.1
Release 1.2.0
Changed
- Update zcbor syntax to work with ZCBOR v0.8.0 (NCS v2.7.0, Golioth Firmware SDK v0.15.0)
Release 1.1.1
Breaking Changes
- This library requires Golioth Firmware SDK v0.11.1 or newer which implements
CONFIG_GOLIOTH_RPC_MAX_RESPONSE_LEN
Changed
- Better checks and logs when zcbor encoding runs out of memory
Release 1.1.0
[1.1.0] 2024-02-09
Changed
- Use Golioth Firmware SDK
Fixed
- Fix zcbor calls in nRF7002 support
Release 1.0.1
[1.0.1] 2023-08-15
Fixed
- Only build if the
CONFIG_NETWORK_INFO symbol is set - Make
ZCBORa dependency
Release 1.0.0
[1.0.0] 2023-08-15
Breaking Changes
- This repo should now be added as a Zephyr module. For existing builds, this means:
- Remove
add_subdirectory(src/network_info)from CMakeLists.txt - In west.yml use a path like
modules/lib/network_info - Include the library in your build:
CONFIG_NETWORK_INFO=y
- Remove
Added
- Changelog
Changed
- Use zcbor instead of qcbor