Skip to content

Releases: intility/fastapi-azure-auth

5.2.0 - add customizable scheme names for OpenAPI documentation

25 Jul 06:57

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.1.1...5.2.0

5.1.1 - Authentication parameters from WWW-Authenticate headers

18 Mar 10:12

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.1.0...5.1.1

5.1.0 - Better exception handling and status codes

24 Feb 12:02

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.1...5.1.0

5.0.1 - Fix support for Python 3.9 and 3.10

20 Aug 09:26

Choose a tag to compare

What's Changed

  • fix: Python 3.9 and 3.9 support by ndxmrb in #209

New Contributors

Full Changelog: 5.0.0...5.0.1

5.0.0

06 Aug 12:36

Choose a tag to compare

Breaking changes:

  • Azure Entra (previously Active Directory) v1 token support dropped. This is mainly to reduce tests by 30%, and for a use-case I haven't documented, nor recommend anyone to use. If you're on v1 tokens, you should upgrade. ( #200 Jonas Krüger Svensson (@JonasKs) )
  • Pydantic v1 support dropped. Deprecation warnings fixed, closes #150 ( #200 Jonas Krüger Svensson (@JonasKs) )
  • InvalidAuth now takes detail AND request object. ( #200 Jonas Krüger Svensson (@JonasKs) ) Users should be explicit and use InvalidAuthHttp or InvalidAuthWebSocket if they use this class. Example:
-raise InvalidAuth(detail="Missing admin role")
+raise InvalidAuthHttp(detail="Missing admin role")  # for HTTP requests
+raise InvalidAuthWebSocket(detail="Missing admin role")  # for WebSocket requests

Docs:

Feat:

Fix:

Full Changelog: 4.4.0...5.0.0

5.0.0-rc0

15 Jul 07:25

Choose a tag to compare

5.0.0-rc0 Pre-release
Pre-release

This is a release candidate of 5.0.0.

Breaking changes:

  • Azure Entra (previously Active Directory) v1 token support dropped. This is mainly to reduce tests by 30%, and for a use-case I haven't documented, nor recommend anyone to use. If you're on v1 tokens, you should upgrade. ( #200 Jonas Krüger Svensson (@JonasKs) )
  • Pydantic v1 support dropped. Deprecation warnings fixed, closes #150 ( #200 Jonas Krüger Svensson (@JonasKs) )
  • InvalidAuth now takes detail AND request object. ( #200 Jonas Krüger Svensson (@JonasKs) ) Users should be explicit and use InvalidAuthHttp or InvalidAuthWebSocket if they use this class. Example:
-raise InvalidAuth(detail="Missing admin role")
+raise InvalidAuthHttp(detail="Missing admin role")  # for HTTP requests
+raise InvalidAuthWebSocket(detail="Missing admin role")  # for WebSocket requests

Docs:

Feat:

Fix:

Full Changelog: 4.4.0...5.0.0-rc0

4.4.0

30 May 15:48

Choose a tag to compare

What's Changed

Other

New Contributors

Full Changelog: 4.3.1...4.4.0

4.3.1 - Minor fixes

04 Mar 15:48

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.3.0...4.3.1

4.3.0 - Small improvements and lots of documentation

30 Oct 18:06

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.2.1...4.3.1

4.2.1 - Move dependencies

31 Jul 19:41
30d3dae

Choose a tag to compare

What's Changed

Full Changelog: 4.2.0...4.2.1