Skip to content

Latest commit

 

History

History
77 lines (48 loc) · 2.73 KB

File metadata and controls

77 lines (48 loc) · 2.73 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.

[1.5.0] 2025-10-13

Changed

[1.4.0] 2025-05-15

Changed

[1.3.0] 2024-10-03

Added

  • Pipeline example
  • Add support for the Aludel Elixir (aludel_elixir_ns) board.

Changed

  • Merge changes from golioth/reference-design-template@template_v2.4.1.
  • Split sensor functions into separate files for each sensor.
  • Increase the Golioth CoAP request queue size to prevent requests from failing to enqueue in some cases.
  • Prevent sending excessive warning log messages on flaky connections.
  • Only attempt to send sensor data when Golioth client is connected.

Removed

  • Remove pre-commit for consistency with the Reference Design Template
  • Remove Aludel Mini (hardware no longer available, replaced by Elixir)

[1.2.0] - 2023-09-05

Fixed

  • Limit retries on SPS30 data ready flag.
  • Increase SPS30 mutex timeout.
  • Fix sensor mutex error messages.

Changed

Removed

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

[1.1.4] - 2023-07-31

Changed

[1.1.3] - 2023-07-20

Added