New features, fixes, and improvements
- We have introduced new Azure Advisor recommendations:
- Use Azure AD authentication instead of gateway token for Configuration API
- Identity self-hosted gateways using gateway tokens that will expire in < 7 days
- Identity validate-jwt policy usage with insecure key size
- We have removed support for the retired set-graphql-resolver policy which had already been replaced with GraphQL API resolvers.
- We have fixed an issue where the OpenAPI would fail if the parameter names where empty.
- We have fixed an issue where nested objects were being overridden when import OpenAPI was used.
- We have fixed an issue where the FixOpenApi parameter schema can now import complex schemas.
- We have fixed a bug where validate-azure-token policy was not properly using expressions to resolve tenant-id.
- We have fixed an issue where deleting the API release will now return 204 instead of 404 if release does not exist.
- We have fixed an issue where the Deletion of API was not removing all of the releases. When deleting an API it will now delete all of its releases.
- We have fixed an issue where the DELETE operation for API endpoint was synchronous and timing out. The DELETE operation has been made asynchronous to fix this issue.