Releases: obervinov/users-package
Releases · obervinov/users-package
users-package:v2.0.0
v2.0.0 - 2023-11-07
What's Changed
Full Changelog: v1.0.5...v2.0.0 by @obervinov in #24
📚 Documentation
💥 Breaking Changes
🚀 Features
users-package:v1.0.5
v1.0.5 - 2023-06-21
What's Changed
Full Changelog: v1.0.4...v1.0.5 by @obervinov in #20
🐛 Bug Fixes
- Fix badge with tests in README.md
- Fix the error that caused the workflow create_release to run twice - at pr/main
🚀 Features
users-package:v1.0.4
v1.0.4 - 2023-06-18
What's Changed
Full Changelog: v1.0.3...v1.0.4 by @obervinov in #15
🐛 Bug Fixes
📚 Documentation
users-package:v1.0.3
v1.0.3 - 2023-05-31
What's Changed
Full Changelog: v1.0.2...v1.0.3 by @obervinov in #9
🐛 Bug Fixes
- Delete a block in tests if "name" == "main"
- Check how the module behaves if the user_id is not recorded in the vault
- Add dependencies between tasks in the GitHub Actions
🚀 Features
- Add support for the new version of the vault-package:v2.0.0
- Replace the mock with a vault container for pytests
- GitHub Actions workflow updates: 2023.05.22
📚 Documentation
users-package:v1.0.2
v1.0.2 - 2023-03-28
What's Changed
Full Changelog: v1.0.1...v1.0.2 by @obervinov in #2
🐛 Bug Fixes
- renamed the directory with the code to the name of the module -
users
- fixed errors in the doc string and the general code format
- log string formation rewritten from
f-string
to%s lezzy
format
📚 Documentation
- updated and expanded the documentation in the file README.md
💥 Breaking Changes
- changed the structure of saving login events and the structure of storing access rights for user ids
- removed
bot_name
argument inUsersAuth.__init__
- renamed method
check_permission()
->check_permissions()
- renamed argument
chatid
->userid
in methodcheck_permissions()
- changed the return result
success
/failed
->allow
/deny
- the functionality of recording events in Vault has been moved to a separate method -
record_event()
🚀 Features
- updated GitHub Actions version to
v1.0.2
- updated logger-package version to
v1.0.1
- added tests
users-package:v1.0.1
v1.0.1 - 2023-02-28
What's Changed
Full Changelog: v1.0.0...v1.0.1 by @obervinov in #1
🐛 Bug Fixes
- updated the code in accordance with the recommendations of flake8 and pylint
- adjusted pyproject.toml and setup.py for package delivery
📚 Documentation
- updated and expanded the documentation in the file README.md
💥 Breaking Changes
- global code recycling: removed old artifacts and more comments added to the code
🚀 Features
- added github actions: flake8, pylint and create release
- added SECURITY
- added ISSUE_TEMPLATE
- added PULL_REQUEST_TEMPLATE
- added CODEOWNERS
- added dependabot.yml
users-package:v1.0.0
v1.0.0 - 2022-11-25
What's Changed
Full Changelog: https://github.com/obervinov/users-package/commits/v1.0.0 by @obervinov
💥 Breaking Changes
- Module release