Skip to content

Releases: tjhorner/python-weatherkit

v1.2.0

Choose a tag to compare

@tjhorner tjhorner released this 05 Apr 00:33
5d07c2a

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

Choose a tag to compare

@tjhorner tjhorner released this 25 Oct 23:00

This release has no functional changes; it updates the license identifier to MIT.

v1.1.2

Choose a tag to compare

@tjhorner tjhorner released this 06 Dec 16:42

Fix interpolation of original error message in client errors.

v1.1.1

Choose a tag to compare

@tjhorner tjhorner released this 05 Dec 16:43

Fixes an issue with client initialization.

v1.1.0

Choose a tag to compare

@tjhorner tjhorner released this 05 Dec 16:31

This release adds retry logic to all requests. It will retry requests up to 3 times with an exponential backoff strategy.

v1.0.4

Choose a tag to compare

@tjhorner tjhorner released this 28 Sep 14:28
  • Fix JWT generation

Full Changelog: v1.0.3...v1.0.4

v1.0.3

Choose a tag to compare

@tjhorner tjhorner released this 14 Sep 22:48

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

Choose a tag to compare

@tjhorner tjhorner released this 13 Sep 06:02

What's Changed

  • Fix ClientSession default argument by @cdce8p in #1

New Contributors

  • @cdce8p made their first contribution in #1

Full Changelog: v1.0.1...v1.0.2

1.0.1

Choose a tag to compare

@tjhorner tjhorner released this 13 Sep 06:02
v1.0.1

Fix some bug