Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 2.19 KB

CHANGELOG.md

File metadata and controls

64 lines (39 loc) · 2.19 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Changed

Removed

  • Remove pre-commit for consistency with the Reference Design Template.

[1.7.0] - 2023-09-12

Changed

Removed

  • Remove clang-format from pre-commit hooks.
  • Remove logging of JSON data sent to Golioth.

[1.6.0] - 2023-07-31

Fixed

  • An incorrect time value is no longer reported when fake GPS is enabled.

Changed

  • Fake GPS is now configured using the Golioth Settings service (it previously used the LightDB State service).
  • Reverted back to LightDB State examples.

[1.5.0] - 2023-07-26

Added

  • Add a CHANGELOG.md file to track changes moving forward.
  • Add get_network_info RPC.
  • Log modem firmware version.

Fixed

  • Add missing copyright & license info.
  • Fix CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN and CONFIG_MINIMAL_LIBC_MALLOC_ARENA_SIZE build warnings.

Changed