Releases: obervinov/users-package
Releases · obervinov/users-package
users-package:v4.0.1
v4.0.1 - 2024-10-22
What's Changed
Full Changelog: v4.0.0...v4.0.1 by @obervinov in #50
📚 Documentation
- actualized documentation in the
README.md
file
users-package:v4.0.0
v4.0.0 - 2024-10-22
What's Changed
Full Changelog: v3.0.2...v4.0.0 by @obervinov in #49
💥 Breaking Changes
- bump python version to
3.12
- some arguments of the
Users
class and theStorage
class have been replaced. Detailed information can be found in the DEPRECATED.md file
🚀 Features
- bump all dependencies to the latest versions
- bump workflows version to
2.0.0
- Feature request: Add support for a method that returns a dictionary of all users in the table
- Feature request: Storage should not retrieve the database connection data from the vault itself
🐛 Bug Fixes
users-package:v3.0.2
v3.0.2 - 2024-09-10
What's Changed
Full Changelog: v3.0.1...v3.0.2 by @obervinov in #46
🐛 Bug Fixes
- fixed hardcoded vault dbengine
mount_point
if vault argument is a dict
users-package:v3.0.1
v3.0.1 - 2024-09-10
What's Changed
Full Changelog: v3.0.0...v3.0.1 by @obervinov in #45
🐛 Bug Fixes
- replace wrong dependencies
psycopg2
->psycopg2-binary
inpyproject.toml
users-package:v3.0.0
v3.0.0 - 2024-08-22
What's Changed
Full Changelog: v2.0.5...v3.0.0 by @obervinov in #43
💥 Breaking Changes
- Feature request: Add an additional backend -
Postgres
to store historical user data - Bump vault-package version to
3.0.0
(this version contains major changes) - Detailed information about the deprecated methods, constants, arguments, properties, and return values can be found in the DEPRECATED.md file
- Changed logger level to
INFO
for messages when the userRateLimit
is exceeded - Removed unused option to manually set
vault_client
attributes
🚀 Features
- Bump workflows version to
1.2.8
- Bump vault-package version to
3.0.0
- Bump transitive dependencies
- Feature request: Add an additional backend -
Postgres
to store historical user data
users-package:v2.0.5
v2.0.5 - 2024-05-28
What's Changed
Full Changelog: v2.0.4...v2.0.5 by @obervinov in #41
📚 Documentation
- Update
*.md
templates
🚀 Features
- Add
github-actions
in dependency bot - Bump workflow version to
v1.2.2
- Add new workflow jobs:
pr
andmilestone
🐛 Bug Fixes
users-package:v2.0.4
v2.0.4 - 2024-03-24
What's Changed
Full Changelog: v2.0.3...v2.0.4 by @obervinov in #39
🚀 Features
- add custom exceptions
🐛 Bug Fixes
- Incorrect record of authentication events and user authorization in Vault data
- Error when call
rl_controller.determine_rate_limit()
- Fixes various RateLimit class bugs related to request accounting and operation of request counters
- A little tests refactoring
users-package:v2.0.3
v2.0.3 - 2024-02-05
What's Changed
Full Changelog: v2.0.2...v2.0.3 by @obervinov in #36
🐛 Bug Fixes
- Fix support python 3.9 in the package and workflows
users-package:v2.0.2
v2.0.2 - 2024-01-29
What's Changed
Full Changelog: v2.0.1...v2.0.2 by @obervinov in #35
📚 Documentation
🐛 Bug Fixes
users-package:v2.0.1
v2.0.1 - 2024-01-29
What's Changed
Full Changelog: v2.0.0...v2.0.1 by @obervinov in #31
📚 Documentation
🐛 Bug Fixes
- Fix bug with import constants
- Incorrect calculation of rate_limit if it is already applied and you need to calculate the timer for additional messages