* Add TrustServerCertificate option in sqlserver connection string, enabling use of driver {ODBC Driver 18 for SQL Server}.
0.19.2
* Add new DB_CONNECT class that uses env vars instead of AWS secret manager for sensitive creds. * Update aioboto3==11.3.1. * Update cython==3.0.4. * Update httpx==0.25.0. * Update pandas==2.1.1. * Update pre-commit==3.5.0. * Update psycopg2-binary==2.9.9. * Update pylint==3.0.1. * Update pytest==7.4.2.
0.19.1
* Set logging level in ds_utils.
0.19.0
* Only import domino within domino specific functions so it doesn't need to be installed when using ds_utils. * Improve logging in ds_utils to log with timestamp before message.