Skip to content

v0.0.26

Compare
Choose a tag to compare
@gleveille-lbp gleveille-lbp released this 07 Jun 09:07
· 255 commits to main since this release

[0.0.26] - 2023-06-07

Changes

  • Removing abstract.py only used for internal development
  • Refactoring docs to benefit from autodoc features

[0.0.25] - 2023-05-31

Changes

  • Checking name of the object in _filter_acccount
  • Adding some docstrings
  • Changing return of update_using_list function (now returns PrivilegedAccount objects)
  • Renamed "get_password_version" to "get_secret_version" to respect CA's nomenclature
  • Adding some tests for accounts functions

Bugfixes

  • Fix bug where coroutine was not awaited in update_file_category

[0.0.24] - 2023-04-07

Changes

  • Adding "search_in" in add_member to allow search in directory

Bugfixes

  • Fixed a bug where getting group ID was case-sensitive
  • Verify username existence before adding it to safe is a regression for group add from directory

[0.0.21] - 2023-04-06

Bugfixes

  • Fixed circular imports

[0.0.20] - 2023-03-23

Changes

  • adding add application and delete application functions
  • Verify username existence before adding it to safe
  • Verify safe existence before adding user to safe
  • Adding some objects in abstract for typehint
  • Adding del_member function

Bugfixes

  • Fixed a bug where checking if a user exists was case-sensitive
  • Fixed a bug where checking an empty safe name existence resulted in an exception

[0.0.19] - 2023-03-23

Changes

  • users.list now accepts details and extended_details

Bugfixes

  • Fixing tests in test_safe.py

Full Changelog: v0.0.18...v0.0.26