|
2 | 2 |
|
3 | 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 | 4 |
|
| 5 | +## Release - API Management service: January, 2022 |
| 6 | + |
| 7 | +A regular Azure API Management service update was started on January 20, 2022, 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. [Managed certificate support is now in public preview](https://azure.microsoft.com/updates/public-preview-managed-certificate-support-for-azure-api-management/). |
| 12 | + |
| 13 | +### New |
| 14 | + |
| 15 | +1. Published developer portals are now automatically upgraded to new portal releases, without the need to republish the portal manually. Automated upgrades will preserve the latest published content; they won't publish saved but unpublished content. |
| 16 | +2. You can now use curly brackets in a SOAP action URL template (for example, `/soapAction={wildcard}`) to define a wildcard SOAP action, which will match any SOAP request that doesn't have a dedicated action defined in the API. The value inside the curly brackets doesn't affect the execution. |
| 17 | +3. Availability zones are now supported in the East Asia region. |
| 18 | +4. New .NET SDK for the management API [is now available in preview](https://www.nuget.org/packages/Microsoft.Azure.Management.ApiManagement/8.0.0-preview). |
| 19 | + |
| 20 | +### Fixed |
| 21 | + |
| 22 | +1. Newly created diagnostic settings will no longer be configured to log request query parameters by default. As part of this change, [`Diagnostic` entity](https://docs.microsoft.com/rest/api/apimanagement/current-ga/diagnostic/create-or-update#datamasking)'s `dataMasking.queryParams` properties will be set with the following wildcard configuration `{ "value": "*", "mode": "Hide"}`. The same wildcard configuration can also be applied to `dataMasking.headers`. |
| 23 | +2. Self-hosted gateway now properly handles a certificate change (`certificateId`) for existing hostnames. |
| 24 | +3. Multiple `validate-content` policies can now be specified in a single policy section. |
| 25 | +4. It is now possible to delete a resource group with an `stv2`-based API Management service in a virtual network. Previously, the deletion could fail due to an unreleased public IP resource. [Learn more about `stv2` and API Management's infrastructure](https://docs.microsoft.com/azure/api-management/compute-infrastructure#compute-platform-versions). |
| 26 | +5. `ConfigurationChange` event is no longer logged in [Resource Health](https://docs.microsoft.com/azure/service-health/resource-health-overview) for API Management service backups. |
| 27 | +6. `tracestate` header values are no longer truncated after the first key-value pair. |
| 28 | +7. An attempt to deploy an `stv2` API Management service into a virtual network subnet with an `stv1` API Management service will now result in a descriptive error message. |
| 29 | + |
5 | 30 | ## Release - API Management service: October, 2021 |
6 | 31 |
|
7 | 32 | A regular Azure API Management service update was started on October 25, 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. |
|
0 commit comments