-
Notifications
You must be signed in to change notification settings - Fork 536
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(client): Update changesets and generate release notes (#19122)
Update client changesets and generate release notes in preparation for release. --------- Co-authored-by: Kashif Qureshi <[email protected]>
- Loading branch information
1 parent
81fd576
commit 25366b4
Showing
13 changed files
with
211 additions
and
22 deletions.
There are no files selected for viewing
This file contains 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
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 |
This file contains 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
This file contains 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
This file contains 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
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`. |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
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`. |
This file contains 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
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. |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
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) |