v4.1.0 - 2025-02-21
What's Changed
Full Changelog: v4.0.2...v4.1.0 by @obervinov in #54
🚀 Features
- bump dependencies version
- bump workflows version to
2.1.1
- the functionality has been returned to establish its own connection to the database (in addition to the possibility of transferring an existing connection object) for more stable operation of the module with correct credentials via Vault DBEngine (for example, the bug obervinov/pyinstabot-downloader#118)
💥 Breaking Changes
- The
vault
input argument of theUsers()
class now expects an object or a new dict format{'instance': <vault_object>, 'role': 'my-dbengine-role'}
. The previous vault dictionary format is no longer supported.