|
1 | 1 | # Azure API Management service changelog |
2 | 2 |
|
| 3 | +## Release - API Management service: February 2024 |
| 4 | + |
| 5 | +### New features, improvements, and changes |
| 6 | + |
| 7 | +- [TLS 1.3 and related cipher suites are now supported](https://techcommunity.microsoft.com/t5/azure-integration-services-blog/announcing-the-availability-of-tls-1-3-in-azure-api-management/ba-p/4047586). |
| 8 | +- The `validate-jwt` [policy](https://learn.microsoft.com/azure/api-management/validate-jwt-policy) now works with tokens signed PS256 signature algorithm. |
| 9 | +- We raised the content size limit in the `validate-content` [policy](https://learn.microsoft.com/azure/api-management/validate-content-policy) to 4MB. |
| 10 | +- A current API revision can now be addressed using a [revision-specific URL](https://learn.microsoft.com/azure/api-management/api-management-revisions#accessing-specific-revisions) in addition to the API's base URL. |
| 11 | + |
| 12 | +### Fixes |
| 13 | + |
| 14 | +- Self-hosted gateway using [EntraID authentication](https://learn.microsoft.com/azure/api-management/self-hosted-gateway-enable-azure-ad) to connect to the associated Azure API Management service instance are now showing heartbeats in the Azure Portal. |
| 15 | +- We fixed the issue preventing “Scheduled Maintenance” events from being shown in the Activity log. |
| 16 | +- The `set-body` policies contained within GraphQL resolver policies (see [example](https://learn.microsoft.com/azure/api-management/http-data-source-policy#example-policy-1)) is now executed for streamed responses. |
| 17 | +- The issue making resolver get incorrect values from the cache for some GraphQL requests is now fixed. |
| 18 | +- Requests resulting in a log entry larger than 32KB, previously not logged at all, are now logged to Azure Monitor after trimming. |
| 19 | + |
| 20 | +### Developer portal releases |
| 21 | + |
| 22 | +- No releases. |
| 23 | + |
| 24 | +### Self-hosted gateway container image releases |
| 25 | + |
| 26 | +• [2.5.0](https://github.com/Azure/api-management-self-hosted-gateway/releases/tag/Container-v2.5.0) |
| 27 | + |
| 28 | +### Self-hosted gateway Helm chart releases |
| 29 | + |
| 30 | +• [1.9.0](https://github.com/Azure/api-management-self-hosted-gateway/releases/tag/v1.9.0) |
| 31 | + |
3 | 32 | ## Release - API Management service: December, 2023 |
4 | 33 |
|
5 | 34 | ### New features, improvements, and changes |
|
0 commit comments