Bump service version for STG100 to 2026-02-06#2629
Open
johnthcall wants to merge 1 commit intoAzure:mainfrom
Open
Bump service version for STG100 to 2026-02-06#2629johnthcall wants to merge 1 commit intoAzure:mainfrom
johnthcall wants to merge 1 commit intoAzure:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Updates Azurite’s declared service/API versions to align the Blob/Queue/Table emulation with the 2026-02-06 Azure Storage API version, and bumps the overall Azurite release version accordingly.
Changes:
- Bump Azurite version from 3.35.0 → 3.36.0 across service constants and npm metadata.
- Update default service API versions to 2026-02-06 and add it to each service’s
ValidAPIVersionsallowlist. - Refresh documentation and changelog entries to reflect the new version/API target.
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/table/utils/constants.ts | Bumps table API/version constants and adds 2026-02-06 to valid API versions. |
| src/queue/utils/constants.ts | Bumps queue API/version constants and adds 2026-02-06 to valid API versions. |
| src/blob/utils/constants.ts | Bumps blob API/version constants and adds 2026-02-06 to valid API versions. |
| package.json | Updates package version to 3.36.0. |
| package-lock.json | Updates lockfile package version entries to 3.36.0. |
| README.md | Updates displayed Azurite version/API version references to 3.36.0 / 2026-02-06. |
| ChangeLog.md | Adds upcoming release entry for 3.36.0 with the API version bump note. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Thanks for contribution! Please go through following checklist before sending PR.
PR Branch Destination
Always Add Test Cases
Make sure test cases are added to cover the code change.
Add Change Log
Add change log for the code change in Upcoming Release section in ChangeLog.md.
Development Guideline
Please go to CONTRIBUTION.md for steps about setting up development environment and recommended Visual Studio Code extensions.