Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 761 Bytes

CHANGELOG.md

File metadata and controls

27 lines (23 loc) · 761 Bytes

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]

Added

  • MQTT
    • added --saic-uri configuration option
    • automatically register for all alarm types
    • create Docker image
    • create Debian package

Fixed

  • API
    • support messages with DispatcherBody data longer than 256 bytes

[0.0.3] - 2022-12-19

Changed

  • properly initialize Messages in the MessageCoder

[0.0.2] - 2022-12-14

Added

  • Initial support for SAIC API
  • Initial MQTT Gateway
    • Support for A Better Routeplaner Telemetry update
  • Initial HTTP Gateway