-
Notifications
You must be signed in to change notification settings - Fork 21
April Release 34 #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
April Release 34 #34
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
c15279f
April Release 34
TCP1231 16786f3
Update Release 34
TCP1231 fa64f37
Update Release 34
TCP1231 a92c0e1
Update Release 34
TCP1231 0b3d092
Update Release 34
TCP1231 72a733c
Update Release 34
TCP1231 16ddfb5
Create Release 34
TCP1231 135ca1d
Update Release 34
TCP1231 e07b62f
Update Release 34
TCP1231 60bd8a9
Update Release 34
TCP1231 409fec7
Update Release 34
TCP1231 a842c7c
Create Release 34.md
TCP1231 57bf473
Merge branch 'TCP1231-April-Release-34' of https://github.com/Azure/A…
TCP1231 26964fb
Update Release 34.md
TCP1231 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| # Release - API Management service: February & March 2023 | ||
|
|
||
| A regular Azure API Management service update was started February 9, 2023. This release concluded rollout on March 31, 2023. | ||
|
|
||
| ### New features, fixes, and improvements | ||
|
|
||
| 1. We added the new `context.Deployment.Gateway.*` object with several properties for accessing gateway information in runtime policies. [Learn more](https://learn.microsoft.com/azure/api-management/api-management-policy-expressions#ContextVariables). | ||
| 2. We fixed an issue, where the definition names in the API schema would display blank spaces. | ||
TCP1231 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| 3. We fixed an issue, where the developer portal was hiding default domain, a parameter has been added to include default domain in the hostnames. | ||
| 4. We fixed an issue, where the API revisions were not being properly filtered. | ||
| 5. We fixed an issue, where adding API schemas with the same namespace resulted in an error. | ||
| 6. We fixed an issue, where policies contained all named values which caused a problem for secrets. The policy failed to check if given user had access to secret. | ||
TCP1231 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| 7. We fixed an issue, whereby Azure Active Directory v1 tokens could be validated with `validate-azure-ad-token` policy, but v2 tokens could not be validated. With this release, both v1 and v2 tokens are supported. | ||
| 8. Previously, `validate-azure-ad-token` would only validate tokens against produced by the public cloud instance of Azure Active Directory (AD). With this release, token validation is supported in every Azure cloud where Azure Active Directory is available. | ||
| 9. Previously, the gateway would not refresh the GraphQL schema when it was updated from the Azure portal. The gateway now correctly refreshes the GraphQL schema after it's updated in the Azure portal. | ||
| 10. We implemented a GraphQL context variable to allow access to all portions of the GraphQL context within policy expressions. | ||
|
|
||
| ### Self-hosted gateway container image release | ||
| 1. [2.2.0](https://github.com/Azure/api-management-self-hosted-gateway/releases/tag/Container-v2.2.0-preview-1) (Preview 1) | ||
| 2. [2.1.8](https://github.com/Azure/api-management-self-hosted-gateway/releases/tag/Container-v2.1.8) | ||
| 3. [2.1.7](https://github.com/Azure/api-management-self-hosted-gateway/releases/tag/Container-v2.1.7) | ||
| ### Self-hosted gateway Helm chart | ||
| 1. [1.5.5](https://github.com/Azure/api-management-self-hosted-gateway/releases/tag/v1.5.5) | ||
| 2. [1.5.4](https://github.com/Azure/api-management-self-hosted-gateway/releases/tag/v1.5.4) | ||
| 3. [1.5.3](https://github.com/Azure/api-management-self-hosted-gateway/releases/tag/v1.5.3) | ||
| 4. [1.5.2](https://github.com/Azure/api-management-self-hosted-gateway/releases/tag/v1.5.2) | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.