Skip to content

Commit a28aab4

Browse files
Update CHANGELOG and package version
1 parent 2132e82 commit a28aab4

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.0.8 - 3/3/23
4+
- Pass in all kwargs from PostgreSQLClient to ConnectionPool so that all ConnectionPool settings
5+
can be set from the
6+
37
## v0.0.7 - 3/1/23
48
- Added Oauth2ApiClient for oauth2 authenticated calls to our Platform API and Sierra
59
- Set PostgreSQL connection pool to have a default pool size minimum of 0
@@ -13,17 +17,14 @@
1317
- Updated README with deployment information
1418

1519
## v0.0.3 - 2/10/23
16-
1720
- Added GitHub Actions workflow for deploying to production
1821
- Switched PostgreSQLClient to use connection pooling
1922

2023
## v0.0.2 - 2/6/23
21-
2224
- Added CODEOWNERS
2325
- Added GitHub Actions workflows for running tests and deploying to QA
2426
- Added tests for helper functions
2527
- Updated Avro encoder to avoid dependency on pandas
2628

2729
## v0.0.1 - 1/26/23
28-
2930
Initial version. Includes the `avro_encoder`, `kinesis_client`, `mysql_client`, `postgresql_client`, `redshift_client`, and `s3_client` classes as well as the `config_helper`, `kms_helper`, `log_helper`, and `obfuscation_helper` functions.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This package contains common Python utility classes and functions.
1010
* Connecting to and querying a MySQL database
1111
* Connecting to and querying a PostgreSQL database using a connection pool
1212
* Connecting to and querying Redshift
13-
* Making requests to the Oauth2 authenticated APIS such as NYPL Platform API and Sierra
13+
* Making requests to the Oauth2 authenticated APIs such as NYPL Platform API and Sierra
1414

1515
## Functions
1616
* Reading a YAML config file and putting the contents in os.environ

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "nypl_py_utils"
7-
version = "0.0.7"
7+
version = "0.0.8"
88
authors = [
99
{ name="Aaron Friedman", email="aaronfriedman@nypl.org" },
1010
]

0 commit comments

Comments
 (0)