Skip to content

v6.1.2

Choose a tag to compare

@github-actions github-actions released this 08 Jun 16:37
· 15 commits to refs/heads/main since this release

What’s changed

🐛 Bug fixes

  • Fix thermostat min-temp regression and improve setpoint clarity @liudger (#1513)

🚀 Enhancements

  • Fix thermostat min-temp regression and improve setpoint clarity @liudger (#1513)
  • Refactor request helpers and deduplicate validation logic @liudger (#1516)
  • refactor: extract HTTP transport into BSBLANTransport @liudger (#1517)
  • refactor: extract API version resolution into VersionResolver @liudger (#1518)
  • refactor: extract lazy section validation into SectionValidator @liudger (#1519)
  • refactor: extract TemperatureManager collaborator @liudger (#1522)
  • Use JSON-API version as sole configuration selector @liudger (#1523)
  • Remove public api_version property and describe config options @liudger (#1524)
  • Replace internal v2/v3 selector with supports_full_config flag @liudger (#1525)
  • Rename API config profiles to API_FULL/API_BASIC @liudger (#1526)

🧰 Maintenance

  • Upgrade codecov-action to v7.0.0 for GPG key verification fix @liudger (#1514)
  • chore: add PR reviewer and TDD refactor agent files @liudger (#1515)

📚 Documentation

  • chore: add PR reviewer and TDD refactor agent files @liudger (#1515)
  • Use JSON-API version as sole configuration selector @liudger (#1523)

⬆️ Dependency updates