Skip to content

Commit 9d6f0f5

Browse files
authored
Added February release notes (#48)
1 parent f771ea4 commit 9d6f0f5

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

changelogs/api-management-service.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Azure API Management service changelog
22

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+
332
## Release - API Management service: December, 2023
433

534
### New features, improvements, and changes

0 commit comments

Comments
 (0)