Skip to content

Commit 69185ea

Browse files
Release - API Management service: July, 2021 (#15)
* Release - API Management service: July, 2021 * Add Consumption tier fix * Clarify validation policies fix
1 parent c2fe5a3 commit 69185ea

File tree

3 files changed

+34
-19
lines changed

3 files changed

+34
-19
lines changed

changelogs/api-management-service.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
# Azure API Management service changelog
22

3-
Developer portal follows an independent release lifecycle and the [per-release changelog is available on GitHub](https://aka.ms/apimdevportal/releases).
3+
Developer portal follows an independent release lifecycle and the [per-release changelog is available in the developer portal's GitHub repository](https://aka.ms/apimdevportal/releases).
4+
5+
## Release - API Management service: July, 2021
6+
7+
A regular Azure API Management service update was started on July 5, 2021, and included the following new features, bug fixes, and other improvements. It may take several weeks for your API Management service to receive the update.
8+
9+
### Featured
10+
11+
1. [Native support for WebSocket APIs is now in preview](https://azure.microsoft.com/updates/public-preview-native-support-for-websocket-apis-in-azure-api-management/).
12+
2. [The cost of additional units in the Premium tier services has been reduced](https://azure.microsoft.com/updates/azure-api-management-premium-tier-price-reduction-for-incremental-purchased-units/).
13+
14+
### New
15+
16+
1. You can now emit custom metrics to Azure Application Insights with the new `emit-metric` policy. [Learn more](https://docs.microsoft.com/azure/api-management/api-management-advanced-policies#emit-metric).
17+
2. Policy expressions now support `System.Net.IPAddress`.
18+
3. The policy expressions' `context` object now includes the `context.Deployment.GatewayId` property. For managed gateways, its value is `managed`.
19+
4. You can now export your APIs for consumption in the Power Platform through the dedicated Power Platform page in the Azure portal.
20+
![Power Platform page in the Azure portal](media-api-management-service/2021-07-azure-portal-power-platform.png)
21+
22+
### Fixed
23+
24+
1. We fixed an issue, which caused Developer tier services in a virtual network to not emit resource health events.
25+
2. The validation policies now correctly return:
26+
* Responses with the status code `400 Bad Request` and a precise error description in case of the schema mismatch for errors detected in the incoming requests.
27+
* Responses with the status code `502 Bad Gateway` and a generic message in the body for errors detected in the outgoing responses, to not leak API implementation details.
28+
3. We fixed an issue, where the validation policies modified the format of the JSON payload's properties resembling datetime strings.
29+
4. We fixed an issue, where a character sequence `@*` prevented the policy XML document from being saved.
30+
5. We fixed an issue, where responses with an empty payload and the `Transfer-Encoding: chunked` header were incorrectly classified as completed and the response latency was miscalculated.
31+
6. We fixed an issue, where successful API requests were marked as non-successful in the Azure Monitor and Azure Application Insights logs if the client disconnected right after receiving the response.
32+
7. We fixed an issue, which caused the API gateway endpoint of Consumption services to remain unavailable for a few seconds after the service activation.
33+
34+
### Changed
35+
36+
1. Validation policies' `error-variable-name` attribute is now optional.
437

538
## Release - API Management service: May, 2021
639

changelogs/deprecations.md

Lines changed: 0 additions & 18 deletions
This file was deleted.
68.8 KB
Loading

0 commit comments

Comments
 (0)