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
- Support write queries to PostgreSQL and MySQL databases
5
+
- Support different return formats when querying PostgreSQL, MySQL, and Redshift databases
6
+
7
+
## v0.0.4 - 2/13/23
4
8
- In PostgreSQLClient, allow reconnecting after `close_connection` has been called
5
9
- Updated README with deployment information
6
10
7
-
## v0.0.3 - 2/10
11
+
## v0.0.3 - 2/10/23
8
12
9
13
- Added GitHub Actions workflow for deploying to production
10
14
- Switched PostgreSQLClient to use connection pooling
11
15
12
-
## v0.0.2 - 2/6
16
+
## v0.0.2 - 2/6/23
13
17
14
18
- Added CODEOWNERS
15
19
- Added GitHub Actions workflows for running tests and deploying to QA
16
20
- Added tests for helper functions
17
21
- Updated Avro encoder to avoid dependency on pandas
18
22
19
-
## v0.0.1 - 1/26
23
+
## v0.0.1 - 1/26/23
20
24
21
25
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