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

build(client): Update changesets and generate release notes #19122

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
85 changes: 85 additions & 0 deletions .changeset/brave-hounds-say.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
---
"@fluid-experimental/attributable-map": minor
"@fluid-experimental/attributor": minor
"@fluidframework/azure-client": minor
"@fluidframework/azure-service-utils": minor
"@fluidframework/cell": minor
"@fluidframework/container-definitions": minor
"@fluidframework/container-loader": minor
"@fluidframework/container-runtime": minor
"@fluidframework/container-runtime-definitions": minor
"@fluidframework/counter": minor
"@fluidframework/datastore": minor
"@fluidframework/datastore-definitions": minor
"@fluidframework/debugger": minor
"@fluidframework/driver-base": minor
"@fluidframework/driver-definitions": minor
"@fluidframework/driver-utils": minor
"@fluid-tools/fetch-tool": minor
"@fluidframework/file-driver": minor
"@fluidframework/fluid-static": minor
"@fluidframework/ink": minor
"@fluid-experimental/last-edited": minor
"@fluidframework/local-driver": minor
"@fluidframework/map": minor
"@fluidframework/matrix": minor
"@fluidframework/merge-tree": minor
"@fluid-experimental/odsp-client": minor
"@fluidframework/odsp-driver": minor
"@fluidframework/odsp-driver-definitions": minor
"@fluid-experimental/oldest-client-observer": minor
"@fluidframework/ordered-collection": minor
"@fluid-experimental/ot": minor
"@fluid-experimental/pact-map": minor
"@fluid-experimental/property-dds": minor
"@fluidframework/register-collection": minor
"@fluidframework/replay-driver": minor
"@fluidframework/routerlicious-driver": minor
"@fluidframework/routerlicious-urlresolver": minor
"@fluidframework/runtime-definitions": minor
"@fluidframework/runtime-utils": minor
"@fluidframework/sequence": minor
"@fluidframework/shared-object-base": minor
"@fluidframework/shared-summary-block": minor
"@fluid-experimental/sharejs-json1": minor
"@fluidframework/task-manager": minor
"@fluidframework/telemetry-utils": minor
"@fluidframework/test-driver-definitions": minor
"@fluid-private/test-drivers": minor
"@fluid-private/test-end-to-end-tests": minor
"@fluid-private/test-loader-utils": minor
"@fluidframework/test-runtime-utils": minor
"@fluidframework/test-utils": minor
"@fluid-private/test-version-utils": minor
"@fluidframework/tinylicious-client": minor
"@fluidframework/tinylicious-driver": minor
"@fluidframework/tool-utils": minor
"@fluid-experimental/tree": minor
"@fluidframework/tree": minor
"@fluid-tools/webpack-fluid-loader": minor
---

Updated server dependencies

