Skip to content

Releases: mattrayner/podpointclient

v1.4.1-beta3

07 Feb 00:07
7bbcfac
Compare
Choose a tag to compare
v1.4.1-beta3 Pre-release
Pre-release

Update Auth handling to support expiredIn as a string (was previously an int)

Full Changelog: 1.4.0...1.4.1-beta3

v1.4.1-beta2

06 Feb 23:47
c368313
Compare
Choose a tag to compare
v1.4.1-beta2 Pre-release
Pre-release

Fix email attribute sent to Google for auth

Full Changelog: 1.4.0...1.4.1-beta2

v1.4.1-beta1

06 Feb 23:18
63ea0a7
Compare
Choose a tag to compare
v1.4.1-beta1 Pre-release
Pre-release

Adds additional logging for debugging google auth

Full Changelog: 1.4.0...1.4.1-beta1

v1.4.0

06 Feb 21:29
9d32bc5
Compare
Choose a tag to compare
v1.4.0 Pre-release
Pre-release

Add support for Google authentication and new API base url

Full Changelog: 1.3.1...1.4.0

v1.3.1

03 May 12:58
Compare
Choose a tag to compare

Changes

v1.3.0

02 May 15:24
Compare
Choose a tag to compare

Changes

v1.2.0

12 Jan 21:36
Compare
Choose a tag to compare

Changes

v1.1.0

10 Jan 00:59
d97db9b
Compare
Choose a tag to compare

Changes

v1.1.0-alpha1

08 Jan 21:06
Compare
Choose a tag to compare
v1.1.0-alpha1 Pre-release
Pre-release

Features

v1.0.0

17 Dec 22:11
Compare
Choose a tag to compare

A special shoutout on this release to @sbeland13, his feedback doc here triggered most of these changes. Cheers 🍸

Changes

  • Add lightweight credential verification call - @mattrayner
  • Add support for pagination rather than just adding 'perpage=all' - @mattrayner
  • Updated README with new instructions - @mattrayner
  • Fixed GitHub Actions - @mattrayner
    • Added code coverage artifacts, so you can download the cov report for a run
  • Refactored code to improve dryness - @mattrayner
  • Added additional testing dependencies - @mattrayner
  • Add CD pipeline, when a new tag/release is pushed, auto-publish to PyPi - @mattrayner