Skip to content

Releases: fligneul/aps2mqtt

v2.0.2

22 Jul 21:49

Choose a tag to compare

v2.0.2 (2025-07-22)

This release is published under the GPL-3.0-or-later License.

Bug Fixes

Testing


Detailed Changes: v2.0.1...v2.0.2

v2.0.1

19 Jul 00:28

Choose a tag to compare

v2.0.1 (2025-07-19)

This release is published under the GPL-3.0 License.

Bug Fixes

Continuous Integration

  • Fix not ignored step when no release (6582582)

  • Fix release (7ed7662)

  • Rework release workflow and split release and deploy (#29, 4996595)

Documentation

Refactoring

  • Migrate project structure to src layout (#27, a4e69a1)

  • Migrate to pyproject.toml instead of setup.cfg (#28, af776c9)


Detailed Changes: v2.0.0...v2.0.1

v2.0.0

17 Jul 21:49

Choose a tag to compare

v2.0.0 (2025-07-17)

Continuous Integration

  • Update commit parser to use conventional style and correct changelog file definition (facd0bb)

Documentation

Features

Breaking Changes

  • MQTT topics have been updated to comply with Home Assistant MQTT

Detailed Changes: v1.3.0...v2.0.0

v1.3.0

15 Jul 21:24

Choose a tag to compare

v1.3.0 (2025-07-15)

Chores

  • deps: Bump requests from 2.32.0 to 2.32.4 (#21) (#21, d98758d)

  • deps: Upgrade dependencies (6fbcf4a)

Continuous Integration

  • Build the docker image during run (8dc146f)

  • Update deprecated action (9d6f4a8)

Features

  • Add MQTT message retention and client status topic (#22) (#22, 2943c8d)

Detailed Changes: v1.2.0...v1.3.0

v1.2.0

09 Dec 18:24

Choose a tag to compare

v1.2.0 (2023-12-09)

Chore

Feature

  • feat: allow timezone customization (#17) (30a945f)

v1.1.3

03 Dec 21:53

Choose a tag to compare

v1.1.3 (2023-12-03)

Chore

  • chore: add log when no ca_certs is defined (#13) (ca6b04b)

  • chore(log): remove private data from log (07ac060)

Ci

  • ci(release): allow semantic to bypass protection (#10) (c886acb)

Documentation

  • docs: Add Docker compose example (f513a8a)

Fix

  • fix: improve config boolean parsing (#14) (65aaee5)

v1.1.2

22 Nov 23:56

Choose a tag to compare

v1.1.2 (2023-11-22)

Ci

Performance

  • perf: replace numpy for lighter image (#9) (ea12ed8)

v1.1.1

19 Nov 23:15

Choose a tag to compare

v1.1.1 (2023-11-19)

Fix

  • fix: cast import for non string values (#7) (5dc868b)

v1.1.0

10 Nov 22:40

Choose a tag to compare

v1.1.0 (2023-11-10)

Chore

Ci

  • ci: enable semantic release (8bd6b56)

Documentation

Feature

  • feat: add TLS/SSL support for broker connection (#5)

  • feat: add TLS/SSL support for broker connection

  • doc: Update README for broker secured connection (9893dad)

v1.0.0

01 Nov 23:51

Choose a tag to compare

v1.0.0 (2023-11-01)

Feature

  • feat: Release aps2mqtt (#1)

Publish APS ECU data to MQTT broker
Doc up to date
Python whl & PyPI release (b9c4cc5)

Unknown