Skip to content

Update 3.37.0 release documentation and notices - #2743

Merged
Akanksha Jain (jainakanksha-msft) merged 1 commit into
mainfrom
release/3.37.0-docs-notice
Aug 24, 2026
Merged

Update 3.37.0 release documentation and notices#2743
Akanksha Jain (jainakanksha-msft) merged 1 commit into
mainfrom
release/3.37.0-docs-notice

Conversation

@jainakanksha-msft

Copy link
Copy Markdown
Member

Summary

  • synchronize the Azurite product version at 3.37.0 and document the 2026-06-06 Blob, Queue, and Table API baseline
  • document CRC-64/NVME transactional checksum support for Put Blob, Put Block/Stage Block, Append Block, and Put Page
  • correct the README workspace artifact names to match the files created by Azurite
  • regenerate NOTICE.txt from the current lockfile and ensure it remains included in package/container outputs
  • organize the changelog under the 2026.08 Version 3.37.0 release section

Validation

  • npx prettier --check README.md README.mcr.md ChangeLog.md
  • npm run build
  • verified 3.37.0 consistency across package.json, package-lock.json, and Blob/Queue/Table constants
  • npm pack --dry-run --json (confirmed NOTICE.txt, README, package metadata, and built entrypoints are packaged)

CopilotAI lite review requested due to automatic review settings August 21, 2026 09:03

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
FileDescription
src/table/utils/constants.tsUpdates Table service VERSION constant to 3.37.0.
src/queue/utils/constants.tsUpdates Queue service VERSION constant to 3.37.0.
src/blob/utils/constants.tsUpdates Blob service VERSION constant to 3.37.0.
README.mdUpdates published version/API baseline details, adds CRC-64/NVME notes, and corrects workspace artifact naming.
README.mcr.mdUpdates container image README version/API baseline row to 3.37.0 / 2026-06-06.
package.jsonBumps npm/package version to 3.37.0.
package-lock.jsonSyncs lockfile package version to 3.37.0.
ChangeLog.mdIntroduces 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.

Comment threadREADME.md
- 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 threadREADME.md
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.
@jainakanksha-msft
Akanksha Jain (jainakanksha-msft) merged commit d59cc5d into mainAug 24, 2026
46 checks passed
@jainakanksha-msft
Akanksha Jain (jainakanksha-msft) deleted the release/3.37.0-docs-notice branch August 24, 2026 07:12
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@jainakanksha-msft