Releases: GrandMoff100/HomeAssistantAPI
Releases · GrandMoff100/HomeAssistantAPI
v4.2.2.post2
What's Changed
- Bump idna from 3.6 to 3.7 by @dependabot in #179
- Bump aiohttp from 3.9.3 to 3.9.4 by @dependabot in #180
- Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by @dependabot in #187
- Exclude
pydantic>=2.9
for #188
Full Changelog: v4.2.2.post1...v4.2.2.post2
v4.2.2.post1
What's Changed
- Update aiohttp-client-cache by @GrandMoff100 in #178
Full Changelog: v4.2.2...v4.2.2.post1
v4.2.2
What's Changed
- Bump aiohttp from 3.9.1 to 3.9.2 by @dependabot in #172
- Remove call to check_api_config from the sync client context entrance by @GrandMoff100 in #174
- Make Client methods more transparent towards endpoint coverage. by @GrandMoff100 in #175
- Remove deprecated discovery info methods by @GrandMoff100 in #176
Full Changelog: v4.2.1...v4.2.2
Lots of Bug Fixes and Pydantic v2!
What's Changed
- Correct async cache
expire_after
example. by @GrandMoff100 in #150 - Remove problematic Service field by @GrandMoff100 in #152
- Bump requests from 2.28.1 to 2.31.0 by @dependabot in #153
- Mimetype with "charset" parsing fix by @jinglemansweep in #155
- Bump aiohttp from 3.8.3 to 3.8.5 by @dependabot in #158
- Bump pygments from 2.14.0 to 2.15.0 by @dependabot in #157
- updated pydantic dependncy to ~1.10.7 by @aydevosotros in #159
- Update test-suite.yml by @GrandMoff100 in #160
- Bump urllib3 from 1.26.13 to 1.26.18 by @dependabot in #163
- Bump certifi from 2022.12.7 to 2023.7.22 by @dependabot in #164
- migrate to pydantic v2.0 by @kizill in #168
- Bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #169
- Add more method exclusions for model docs by @GrandMoff100 in #170
New Contributors
- @jinglemansweep made their first contribution in #155
- @aydevosotros made their first contribution in #159
Full Changelog: v4.1.1...v4.2.1
Bug fixes
What's Changed
- Bump requests from 2.28.1 to 2.31.0 by @dependabot in #153
- Mimetype with "charset" parsing fix by @jinglemansweep in #155
New Contributors
- @jinglemansweep made their first contribution in #155
Full Changelog: v4.1.1.post1...v4.1.1.post2
Bug fixes
What's Changed
- Correct async cache
expire_after
example. by @GrandMoff100 in #150 - Remove problematic Service field by @GrandMoff100 in #152
Full Changelog: v4.1.1...v4.1.1.post1
Toggleable ssl verification!
What's Changed
- Update CONTRIBUTING.rst by @GrandMoff100 in #146
- Easier way to omit ssl verification by @mietzen in #145
New Contributors
Full Changelog: v4.1.0...v4.1.1
Dockerize the project!
What's Changed
- Add documention about cache disabling by @GrandMoff100 in #134
- Bump certifi from 2022.9.24 to 2022.12.7 by @dependabot in #135
- Allow returning raw bytes from a request, without attempting to decode. by @hnefatl in #136
- Replace old linters with ruff! by @GrandMoff100 in #139
- Switch to Docker for testing by @GrandMoff100 in #140
- Clean up logging by @GrandMoff100 in #141
New Contributors
- @dependabot made their first contribution in #135
- @hnefatl made their first contribution in #136
Full Changelog: v4.0.1...v4.1.0
Fixed More Bugs
What's Changed
- Fix case where parent frame is global namespace by @GrandMoff100 in #119
- Make ServiceField's description an Optional[str] by @Azimath in #121
- Remove cron testing trigger by @GrandMoff100 in #122
- Call
RawClient.__init__
in sync contexts andRawAsyncClient.__init__
in async contexts. by @GrandMoff100 in #125 - Fix readthedocs builds by @GrandMoff100 in #131
- Loosen up requests library version by @daniele-athome in #130
- Increase context character limit to 128 by @GrandMoff100 in #129
- Update workflows by @GrandMoff100 in #132
- Fix Unclosed Sessions by @GrandMoff100 in #133
New Contributors
- @Azimath made their first contribution in #121
- @daniele-athome made their first contribution in #130
Full Changelog: v4.0.0...v4.0.1
Runnable in global namespace
What's Changed
- Make ServiceField's description an Optional[str] by @Azimath in #121
- Remove cron testing trigger by @GrandMoff100 in #122
- Call
RawClient.__init__
in sync contexts andRawAsyncClient.__init__
in async contexts. by @GrandMoff100 in #125
New Contributors
Full Changelog: v4.0.0.post1...v4.0.0.post2