|
1 | 1 | # Azure API Management service changelog |
2 | 2 |
|
| 3 | +## Release - API Management service: September 2023 |
| 4 | + |
| 5 | +### New features, fixes, and improvements |
| 6 | + |
| 7 | +1. We have introduced new Azure Advisor recommendations: |
| 8 | + - Use Azure AD authentication instead of gateway token for Configuration API |
| 9 | + - Identity self-hosted gateways using gateway tokens that will expire in < 7 days |
| 10 | + - Identity validate-jwt policy usage with insecure key size |
| 11 | +2. We have removed support for the [retired set-graphql-resolver policy](https://learn.microsoft.com/en-us/azure/api-management/set-graphql-resolver-policy) which had already been replaced with GraphQL API resolvers. |
| 12 | +3. We have fixed an issue where the OpenAPI would fail if the parameter names where empty. |
| 13 | +4. We have fixed an issue where nested objects were being overridden when import OpenAPI was used. |
| 14 | +5. We have fixed an issue where the FixOpenApi parameter schema can now import complex schemas. |
| 15 | +6. We have fixed a bug where validate-azure-token policy was not properly using expressions to resolve tenant-id. |
| 16 | +7. We have fixed an issue where deleting the API release will now return 204 instead of 404 if release does not exist. |
| 17 | +8. 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. |
| 18 | +9. 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. |
| 19 | + |
| 20 | +### Self-hosted gateway container image releases |
| 21 | + |
| 22 | +1. [2.3.4](https://github.com/Azure/api-management-self-hosted-gateway/releases/tag/Container-v2.3.4) |
| 23 | +2. [2.3.3](https://github.com/Azure/api-management-self-hosted-gateway/releases/tag/Container-v2.3.3) |
| 24 | +3. [2.3.2](https://github.com/Azure/api-management-self-hosted-gateway/releases/tag/Container-v2.3.2) |
| 25 | +4. [2.3.1](https://github.com/Azure/api-management-self-hosted-gateway/releases/tag/Container-v2.3.1) |
| 26 | +5. [2.3.0](https://github.com/Azure/api-management-self-hosted-gateway/releases/tag/Container-v2.3.0) |
| 27 | + |
| 28 | +### Self-hosted gateway Helm chart releases |
| 29 | + |
| 30 | +1. [1.7.4](https://github.com/Azure/api-management-self-hosted-gateway/releases/tag/v1.7.4) |
| 31 | +2. [1.7.3](https://github.com/Azure/api-management-self-hosted-gateway/releases/tag/v1.7.3) |
| 32 | +3. [1.7.2](https://github.com/Azure/api-management-self-hosted-gateway/releases/tag/v1.7.2) |
| 33 | +4. [1.7.1](https://github.com/Azure/api-management-self-hosted-gateway/releases/tag/v1.7.1) |
| 34 | +5. [1.7.0](https://github.com/Azure/api-management-self-hosted-gateway/releases/tag/v1.7.0) |
| 35 | + |
3 | 36 | ## Release - API Management service: April 2023 |
4 | 37 |
|
5 | 38 | ### Highlights |
|
0 commit comments