Skip to content

Releases: golioth/zephyr-network-info

Release v1.2.1

28 Oct 18:24

Choose a tag to compare

Changed

  • Remove need to use application-based WiFi manager

Release 1.2.0

04 Sep 22:01

Choose a tag to compare

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

21 Mar 18:25

Choose a tag to compare

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

09 Feb 22:41

Choose a tag to compare

[1.1.0] 2024-02-09

Changed

  • Use Golioth Firmware SDK

Fixed

  • Fix zcbor calls in nRF7002 support

Release 1.0.1

16 Aug 01:34

Choose a tag to compare

[1.0.1] 2023-08-15

Fixed

  • Only build if the CONFIG_NETWORK_INFO symbol is set
  • Make ZCBOR a dependency

Release 1.0.0

15 Aug 19:46

Choose a tag to compare

[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

Added

  • Changelog

Changed

  • Use zcbor instead of qcbor