You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelogs/api-management-service.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,31 @@
1
1
# Azure API Management service changelog
2
2
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.
0 commit comments