Releases: octoenergy/tentaclio
Releases · octoenergy/tentaclio
1.3.1
What's Changed
- Add environmental variable interpolation support by @dbagan13 in #215
- Improve error message for secret parse error by @JohnH-KTL in #216
New Contributors
- @dbagan13 made their first contribution in #215
- @JohnH-KTL made their first contribution in #216
Full Changelog: 1.3.0...1.3.1
1.3.0
Add support for interpolating environment variables to tentaclio secrets file.
Release 1.2.1
Fixes incorrect passing of url params to sqlalchemy (#203)
Add support for sqlalchemy 2.0
Add support for SQLAlchemy 2.0 by correctly handling sqlalchemy.engine.url.URL
s, which are now immutable.
Older versions of tentaclio should pin sqlalchemy < 2.0
to avoid this issue.
0.0.15: Merge pull request #153 from octoenergy/add_databricks_db_client
Add Databricks db client