Skip to content
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

Bump version on container defs & removing snapshot API #9013

Merged
merged 3 commits into from
Feb 4, 2022

Conversation

ssimic2
Copy link

@ssimic2 ssimic2 commented Feb 4, 2022

  1. @fluidframework/container-definitions": "^0.45.0" -> "^0.46.0-0"
  2. Removing snapshot API from container runtime. This PR calls out breaking changes: Removing snapshot from container def #9010

Closes #8286.

@ssimic2 ssimic2 requested review from a team as code owners February 4, 2022 18:12
@github-actions github-actions bot added area: dds Issues related to distributed data structures area: dds: propertydds area: dev experience Improving the experience of devs building on top of fluid 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: runtime Runtime related issues area: tests Tests to add, test infrastructure improvements, etc dependencies Pull requests that update a dependency file public api change Changes to a public API labels Feb 4, 2022
@msfluid-bot
Copy link
Collaborator

@fluid-example/bundle-size-tests: -196 Bytes
Metric NameBaseline SizeCompare SizeSize Diff
aqueduct.js 380.19 KB 380.1 KB -98 Bytes
containerRuntime.js 180.98 KB 180.88 KB -98 Bytes
loader.js 158.97 KB 158.97 KB No change
map.js 50.64 KB 50.64 KB No change
matrix.js 145.45 KB 145.45 KB No change
odspDriver.js 193.6 KB 193.6 KB No change
odspPrefetchSnapshot.js 45.41 KB 45.41 KB No change
sharedString.js 166.37 KB 166.37 KB No change
Total Size 1.32 MB 1.32 MB -196 Bytes

Baseline commit: c1bca10

Generated by 🚫 dangerJS against d796e5e

@ssimic2 ssimic2 merged commit 6f73946 into microsoft:main Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: dds: propertydds area: dds Issues related to distributed data structures area: dev experience Improving the experience of devs building on top of fluid 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: runtime Runtime related issues area: tests Tests to add, test infrastructure improvements, etc dependencies Pull requests that update a dependency file public api change Changes to a public API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace snapshot with summarize to get summary of the container runtime
3 participants