Releases: octoenergy/tentaclio
Releases · octoenergy/tentaclio
1.3.7
1.3.6
1.3.5
What's Changed
- Pin paramiko version by @STMilligan in #224
New Contributors
- @STMilligan made their first contribution in #224
Full Changelog: 1.3.4...1.3.5
1.3.4
What's Changed
- Update ci config to use PyPI API token for publishing by @matt-fleming in #221
Full Changelog: 1.3.3...1.3.4
1.3.3
What's Changed
- Maintain optional input of private key path and private key password by @saadali-e in #220
Full Changelog: 1.3.2...1.3.3
1.3.2
What's Changed
- Addition: Support for the use of private key path and private key password for SFTP using query parameters by @saadali-e in #219
New Contributors
- @saadali-e made their first contribution in #219
Full Changelog: 1.3.1...1.3.2
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.URLs, which are now immutable.
Older versions of tentaclio should pin sqlalchemy < 2.0 to avoid this issue.