Skip to content

Latest commit

 

History

History
115 lines (58 loc) · 4.11 KB

CHANGELOG.md

File metadata and controls

115 lines (58 loc) · 4.11 KB

Changelog

v0.6.0 (2024-06-06)

Feature

  • add_permissions to bulk add privileges (6eb08e6)

v0.5.0 (2024-06-03)

Feature

  • Improved add_permission and has_permission: target_key will now also be looked up (without ValueError on missing key) (df388be)

v0.4.3 (2024-05-31)

Fix

  • Wildcards are only supported in 'privilege', not as object IDs to prevent confusion (6f2928e)

v0.4.2 (2024-05-31)

Fix

  • Replace str.format with fstrings to catch missing variables (d9d6457)

v0.4.1 (2024-05-30)

Fix

  • Memberhips -> memberships; get_ functions can return None (ebd7a0b)

v0.4.0 (2024-05-30)

Feature

  • Support BYOG (bring your own gid) for all relevant add_ functions (item, group, user; not membership, permission) (aeb06d9)

v0.3.0 (2024-05-29)

Feature

v0.2.7 (2024-05-29)

Fix

  • Don't autocommit within this library; raise errors from validate_ result (b203e46)

v0.2.6 (2024-05-29)

Fix

  • Make ruff happier (22b12e0)
  • You can provide a custom gid to add_identity/add_item and password is optional for items (986175b)

v0.2.5 (2024-05-27)

Fix

  • Allow key_lookup by whole row (e.g. dict with object_id and/or email) (03d5dd0)

v0.2.4 (2024-05-27)

Fix

  • Is_uuid now says True if the value already is a uuid.UUID; -> fixes member_of behavior (5030797)

v0.2.3 (2024-05-27)

v0.2.3 (2024-05-27)

Fix

  • Auth_rbac.define_model() can be used instead of define_auth_rbac_model (fab9a5a)

v0.2.2 (2024-05-23)

Fix

  • Make migrations work for postgres (+ add tests for sqlite and psql) (a75758c)

v0.2.1 (2024-05-22)

Fix

  • Those views are not tables (f2d8496)

v0.2.0 (2024-05-22)

Feature

  • Publish (postgres) migrations for rbac (5d00057)

Fix

v0.1.1 (2024-05-21)

Fix

  • Don't ship venv, ship as edwh_auth_rbac not as src (e7a0d4d)
  • Make build actually work (57def49)

v0.1.0 (2024-05-16)

Feature

  • Initial non-nameko version (9a292ad)