Added - Add support for interpolating environment variables to tentaclio secrets file.
1.2.2
Added - Add support for connecting to SFTP via private key authentication. Replaces pysftp dependency with paramiko.
1.2.1
Fix - Issue where URL query parameters were not passed correctly to sqlalchemy for db connections.
1.2.0
Added - 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.
1.1.0
Changed - Credential files error reporting to help users identify the credentials issues
1.0.9
Added - Add `tentaclio.streams.api.make_empty_safe` to modify the standard behavoir of creating empty files when no data is written into the stream.