The following Fluid server dependencies have been updated to the latest version, 3.0.0. [See the full changelog.](https://github.com/microsoft/FluidFramework/releases/tag/server_v3.0.0)

- @fluidframework/gitresources
- @fluidframework/server-kafka-orderer
- @fluidframework/server-lambdas
- @fluidframework/server-lambdas-driver
- @fluidframework/server-local-server
- @fluidframework/server-memory-orderer
- @fluidframework/protocol-base
- @fluidframework/server-routerlicious
- @fluidframework/server-routerlicious-base
- @fluidframework/server-services
- @fluidframework/server-services-client
- @fluidframework/server-services-core
- @fluidframework/server-services-ordering-kafkanode
- @fluidframework/server-services-ordering-rdkafka
- @fluidframework/server-services-ordering-zookeeper
- @fluidframework/server-services-shared
- @fluidframework/server-services-telemetry
- @fluidframework/server-services-utils
- @fluidframework/server-test-utils
- tinylicious
2 changes: 2 additions & 0 deletions .changeset/compressed-ghosts-shrink.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"@fluidframework/id-compressor": minor
---

id-compressor: Cluster allocation strategy updated

This change adjusts the cluster allocation strategy for ghost sessions to exactly fill the cluster instead of needlessly allocating a large cluster.
It will also not make a cluster at all if IDs are not allocated.
This change adjusts a computation performed at a consensus point, and thus breaks any sessions collaborating across version numbers.
Expand Down
6 changes: 4 additions & 2 deletions .changeset/cute-walls-share.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"@fluidframework/sequence": minor
---

Remove the signature of IntervalCollection.add that takes a type parameter
sequence: Remove the signature of IntervalCollection.add that takes a type parameter

The previously deprecated signature of IntervalCollection.add that takes an IntervalType as a parameter is now being removed. The new signature is called without the type parameter and takes the start, end, and properties parameters as a single object.
The previously deprecated signature of `IntervalCollection.add` that takes an `IntervalType` as a parameter is now being
removed. The new signature is called without the type parameter and takes the `start`, `end`, and `properties`
parameters as a single object.
6 changes: 4 additions & 2 deletions .changeset/frolicking-panthers-shrink.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
"@fluid-experimental/app-insights-logger": major
"@fluidframework/app-insights-logger": major
---

Renamed the package to `@fluidframework/app-insights-logger`.
@fluid-experimental/app-insights-logger package renamed

The package is now `@fluidframework/app-insights-logger`.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"@fluidframework/datastore": minor
"@fluidframework/datastore-definitions": minor
"@fluidframework/debugger": minor
"@fluid-experimental/devtools-core": minor
"@fluidframework/driver-base": minor
"@fluidframework/driver-definitions": minor
"@fluidframework/driver-utils": minor
Expand Down Expand Up @@ -56,10 +55,11 @@
"@fluidframework/tinylicious-driver": minor
"@fluidframework/tool-utils": minor
"@fluid-experimental/tree": minor
"@fluid-experimental/tree2": minor
"@fluidframework/tree": minor
"@fluid-tools/webpack-fluid-loader": minor
---

Bump Server Version
Updated @fluidframework/protocol-definitions

Bump protocol-definitions, server-services-client, server-local-server, protocol-base, server-services-core, server-test-utils, and gitresources package versions.
The @fluidframework/protocol-definitions dependency has been upgraded to v3.1.0. [See the full
changelog.](https://github.com/microsoft/FluidFramework/blob/main/common/lib/protocol-definitions/CHANGELOG.md#310)
4 changes: 2 additions & 2 deletions .changeset/many-pugs-exist.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"@fluidframework/sequence": minor
---

Remove the findTile API from mergeTree, Client, and SharedString
sequence: Remove the findTile API

The findTile API that was previously deprecated is now being removed. The new searchForMarker function provides similar functionality, and can be called with the start position, the client ID, the desired marker label to find, and the search direction, where a value of true indicates a forward search.
The `findTile` API that was previously deprecated is now being removed. The new `searchForMarker` function provides similar functionality, and can be called with the start position, the client ID, the desired marker label to find, and the search direction, where a value of `true` indicates a forward search.
2 changes: 1 addition & 1 deletion .changeset/olive-bags-smoke.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

Remove deprecated config types from telemetry-utils

The types ConfigTypes, and IConfigProviderBase were deprecated and are now removed from @fluidframework/telemetry-utils. They continue to exist in @fluidframework/core-interfaces. Please update your reference to use these types from @fluidframework/core-interfaces.
The types `ConfigTypes` and `IConfigProviderBase` were deprecated and are now removed from @fluidframework/telemetry-utils. They continue to exist in @fluidframework/core-interfaces. Please update your reference to use these types from @fluidframework/core-interfaces.
6 changes: 4 additions & 2 deletions .changeset/purple-astronauts-joke.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
"@fluid-experimental/tree2": major
"@fluidframework/tree": major
---

Renamed the package to `@fluidframework/tree`.
@fluid-experimental/tree2 package renamed

The package is now `@fluidframework/tree`.
7 changes: 3 additions & 4 deletions .changeset/quick-rocks-shine.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
"@fluidframework/sequence": minor
"@fluid-private/test-end-to-end-tests": minor
---

Unify the change and changeProperties methods
sequence: Unify the change and changeProperties methods

Instead of having two separate APIs to modify an interval's endpoints and properties, combine both into the same method, IntervalCollection.change. Change is called with a string id value as the first parameter, and an object containing the start value, the end value, and/or the properties, depending on the desired modifications to the interval. Start and end must both be either defined or undefined.
Instead of having two separate APIs to modify an interval's endpoints and properties, combine both into the same method, IntervalCollection.change. Change is called with a string id value as the first parameter, and an object containing the start value, the end value, and/or the properties, depending on the desired modifications to the interval. Start and end must both be either defined or undefined.

The old functionality and signatures were deprecated in the internal.7.4.0 minor release.
The old functionality and signatures were deprecated in the internal.7.4.0 minor release.
4 changes: 2 additions & 2 deletions .changeset/rich-shirts-sink.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"@fluidframework/datastore-definitions": minor
---

Remove Unused IFluidDataStoreRegistry From IFluidDataStoreRuntime"
datastore-definitions: Remove unused IFluidDataStoreRegistry from IFluidDataStoreRuntime

IFluidDataStoreRuntime optionally extended IFluidDataStoreRegistry. This is never used, so is removed. As with all provider interfaces, consumers can continue to extend the interface if they have a use, and use FluidObject to inspect for it existing.
`IFluidDataStoreRuntime` optionally extended `IFluidDataStoreRegistry`. This is never used, so is removed. As with all provider interfaces, consumers can continue to extend the interface if they have a use, and use `FluidObject` to inspect for it existing.
5 changes: 4 additions & 1 deletion .changeset/short-years-itch.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"@fluidframework/test-runtime-utils": minor
---

Deprecate addedGCOutboundReference on IDeltaConnection, IFluidDataStoreContext, and MockFluidDataStoreRuntime
garbage collection: Deprecate addedGCOutboundReference

The `addedGCOutboundReference` property on IDeltaConnection, IFluidDataStoreContext, and MockFluidDataStoreRuntime is
now deprecated.

The responsibility of adding outbound references (for Garbage Collection tracking) is moving up to the ContainerRuntime.
Previously, DDSes themselves were responsible to detect and report added outbound references (via a handle being stored),
Expand Down
4 changes: 2 additions & 2 deletions .changeset/tricky-jobs-marry.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"@fluidframework/shared-object-base": minor
---

SharedObject processGCDataCore now takes IFluidSerializer rather than SummarySerializer
shared-object-base: SharedObject processGCDataCore now takes IFluidSerializer rather than SummarySerializer

This change should be a no-op for consumers, and SummarySerializer and IFluidSerializer expose the same consumer facing APIs. This change just makes our APIs more consistent by only using interfaces, rather than a mix of interfaces and concrete implementations.
This change should be a no-op for consumers, and `SummarySerializer` and `IFluidSerializer` expose the same consumer facing APIs. This change just makes our APIs more consistent by only using interfaces, rather than a mix of interfaces and concrete implementations.
94 changes: 94 additions & 0 deletions RELEASE_NOTES/2.0.0-rc.1.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
<!-- THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -->

# Fluid Framework 2.0 Beta 1 (v2.0.0-rc.1.0.0)

Fluid Framework 2.0 contains two major updates: SharedTree DDS and support for SharePoint Embedded.

We listened to your feedback and have made it even easier to use Fluid by introducing a new programming model based on the new SharedTree DDS. Now you can specify the data model schema for your app, and we'll represent it with a SharedTree. Like other DDSs, you can continue to use these data objects like local objects and we'll keep them in sync.

We have also added support for SharePoint Embedded, which is an M365 hosted service offering. You can access it by using the @fluidframework/odsp-client package.

## New features

### SharedTree DDS

Our new DDS offering that allows you to represent any hierarchichal data model for you app.

### odsp-client

New service API that allows you to access SharePoint Embedded service.

## Breaking Changes

### sequence: Remove the findTile API

The `findTile` API that was previously deprecated is now being removed. The new `searchForMarker` function provides similar functionality, and can be called with the start position, the client ID, the desired marker label to find, and the search direction, where a value of `true` indicates a forward search.

### sequence: Unify the change and changeProperties methods

Instead of having two separate APIs to modify an interval's endpoints and properties, combine both into the same method, IntervalCollection.change. Change is called with a string id value as the first parameter, and an object containing the start value, the end value, and/or the properties, depending on the desired modifications to the interval. Start and end must both be either defined or undefined.

The old functionality and signatures were deprecated in the internal.7.4.0 minor release.

### telemetry-utils: Remove deprecated config types from telemetry-utils

The types `ConfigTypes` and `IConfigProviderBase` were deprecated and are now removed from @fluidframework/telemetry-utils. They continue to exist in @fluidframework/core-interfaces. Please update your reference to use these types from @fluidframework/core-interfaces.

## Deprecations

### garbage collection: Deprecate addedGCOutboundReference

The `addedGCOutboundReference` property on IDeltaConnection, IFluidDataStoreContext, and MockFluidDataStoreRuntime is now deprecated.

The responsibility of adding outbound references (for Garbage Collection tracking) is moving up to the ContainerRuntime. Previously, DDSes themselves were responsible to detect and report added outbound references (via a handle being stored), so these interfaces (and corresponding mock) needed to plumb that information up to the ContainerRuntime layer where GC sits. This is no longer necessary so they're being removed in an upcoming release.

## Updates to Alpha APIs

### shared-object-base: SharedObject processGCDataCore now takes IFluidSerializer rather than SummarySerializer

This change should be a no-op for consumers, and `SummarySerializer` and `IFluidSerializer` expose the same consumer facing APIs. This change just makes our APIs more consistent by only using interfaces, rather than a mix of interfaces and concrete implementations.

### datastore-definitions: Remove unused IFluidDataStoreRegistry from IFluidDataStoreRuntime

`IFluidDataStoreRuntime` optionally extended `IFluidDataStoreRegistry`. This is never used, so is removed. As with all provider interfaces, consumers can continue to extend the interface if they have a use, and use `FluidObject` to inspect for it existing.

### id-compressor: Cluster allocation strategy updated

This change adjusts the cluster allocation strategy for ghost sessions to exactly fill the cluster instead of needlessly allocating a large cluster. It will also not make a cluster at all if IDs are not allocated. This change adjusts a computation performed at a consensus point, and thus breaks any sessions collaborating across version numbers. The version for the serialized format has been bumped to 2.0, and 1.0 documents will fail to load with the following error: IdCompressor version 1.0 is no longer supported.

## Further updates

### sequence: Remove the signature of IntervalCollection.add that takes a type parameter

The previously deprecated signature of `IntervalCollection.add` that takes an `IntervalType` as a parameter is now being removed. The new signature is called without the type parameter and takes the `start`, `end`, and `properties` parameters as a single object.

### Updated server dependencies

The following Fluid server dependencies have been updated to the latest version, 3.0.0.
[See the full changelog.](https://github.com/microsoft/FluidFramework/releases/tag/server_v3.0.0)

- @fluidframework/gitresources
- @fluidframework/server-kafka-orderer
- @fluidframework/server-lambdas
- @fluidframework/server-lambdas-driver
- @fluidframework/server-local-server
- @fluidframework/server-memory-orderer
- @fluidframework/protocol-base
- @fluidframework/server-routerlicious
- @fluidframework/server-routerlicious-base
- @fluidframework/server-services
- @fluidframework/server-services-client
- @fluidframework/server-services-core
- @fluidframework/server-services-ordering-kafkanode
- @fluidframework/server-services-ordering-rdkafka
- @fluidframework/server-services-ordering-zookeeper
- @fluidframework/server-services-shared
- @fluidframework/server-services-telemetry
- @fluidframework/server-services-utils
- @fluidframework/server-test-utils
- tinylicious

### Updated @fluidframework/protocol-definitions

The @fluidframework/protocol-definitions dependency has been upgraded to v3.1.0.
[See the full changelog.](https://github.com/microsoft/FluidFramework/blob/main/common/lib/protocol-definitions/CHANGELOG.md#310)