Skip to content

Releases: KC3ZVD/iot-state

Release 0.3.0

23 Dec 23:37
52a4dfc
Compare
Choose a tag to compare

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.

0.3.0 - 2024-12-23

Compare with 0.2.0

Features

  • Implement logging, re-arranged some items in cli for breaking change (e6de016 by KC3ZVD).

Code Refactoring

  • break apart commands and retrieve values via click context (1c13e71 by KC3ZVD).

0.2.0 - 2024-12-23

Compare with 0.1.1

Features

  • Implement MQTT publisher (#30) (68d28d0 by KC3ZVD).
  • working on getting necessary information for mqtt message (f2ea8cf by KC3ZVD).
  • connecting and publishing test to mqtt successful (691bb92 by KC3ZVD).
  • registers to publish queue and passes a callback successfully (13a7645 by KC3ZVD).
  • Necessary redis client for publisher events created (7e42403 by KC3ZVD).
  • Create necessary listeners to pull broadcasts out of redis (95a7ad6 by KC3ZVD).
  • convert to auto env var prefix for options values (19d93cf by KC3ZVD).
  • Add framework for publisher command with mqtt platform (5e40c81 by KC3ZVD).
  • initial pub/sub listener (bffa768 by KC3ZVD).
  • initial services (#24) (805b19d by KC3ZVD).
  • initial services definition (f305f80 by KC3ZVD).

Bug Fixes

0.1.1 - 2024-12-20

Compare with 0.1.0

0.1.0 - 2024-12-20

Compare with first commit

Features

  • update version file (b9fd835 by KC3ZVD).
  • determine new version and test output (8bb1d68 by KC3ZVD).
  • add ci env to hatch (b71ea2e by KC3ZVD).
  • simple workflow, does this trigger? (a79f469 by KC3ZVD).
  • initial build workflow chaining check (3b5fc18 by KC3ZVD).
  • begin implementing build pipeline (624248d by KC3ZVD).
  • complete coverage (9effe04 by KC3ZVD).
  • initial commit (798cd6e by kc3zvd).

Bug Fixes

  • version not calculating (6b7082e by KC3ZVD).
  • quoting (3bb9857 by KC3ZVD).
  • get code and set up python (ef539dd by KC3ZVD).
  • install hatch (736d7da by KC3ZVD).
  • debug env (9c1d3d8 by KC3ZVD).
  • yaml parsing (b249253 by KC3ZVD).
  • update branch restriction to ensure build workflow runs (35b97e6 by KC3ZVD).
  • min python version needed updated (605958b by KC3ZVD).
  • static analysis fixes (4a7389f by KC3ZVD).

Code Refactoring

  • simplify with hatch version (047846e by KC3ZVD).
  • simplify job (67e7762 by KC3ZVD).
  • fix issues with testing after namespace (1c52643 by KC3ZVD).
  • namespace the project (d1689ac by KC3ZVD).

Release 0.2.0

23 Dec 20:10
68d28d0
Compare
Choose a tag to compare

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.

0.2.0 - 2024-12-23

Compare with 0.1.1

Features

  • Implement MQTT publisher (#30) (68d28d0 by KC3ZVD).
  • working on getting necessary information for mqtt message (f2ea8cf by KC3ZVD).
  • connecting and publishing test to mqtt successful (691bb92 by KC3ZVD).
  • registers to publish queue and passes a callback successfully (13a7645 by KC3ZVD).
  • Necessary redis client for publisher events created (7e42403 by KC3ZVD).
  • Create necessary listeners to pull broadcasts out of redis (95a7ad6 by KC3ZVD).
  • convert to auto env var prefix for options values (19d93cf by KC3ZVD).
  • Add framework for publisher command with mqtt platform (5e40c81 by KC3ZVD).
  • initial pub/sub listener (bffa768 by KC3ZVD).
  • initial services (#24) (805b19d by KC3ZVD).
  • initial services definition (f305f80 by KC3ZVD).

Bug Fixes

0.1.1 - 2024-12-20

Compare with 0.1.0

0.1.0 - 2024-12-20

Compare with first commit

Features

  • update version file (b9fd835 by KC3ZVD).
  • determine new version and test output (8bb1d68 by KC3ZVD).
  • add ci env to hatch (b71ea2e by KC3ZVD).
  • simple workflow, does this trigger? (a79f469 by KC3ZVD).
  • initial build workflow chaining check (3b5fc18 by KC3ZVD).
  • begin implementing build pipeline (624248d by KC3ZVD).
  • complete coverage (9effe04 by KC3ZVD).
  • initial commit (798cd6e by kc3zvd).

Bug Fixes

  • version not calculating (6b7082e by KC3ZVD).
  • quoting (3bb9857 by KC3ZVD).
  • get code and set up python (ef539dd by KC3ZVD).
  • install hatch (736d7da by KC3ZVD).
  • debug env (9c1d3d8 by KC3ZVD).
  • yaml parsing (b249253 by KC3ZVD).
  • update branch restriction to ensure build workflow runs (35b97e6 by KC3ZVD).
  • min python version needed updated (605958b by KC3ZVD).
  • static analysis fixes (4a7389f by KC3ZVD).

Code Refactoring

  • simplify with hatch version (047846e by KC3ZVD).
  • simplify job (67e7762 by KC3ZVD).
  • fix issues with testing after namespace (1c52643 by KC3ZVD).
  • namespace the project (d1689ac by KC3ZVD).

Release 0.1.1

20 Dec 20:51
b3feee5
Compare
Choose a tag to compare

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.

0.1.1 - 2024-12-20

Compare with 0.1.0

0.1.0 - 2024-12-20

Compare with first commit

Features

  • update version file (b9fd835 by KC3ZVD).
  • determine new version and test output (8bb1d68 by KC3ZVD).
  • add ci env to hatch (b71ea2e by KC3ZVD).
  • simple workflow, does this trigger? (a79f469 by KC3ZVD).
  • initial build workflow chaining check (3b5fc18 by KC3ZVD).
  • begin implementing build pipeline (624248d by KC3ZVD).
  • complete coverage (9effe04 by KC3ZVD).
  • initial commit (798cd6e by kc3zvd).

Bug Fixes

  • version not calculating (6b7082e by KC3ZVD).
  • quoting (3bb9857 by KC3ZVD).
  • get code and set up python (ef539dd by KC3ZVD).
  • install hatch (736d7da by KC3ZVD).
  • debug env (9c1d3d8 by KC3ZVD).
  • yaml parsing (b249253 by KC3ZVD).
  • update branch restriction to ensure build workflow runs (35b97e6 by KC3ZVD).
  • min python version needed updated (605958b by KC3ZVD).
  • static analysis fixes (4a7389f by KC3ZVD).

Code Refactoring

  • simplify with hatch version (047846e by KC3ZVD).
  • simplify job (67e7762 by KC3ZVD).
  • fix issues with testing after namespace (1c52643 by KC3ZVD).
  • namespace the project (d1689ac by KC3ZVD).

Release 0.1.0

20 Dec 20:31
29578e4
Compare
Choose a tag to compare

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.

0.1.0 - 2024-12-20

Compare with first commit

Features

  • update version file (b9fd835 by KC3ZVD).
  • determine new version and test output (8bb1d68 by KC3ZVD).
  • add ci env to hatch (b71ea2e by KC3ZVD).
  • simple workflow, does this trigger? (a79f469 by KC3ZVD).
  • initial build workflow chaining check (3b5fc18 by KC3ZVD).
  • begin implementing build pipeline (624248d by KC3ZVD).
  • complete coverage (9effe04 by KC3ZVD).
  • initial commit (798cd6e by kc3zvd).

Bug Fixes

  • version not calculating (6b7082e by KC3ZVD).
  • quoting (3bb9857 by KC3ZVD).
  • get code and set up python (ef539dd by KC3ZVD).
  • install hatch (736d7da by KC3ZVD).
  • debug env (9c1d3d8 by KC3ZVD).
  • yaml parsing (b249253 by KC3ZVD).
  • update branch restriction to ensure build workflow runs (35b97e6 by KC3ZVD).
  • min python version needed updated (605958b by KC3ZVD).
  • static analysis fixes (4a7389f by KC3ZVD).

Code Refactoring

  • simplify with hatch version (047846e by KC3ZVD).
  • simplify job (67e7762 by KC3ZVD).
  • fix issues with testing after namespace (1c52643 by KC3ZVD).
  • namespace the project (d1689ac by KC3ZVD).