Skip to content

Latest commit

 

History

History
66 lines (40 loc) · 1.5 KB

CHANGELOG.md

File metadata and controls

66 lines (40 loc) · 1.5 KB

Changelog

1.3.0 - 2024-06-13

Added

  • Support for installing and demonizing client in procd - openwrt systems
  • Configuration file path can now be set through program options

Changed

  • Bumped fmt to version 10.2.1
  • Bumped spdlog to version 1.14.1

1.2.2 - 2023-10-03

Fix

  • Bug in installer not allowing setting of credentials

1.2.1 - 2023-10-03

Changed

  • Change module name to thinger_iotmp

Fixed

  • Installer returning empty device id when network connection set by ppp interface

1.2.0 - 2023-09-28

Added

  • Add new THINGER_STREAMS_READY state listener
  • Install script and service file

1.1.0 - 2023-06-28

Added

  • Allow static linking
  • Logging with spdlog as alternative to loguru
  • Allow compilation into library
  • Bin extension in CMakeLists

Changed

  • Move pson/json conversion functions from nlohmann to protoson namespace
  • Added option to CMake for enabling Loguru logging library
  • Integration of json without the need for httplib

Removed

  • Unmaintained loguru library

1.0.0 - 2023-09-03

  • First version