Releases: dark-loop/functions-authorize
Releases · dark-loop/functions-authorize
v4.2.0
- Removing support for STS .NET versions (7.0), as these versions are not supported by Azure Functions runtime.
- Removing ARM authentication support to align with Azure Functions runtime changes.
- Aligning IdentityModel packages versions with versions specified in the Script.WebHost* project for the version used in Azure hosts at the moment for InProc apps on .NET 8 (.NET 6 package still targets dependencies for that version).
- Referenced version of the SDK Host is 4.35 to ensure compatibility with development environments.
Most of the changes here correct issues for .NET 8 In-Process scenarios where identity packages were not aligning with the host environment.
Isolated applications don't have these issues as the version of the identity packages do not conflict with the Functions host runtime.
v4.2.0-preview-20250128-7
- Downgrading WebHost reference to minor used in development environments.
v4.2.0-preview-20250128-5
Downgrading WebHost private dependency to 4.834
v4.2.0-preview-20250128-3
- Removing support for STS .NET versions (7.0), as these versions are not supported by Azure Functions runtime.
- Removing ARM authentication support to align with Azure Functions runtime changes.
- Aligning IdentityModel packages versions with versions specified in the Script.WebHost* project.
v4.1.3
v4.1.3-preview-20241121-5
Adding support for specifying a scheme name in a AddJwtFunctionsBearer
method overload.
v4.1.2
v4.1.2-preview-20240819-12
Setting flag for Monitor to release locks on all awaiting threads after first locking threads exits
v4.1.2-preview-240818-2
- Resolving issue related to race condition between metadata and authorization middleware.
- Moving sample app to
FunctionsBearer
scheme for attribute
v4.1.1
Adding AuthenticateResult to middleware features and creating specific .NET targets with package for 6, 7 and 8
- Enabling storing AuthenticateResult in authentication features, mirroring what ASP.NET Core middlewares do.
- Adding framework specific dependencies for .NET 6, .NET 7 and .NET 8.
ASP.NET Core Authentication and Authorization packages reference version 6 of Identity Model packages that causing issues when referenced by this framework.