You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Pass in all kwargs from PostgreSQLClient to ConnectionPool so that all ConnectionPool settings
5
+
can be set from the wrapper
6
+
7
+
## v0.0.7 - 3/1/23
4
8
- Added Oauth2ApiClient for oauth2 authenticated calls to our Platform API and Sierra
9
+
- Set PostgreSQL connection pool to have a default pool size minimum of 0
5
10
6
11
## v0.0.5 - 2/22/23
7
12
- Support write queries to PostgreSQL and MySQL databases
@@ -12,17 +17,14 @@
12
17
- Updated README with deployment information
13
18
14
19
## v0.0.3 - 2/10/23
15
-
16
20
- Added GitHub Actions workflow for deploying to production
17
21
- Switched PostgreSQLClient to use connection pooling
18
22
19
23
## v0.0.2 - 2/6/23
20
-
21
24
- Added CODEOWNERS
22
25
- Added GitHub Actions workflows for running tests and deploying to QA
23
26
- Added tests for helper functions
24
27
- Updated Avro encoder to avoid dependency on pandas
25
28
26
29
## v0.0.1 - 1/26/23
27
-
28
30
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.
0 commit comments