Releases: NabuCasa/hass-nabucasa
Releases · NabuCasa/hass-nabucasa
0.56.0
What's Changed
⬆️ Dependencies
3 changes
- Bump flake8 from 5.0.2 to 5.0.4 (#368) @dependabot
- Bump pylint from 2.14.5 to 2.15.0 (#369) @dependabot
- Bump black from 22.6.0 to 22.8.0 (#370) @dependabot
0.55.0
What’s Changed
- Remove not used cryptography backend parameter by @MartinHjelmare in #348
- Remove pytz dependency by @scop in #335
- Add better reason to cert revoked by @pvizeli in #365
- Update with new TTS voices by @iMicknl in #328
- Bump version to 0.55.0 by @frenck in #367
Dependencies
- Bump actions/setup-python from 2.3.2 to 3 by @dependabot in #329
- Bump pytest-aiohttp from 1.0.3 to 1.0.4 by @dependabot in #333
- Bump pytest from 6.2.5 to 7.0.1 by @dependabot in #332
- Bump pycognito from 2022.01.0 to 2022.2.1 by @dependabot in #331
- Bump acme from 1.22.0 to 1.23.0 by @dependabot in #330
- Bump actions/checkout from 2 to 3 by @dependabot in #334
- Bump black from 22.1.0 to 22.3.0 by @dependabot in #337
- Bump pytest from 7.0.1 to 7.1.1 by @dependabot in #339
- Bump pylint from 2.12.2 to 2.13.4 by @dependabot in #340
- Bump acme from 1.23.0 to 1.25.0 by @dependabot in #336
- Move timeout around request by @balloob in #342
- Bump pylint from 2.13.4 to 2.13.7 by @dependabot in #346
- Bump acme from 1.25.0 to 1.26.0 by @dependabot in #344
- Bump pytest from 7.1.1 to 7.1.2 by @dependabot in #343
- Update cryptography requirement from <37.0,>=2.8 to >=2.8,<38.0 by @dependabot in #345
- Bump pycognito from 2022.2.1 to 2022.4.0 by @dependabot in #347
- Bump pylint from 2.13.7 to 2.14.0 by @dependabot in #351
- Bump acme from 1.26.0 to 1.27.0 by @dependabot in #352
- Bump pycognito from 2022.4.0 to 2022.5.0 by @dependabot in #350
- Bump actions/setup-python from 3 to 4 by @dependabot in #354
- Bump pylint from 2.14.0 to 2.14.4 by @dependabot in #358
- Bump acme from 1.27.0 to 1.28.0 by @dependabot in #357
- Bump black from 22.3.0 to 22.6.0 by @dependabot in #356
- Bump pylint from 2.14.4 to 2.14.5 by @dependabot in #361
- Bump acme from 1.28.0 to 1.29.0 by @dependabot in #362
- Bump flake8 from 4.0.1 to 5.0.2 by @dependabot in #363
- Bump pycognito from 2022.5.0 to 2022.8.0 by @dependabot in #364
New Contributors
- @scop made their first contribution in #335
- @iMicknl made their first contribution in #328
- @frenck made their first contribution in #367
Full Changelog: 0.54.1...0.55.0
0.54.1
0.54.0
0.53.1
0.53.0
0.52.1
What’s Changed
- Handle more close messages (#323) @balloob
- Bump pytest-aiohttp from 0.3.0 to 1.0.3 (#312) @dependabot
- Clean up running tasks in tests (#322) @MartinHjelmare
- Bump actions/setup-python from 2.3.1 to 2.3.2 (#321) @dependabot
- Increase flake8 scope (#320) @MartinHjelmare
- Upgrade isort settings and run isort (#319) @MartinHjelmare
- Remove asynctest (#318) @MartinHjelmare
- Fix non awaited coroutine warning in test (#317) @MartinHjelmare
- Bump snitun from 0.30.0 to 0.31.0 (#315) @dependabot
- Bump black from 21.12b0 to 22.1.0 (#313) @dependabot
- Bump pytest-timeout from 2.0.2 to 2.1.0 (#314) @dependabot
0.52.0
What’s Changed
- Make ACME reset more error tolerant (#310) @emontnemery
- Do not block at startup (#309) @emontnemery
0.51.0
What’s Changed
- Update subscription_info_url (#307) @ludeeus
- Remove attr_map from async_register (#306) @ludeeus
- Add new params to async_register (#305) @ludeeus
- Bump pylint from 2.12.1 to 2.12.2 (#300) @dependabot
- Bump black from 21.11b1 to 21.12b0 (#302) @dependabot
- Bump acme from 1.21.0 to 1.22.0 (#301) @dependabot
- Bump pytest-timeout from 2.0.1 to 2.0.2 (#304) @dependabot
- Update cryptography requirement from <36.0,>=2.8 to >=2.8,<37.0 (#297) @dependabot
- Bump pylint from 2.11.1 to 2.12.1 (#296) @dependabot
- Bump actions/setup-python from 2.3.0 to 2.3.1 (#294) @dependabot
- Bump acme from 1.20.0 to 1.21.0 (#292) @dependabot
- Bump actions/setup-python from 1 to 2.3.0 (#290) @dependabot
- Bump black from 21.10b0 to 21.11b1 (#291) @dependabot
- Add dependabot github actions ecosystem (#289) @MartinHjelmare
- Test all supported Python versions in CI (#288) @MartinHjelmare
- Fix missing async context manager for async_timeout (#287) @MartinHjelmare
- Bump pylint from 2.10.2 to 2.11.1 (#279) @dependabot
- Update cryptography requirement from <4.0,>=2.8 to >=2.8,<36.0 (#281) @dependabot
- Bump acme from 1.18.0 to 1.20.0 (#284) @dependabot
- Bump pytest-timeout from 1.4.2 to 2.0.1 (#283) @dependabot
- Bump black from 21.9b0 to 21.10b0 (#285) @dependabot
- Bump flake8 from 3.9.2 to 4.0.1 (#286) @dependabot
- Bump black from 21.8b0 to 21.9b0 (#280) @dependabot