Releases: tjhorner/python-weatherkit
Releases · tjhorner/python-weatherkit
v1.2.0
Compare
Sorry, something went wrong.
No results found
What's Changed
Add country_code parameter required for weather alerts by @joelhawksley in #4
New Contributors
Full Changelog : v1.1.3...v1.2.0
v1.1.3
Compare
Sorry, something went wrong.
No results found
This release has no functional changes; it updates the license identifier to MIT.
v1.1.2
Compare
Sorry, something went wrong.
No results found
Fix interpolation of original error message in client errors.
v1.1.1
Compare
Sorry, something went wrong.
No results found
Fixes an issue with client initialization.
v1.1.0
Compare
Sorry, something went wrong.
No results found
This release adds retry logic to all requests. It will retry requests up to 3 times with an exponential backoff strategy.
v1.0.4
Compare
Sorry, something went wrong.
No results found
Full Changelog : v1.0.3...v1.0.4
v1.0.3
Compare
Sorry, something went wrong.
No results found
What's Changed
Full Changelog : v1.0.2...v1.0.3
v1.0.2
Compare
Sorry, something went wrong.
No results found
What's Changed
Fix ClientSession default argument by @cdce8p in #1
New Contributors
Full Changelog : v1.0.1...v1.0.2
1.0.1
Compare
Sorry, something went wrong.
No results found
v1.0.1
Fix some bug