obervinov / users-package

This Python module is designed to simplify user management in Telegram bots, providing the necessary functionality for tasks such as user authentication, authorization and compliance with speed limits, ensuring effective management of user attributes and access rights.
MIT License
1 stars 0 forks source link

Release v3.0.0: Add `PostgreSQL`, changing persistent data store from `Vault` to `Postgres` and bump dependency versions #43

Open obervinov opened 1 month ago

obervinov commented 1 month ago

v3.0.0 - 2024-07-15

What's Changed

Full Changelog: https://github.com/obervinov/users-package/compare/v2.0.5...v3.0.0 by @obervinov in https://github.com/obervinov/users-package/pull/43

💥 Breaking Changes