Releases: UMIACS/rgwadmin
Releases · UMIACS/rgwadmin
v2.4.5
v2.4.4
v2.4.2
v2.4.1
v2.4.0
v2.3.3
- Added documentation (docs/source/rgwadmin/user-guide.rst)
- Supports now only Python3 (3.6+)
- Added type hints
- Added sync-stats support
- Fix to always pass generate_secret in create_subuser
- Fix to add access_key to kwarg to get_user
Release has been pushed to PyPI
v2.3.1
v2.2.1
Changes
- Expose fetching user stats in
rgw.get_user()
v2.2.0
Changes
- Allow modifying users while they're suspended. Essentially, also the suspended/unsuspended status of a user to not be changed by default when using modify_user(). Although the previous behavior was unintuitive, this is a breaking change for people who depended on the previous behavior. (#41)
v2.1.0
Changes
- Remove auid attribute from RGWUser attributes as it was largely unsupported and has been removed from Nautilus.