Uh oh!
There was an error while loading. Please reload this page.
Update 3.37.0 release documentation and notices - #2743
Merged
Akanksha Jain (jainakanksha-msft) merged 1 commit intoAug 24, 2026
Conversation
Copilotstarted reviewing on behalf of Akanksha Jain (jainakanksha-msft)August 21, 2026 09:05 View session
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Azurite’s 3.37.0 release-facing metadata and documentation to align the product/version constants and published docs with the 2026-06-06 Storage API baseline and newly documented checksum behavior.
Changes:
- Bumped Azurite version identifiers from 3.36.0 to 3.37.0 across package metadata and service constants.
- Updated README/README.mcr.md to reflect the 2026-06-06 API baseline, document CRC-64/NVME checksum support, and correct workspace artifact names.
- Added/organized the changelog under a new “2026.08 Version 3.37.0” section and adjusted wording.
Reviewed changes
Copilot reviewed 7 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/table/utils/constants.ts | Updates Table service VERSION constant to 3.37.0. |
| src/queue/utils/constants.ts | Updates Queue service VERSION constant to 3.37.0. |
| src/blob/utils/constants.ts | Updates Blob service VERSION constant to 3.37.0. |
| README.md | Updates published version/API baseline details, adds CRC-64/NVME notes, and corrects workspace artifact naming. |
| README.mcr.md | Updates container image README version/API baseline row to 3.37.0 / 2026-06-06. |
| package.json | Bumps npm/package version to 3.37.0. |
| package-lock.json | Syncs lockfile package version to 3.37.0. |
| ChangeLog.md | Introduces the 2026.08 / 3.37.0 section and updates release notes wording. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| - Create/Read/List/Update/Delete Block Blobs | ||
| - Create/Read/List/Update/Delete Page Blobs | ||
| - Queue storage features align with Azure Storage API version 2025-11-05 (Refer to support matrix section below) | ||
| - CRC-64/NVME transactional checksum validation for Put Blob, Put Block, Append Block, and Put Page |
Comment on lines
1001
to
+1004
| Azurite V3 currently only supports Azure Storage blob service. Queue service is supported after V3.2.0-preview. | ||
| Table service support is currently under discussion. | ||
| Azurite V3 supports features from Azure Storage API version 2023-01-03, and will maintain parity with the latest API versions, in a more frequent update frequency than legacy Azurite V2. | ||
| Azurite V3 supports features through Azure Storage API version 2026-06-06 and aims to maintain parity with the latest API versionsmore frequently than legacy Azurite V2. |
Uh oh!
There was an error while loading. Please reload this page.
Akanksha Jain (jainakanksha-msft)
deleted the
release/3.37.0-docs-notice
branch
August 24, 2026 07:12
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 freeto 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.
Summary
3.37.0and document the2026-06-06Blob, Queue, and Table API baselineNOTICE.txtfrom the current lockfile and ensure it remains included in package/container outputs2026.08 Version 3.37.0release sectionValidation
npx prettier --check README.md README.mcr.md ChangeLog.mdnpm run build3.37.0consistency acrosspackage.json,package-lock.json, and Blob/Queue/Table constantsnpm pack --dry-run --json(confirmedNOTICE.txt, README, package metadata, and built entrypoints are packaged)