Skip to content

Commit bd9375c

Browse files
vladvinodlepowmikebudzynski
authored
Added notes for 0.47 (#60)
* Added notes for 0.47 * Update changelogs/api-management-service.md Co-authored-by: Dan Lepow <[email protected]> * Update changelogs/api-management-service.md Co-authored-by: Dan Lepow <[email protected]> * Update api-management-service.md * Update api-management-service.md * Added SDP disclaimer * Added Ignite and community stand-up recordings --------- Co-authored-by: Dan Lepow <[email protected]> Co-authored-by: Mike Budzynski <[email protected]>
1 parent 8b1ef3d commit bd9375c

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

changelogs/api-management-service.md

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

3+
## Release - API Management service: November, 2024
4+
5+
This release will be deployed gradually in phases and batches, [following the safe deployment practices framework](https://learn.microsoft.com/en-us/azure/api-management/validate-service-updates). The rollout will span several weeks across all Azure regions, so your services may not have the new features and fixes until the deployment is complete.
6+
7+
### Featured content
8+
9+
- Discover the latest announcements and demos in [our Microsoft Ignite session "Effective API governance in the era of AI with Azure API Management"](https://aka.ms/apim/ignite/2024).
10+
- Watch the recording of [our YouTube live stream in December](https://aka.ms/apim/live/2024-12), featuring deep-dives into recent features and industry developments.
11+
12+
### New features and improvements
13+
14+
- [Azure OpenAI token limit policy](https://learn.microsoft.com/azure/api-management/azure-openai-token-limit-policy) now fully supports prompts that include images.
15+
- [Azure OpenAI token limit policy](https://learn.microsoft.com/azure/api-management/azure-openai-token-limit-policy) and [LLM token limit](https://learn.microsoft.com/azure/api-management/llm-token-limit-policy) policies can now also enforce overall token quota.
16+
- [Backend identifier](https://learn.microsoft.com/azure/api-management/backends) can now be used as a dimension in any of the emit metric policies.
17+
- [Workspaces](https://learn.microsoft.com/azure/api-management/workspaces-overview) are now available in the Germany West Central region.
18+
- Synthetic GraphQL requests, especially those with large schemas or multiple complex resolvers, perform much faster now.
19+
20+
### Bug fixes
21+
22+
- Requests to an API in an [open product](https://learn.microsoft.com/azure/api-management/api-management-howto-add-products?tabs=azure-portal&pivots=interactive#access-to-product-apis) and containing a subscription key for a different product are not being rejected anymore.
23+
- [Validate content policy](https://learn.microsoft.com/azure/api-management/validate-content-policy) now works correctly with nullable properties in JSON payloads, including those defined by the `oneOf`, `anyOf`, and `allOf` schema constructs.
24+
- [Redirect content URLs policy](https://learn.microsoft.com/azure/api-management/redirect-content-urls-policy) doesn't add redundant slashes to the output URLs like it used to in some cases.
25+
- [Validate Entra ID token policy](https://learn.microsoft.com/azure/api-management/validate-azure-ad-token-policy) now correctly puts decrypted token into the context variable specified in the `output-token-variable-name` attribute.
26+
- [Rate limit by key policy](https://learn.microsoft.com/en-us/azure/api-management/rate-limit-by-key-policy) now returns correct value in the `Retry-After` header in all cases.
27+
- Array fields are now returned when included in Synthetic GraphQL subscriptions.
28+
- You can now successfully add a workspace to a service configured with a custom hostname.
29+
30+
### Self-hosted developer portal releases
31+
32+
- [2.30.0](https://github.com/Azure/api-management-developer-portal/releases/tag/2.30.0)
33+
34+
### Self-hosted gateway container image releases
35+
36+
- None
37+
38+
### Self-hosted gateway Helm chart releases
39+
40+
- None
41+
342
## Release - API Management service: August, 2024
443

544
### Announcements

0 commit comments

Comments
 (0)