Skip to content

Releases: easimon/tado-exporter

v5.0.0

22 Sep 17:40
e56aec2
Compare
Choose a tag to compare

5.0.0 (2022-09-22)

⚠ BREAKING CHANGES

  • migrate to spring boot

Features

Bug Fixes

  • pom.xml to reduce vulnerabilities (4541d65)

Update to Micronaut 3.3

17 Mar 14:30
a83cdc8
Compare
Choose a tag to compare

General update of Micronaut and other dependencies

Create multi-arch Docker images

18 Mar 21:00
Compare
Choose a tag to compare

No real functional changes, but a switch to GitHub Container Registry and docker buildx to support multi-arch images (and anonymous docker pull thanks to GHCR).

From now on, prebuilt images are provided for linux/amd64, linux/arm64/v8 and linux/arm/v7 🐳 .

Fix window open detection

05 Mar 11:18
42618db
Compare
Choose a tag to compare

Open windows have two states

  • window is detected as open, but heating is still on (only visible to non-subscribers of Tado premium service)
  • window open, and heating is off because of this (either automatically switched off for subscribers, or manually by clicking the corresponding button in the app)

Previous releases of tado-exporter reported only the first state as "open". Now, both states are reported as "open".

Update to Micronaut 2

05 Mar 11:14
a2cf181
Compare
Choose a tag to compare
Merge pull request #16 from easimon/feature/micronaut-2

Update to Micronaut 2

Shutdown signal handlers, take 2

19 Apr 14:12
Compare
Choose a tag to compare

Now, both SIGINT (CTRL-C) and SIGTERM (docker stop) lead to a clean shutdown, with exit code 0.

Register shutdown signal handlers (broken)

19 Apr 13:12
Compare
Choose a tag to compare

Registers signal handlers for SIGINT (CTRL-C) and SIGTERM, so the docker image exits cleanly on docker stop.

BROKEN, do not use

docker stop sends SIGTERM, not SIGINT, and for some reason I made the app exit 1 for SIGTERM. Fix incoming...

Add support for OpenJDK 14 runtime

18 Apr 14:56
Compare
Choose a tag to compare
  • Updated byte-buddy to a version supporting Java 14
  • Update runtime base image to OpenJDK 14 (Hotspot)
  • Remove java commandline flags that were deprecated/unsupported in Java 14

Post-split fixes, build improvements, test coverage, documentation

17 Apr 11:30
Compare
Choose a tag to compare

No real functional changes, just

  • code cleanup
  • more documentation
  • fixes in README links that were broken after the multi-project setup
  • other cosmetic changes

Split project into sub-projects

12 Apr 18:14
9b4067f
Compare
Choose a tag to compare
Merge pull request #9 from easimon/feature/project-split

split api and application into separate jars