Skip to content

Releases: uriyyo/fastapi-has-permissions

0.1.5

11 Feb 17:54
f61443b

Choose a tag to compare

What's Changed

  • Add auto_error to specify if HTTPException should be raised.

Full Changelog: 0.1.4...0.1.5

0.1.4

10 Feb 19:21

Choose a tag to compare

  • Add generic Dep type.
  • Support Dep args in function permissions.

Full Changelog: 0.1.3...0.1.4

0.1.3

09 Feb 16:59
9f5b225

Choose a tag to compare

  • Fix logic of skip and failure inside AnyPermissions
  • Make permission decorator return factory.
  • Fix issue when Any is treated as Dep annotation.

Full Changelog: 0.1.2...0.1.3

0.1.2

08 Feb 22:04
b0d738d

Choose a tag to compare

  • Fix multiple issues with permission resolving and signature generation

Full Changelog: 0.1.1...0.1.2

0.1.1

08 Feb 18:43

Choose a tag to compare

  • Fix issue with PermissionWrapper resolution.

Full Changelog: 0.1.0...0.1.1

0.1.0

08 Feb 14:05

Choose a tag to compare

Initial release