Skip to content

version 1.1.6

Choose a tag to compare

@jirivrany jirivrany released this 10 Oct 09:51
· 42 commits to main since this release
c946158

Fixed

  • Fixed problem with session overflow on too many rules id

Changed

  • Updated withdraw_expired method to also delete expired rules
  • Expiration threshold can now be set in config (default: 30 days)

Added

  • New auth helpers to determine which rules a user can modify
  • Functions get_user_allowed_rule_ids and check_user_can_modify_rule in auth module
  • EXPIRATION_THRESHOLD config option
  • PyPi package published
  • Docker base image published
  • updated docs