Skip to content

Releases: billdeitrick/pypco

[1.2.0] - 2023-03-03

04 Mar 03:16
Compare
Choose a tag to compare

Added

  • New build pipeline on Github Actions
  • Add typing and mypy testing (thanks @07pepa!)
  • Add Church Center Org Token authentication (thanks @pastorhudson!)
  • Add support and testing for Python versions 3.7 - 3.11

Changed

  • Readability improvements: replace .format() with f strings (thanks @07pepa!)

Fixed

[1.1.0] - 2020-03-10

11 Mar 03:11
Compare
Choose a tag to compare

Added

  • Utilize a session object to enable connection pooling

[1.0.0] - 2020-01-25

26 Jan 02:46
Compare
Choose a tag to compare

Changed

  • 1.0 is almost a complete rewrite, and is not backwards compatible with v0. There are too many changes to list here, so check out the docs.

[0.0.2] - 2019-01-01

02 Jan 02:49
Compare
Choose a tag to compare

Fixed

  • Request timeout handling added. HTTP calls that never generate a response will no longer cause applications to hang. If three subsequent HTTP calls time out, an exception will be raised.
  • Order and per_page parameters not being passed when using rel.list()

[0.0.1] - 2018-11-26

26 Nov 18:53
Compare
Choose a tag to compare

Changed

  • Now using the User-Agent "pypco" for all HTTP calls to the PCO API

Fixed

  • Fix missing imports preventing Resources and Webhooks APIs from working

Initial Release

24 Nov 19:49
Compare
Choose a tag to compare

This is the initial release of PyPCO! From this point forward, the project will follow semantic versioning and be published to PyPI.