Skip to content

2024.01.1

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jan 23:45
· 238 commits to refs/heads/main since this release

🚨 Breaking Changes

  • Remove previously deprecated environment variables (#857)

🚀 Features

  • Add config parameter for interepreting a boolean battery's True value (#863)

🐛 Bug Fixes

  • Fix regression with trailing slashes in endpoint URLs (#864)
  • Properly type HTTPserver port (#854)

🧰 Maintenance

  • Bump ruff from 0.1.13 to 0.1.14 (#861)
  • Bump vulture from 2.10 to 2.11 (#860)
  • Remove unnecessary variable (#859)
  • Remove previously deprecated environment variables (#857)
  • Move diagnostics log level config into ecowitt2mqtt.config (#858)
  • Remove Safety as a dependency (#856)
  • Make boolean config validator more efficient (#855)
  • Bump actions/cache from 3 to 4 (#853)
  • Refactor duplicate config parsing logic (#852)
  • Migrate appropriate unit collections from constants to Enums (#851)
  • Stream output unit validation via custom validator (#850)
  • Address upcoming deprecation of datetime.datetime.utcnow() (#849)
  • Replace unit system constants with an Enum (#848)
  • Replace voluptuous with pydantic (#847)
  • Add StrEnum backport from backports.strenum (#846)