Skip to content

build: bump version to 2.115.0 - #27824

Merged
dannimad merged 1 commit into
mainfrom
release-prep/2.114.0/4-bump-2.115.0
Aug 3, 2026
Merged

build: bump version to 2.115.0#27824
dannimad merged 1 commit into
mainfrom
release-prep/2.114.0/4-bump-2.115.0

Conversation

@dannimad

@dannimad dannimad commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Description

Bumps main from 2.114.0 to 2.115.0, the next development version after the 2.114.0 release branch cut. Includes packageVersion.ts regeneration and compat workspace version refresh (no compat-workspace package.json changes needed this cycle).

Part of the 2.114.0 release prep sequence:

  1. Tag untagged asserts (build: tag untagged asserts for 2.114.0 release #27822)
  2. Update compat generation (no changes needed this cycle)
  3. Generate release notes/changelogs (build: generate release notes and changelogs for 2.114.0 #27823)
  4. Bump main to 2.115.0 (this PR)

This PR must merge LAST, after the other two are merged.

Copilot AI review requested due to automatic review settings August 3, 2026 15:47
@github-actions github-actions Bot added base: main PRs targeted against main branch area: examples Changes that focus on our examples area: framework Framework is a tag for issues involving the developer framework. Eg Aqueduct area: tools area: runtime Runtime related issues area: loader Loader related issues area: driver Driver related issues area: dds Issues related to distributed data structures area: build Build related issues area: dev experience Improving the experience of devs building on top of fluid area: repo Repo related work area: website area: dds: sharedstring area: tests Tests to add, test infrastructure improvements, etc area: dds: propertydds area: odsp-driver area: dds: tree and removed base: main PRs targeted against main branch labels Aug 3, 2026
@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Hi! Thank you for opening this PR. Want me to review it?

Based on the diff (420 lines, 210 files), I've queued these reviewers:

  • Correctness — logic errors, race conditions, lifecycle issues
  • Security — vulnerabilities, secret exposure, injection
  • API Compatibility — breaking changes, release tags, type design
  • Performance — algorithmic regressions, memory leaks
  • Testing — coverage gaps, hollow tests

How this works

  • Adjust the reviewer set by ticking/unticking boxes above. Reviewer toggles alone don't trigger anything.

  • Tick Start review below to dispatch the review fleet.

  • After review finishes, tick Start review again to request another run — it auto-resets after each dispatch.

  • This comment updates as new commits land; your reviewer selections are preserved.

  • Start review

Copilot AI 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.

Copilot reviewed 210 out of 210 changed files in this pull request and generated no comments.

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bundle size comparison

Base commit: 60f9cedd3a2ad735207d82e9b9bd12cda287f6fe
Head commit: 51414e12deab7ee593d606e08960b0054fbabb4a

Notable changes

No bundles changed by ≥ 500 bytes parsed.

Per-bundle deltas

@fluid-example/bundle-size-tests

  • azureClient.js: parsed 620351 → 620407 (+56), gzip 165480 → 165526 (+46)
  • odspClient.js: parsed 592639 → 592695 (+56), gzip 158606 → 158651 (+45)
  • aqueduct.js: parsed 526970 → 527005 (+35), gzip 141035 → 141062 (+27)
  • fluidFramework.js: parsed 398181 → 398202 (+21), gzip 113045 → 113061 (+16)
  • sharedTree.js: parsed 387585 → 387599 (+14), gzip 110474 → 110484 (+10)
  • containerRuntime.js: parsed 305091 → 305105 (+14), gzip 83553 → 83558 (+5)
  • sharedString.js: parsed 176457 → 176464 (+7), gzip 49807 → 49815 (+8)
  • experimentalSharedTree.js: parsed 160677 → 160677 (0), gzip 46276 → 46276 (0)
  • matrix.js: parsed 160302 → 160309 (+7), gzip 45800 → 45807 (+7)
  • loader.js: parsed 145459 → 145473 (+14), gzip 39221 → 39235 (+14)
  • odspDriver.js: parsed 103906 → 103927 (+21), gzip 32404 → 32411 (+7)
  • directory.js: parsed 67110 → 67117 (+7), gzip 18859 → 18866 (+7)
  • 578.js: parsed 58686 → 58686 (0), gzip 17657 → 17657 (0)
  • map.js: parsed 47205 → 47212 (+7), gzip 14455 → 14462 (+7)
  • odspPrefetchSnapshot.js: parsed 45635 → 45649 (+14), gzip 15242 → 15249 (+7)
  • 252.js: parsed 44371 → 44371 (0), gzip 13732 → 13732 (0)
  • summarizerDelayLoadedModule.js: parsed 30717 → 30717 (0), gzip 7716 → 7716 (0)
  • socketModule.js: parsed 26469 → 26476 (+7), gzip 7895 → 7903 (+8)
  • createNewModule.js: parsed 12454 → 12454 (0), gzip 4797 → 4797 (0)
  • summaryModule.js: parsed 3789 → 3789 (0), gzip 1857 → 1857 (0)
  • connectionState.js: parsed 909 → 909 (0), gzip 500 → 500 (0)
  • sharedTreeAttributes.js: parsed 847 → 854 (+7), gzip 499 → 507 (+8)
  • debugAssert.js: parsed 429 → 429 (0), gzip 299 → 299 (0)
  • FluidFramework-HashFallback.js: parsed 419 → 419 (0), gzip 313 → 313 (0)

@dannimad
dannimad merged commit 7a96829 into main Aug 3, 2026
45 checks passed
@dannimad
dannimad deleted the release-prep/2.114.0/4-bump-2.115.0 branch August 3, 2026 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: build Build related issues area: dds: propertydds area: dds: sharedstring area: dds: tree area: dds Issues related to distributed data structures area: dev experience Improving the experience of devs building on top of fluid area: driver Driver related issues area: examples Changes that focus on our examples area: framework Framework is a tag for issues involving the developer framework. Eg Aqueduct area: loader Loader related issues area: odsp-driver area: repo Repo related work area: runtime Runtime related issues area: tests Tests to add, test infrastructure improvements, etc area: tools area: website

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants