-
Notifications
You must be signed in to change notification settings - Fork 13
/
CHANGELOG.txt
42 lines (32 loc) · 1.5 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.2.0] - 2023-03-03
### 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
- Fix 204 response handling from PCO API (thanks @warmach, @pastorhudson!)
## [1.1.0] - 2020-03-10
### Added
- Utilize a session object to enable connection pooling
## [1.0.0] - 2020-01-25
### 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](https://pypco.readthedocs.io/en/stable/).
## [0.0.2] - 2019-01-01
### 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
### 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
## [0.0.0] - 2018-11-24
### Added
- Initial alpha release