Skip to content

Commit bed8c62

Browse files
authored
Release notes for 0.44 (#54)
1 parent 4db5c78 commit bed8c62

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

changelogs/api-management-service.md

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

3+
## Release - API Management service: May, 2024
4+
5+
### New features, improvements, and changes
6+
7+
- We added support for [Interface](https://spec.graphql.org/October2021/#sec-Interfaces) type to [GraphQL resolvers](https://learn.microsoft.com/azure/api-management/http-data-source-policy#resolver-for-a-graqhql-query-that-returns-a-list-using-a-liquid-template).
8+
- Customer-managed public IP is no longer required when [deploying a service instance into a virtual network](https://learn.microsoft.com/en-us/azure/api-management/api-management-using-with-internal-vnet?tabs=stv2). Changing the subnet will remove public IP from a previously deployed service instance.
9+
10+
### Fixes
11+
12+
- We now correctly import schemas from OpenAPI 3.1 specifications.
13+
- API imports will no longer fail because of OData specification warnings. However, errors will still cause import failures.
14+
- Liquid template and policy expressions with XML special characters, such as "<" or ">", no longer result in runtime failures.
15+
16+
17+
### Self-hosted developer portal releases
18+
19+
- [2.27.0](https://github.com/Azure/api-management-developer-portal/releases/tag/2.27.0)
20+
21+
### Self-hosted gateway container image releases
22+
23+
- No new releases
24+
25+
### Self-hosted gateway Helm chart releases
26+
27+
- No new releases
28+
329
## Release - API Management service: March 2024
430

531
### ‼️ Breaking changes ‼️

0 commit comments

Comments
 (0)