Skip to content

Releases: obervinov/users-package

users-package:v2.0.0

07 Nov 16:29
5dc4dc5
Compare
Choose a tag to compare

users-package:v1.0.5

21 Jun 07:52
3ec4d96
Compare
Choose a tag to compare

users-package:v1.0.4

18 Jun 18:47
18d4cd4
Compare
Choose a tag to compare

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

31 May 09:29
ea79a71
Compare
Choose a tag to compare

users-package:v1.0.2

28 Mar 20:14
f8e4f89
Compare
Choose a tag to compare

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 in UsersAuth.__init__
  • renamed method check_permission() -> check_permissions()
  • renamed argument chatid -> userid in method check_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

users-package:v1.0.1

01 Mar 14:53
b92ad34
Compare
Choose a tag to compare

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

users-package:v1.0.0

05 Nov 19:09
Compare
Choose a tag to compare

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