Skip to content

Commit c15438c

Browse files
Change logs (#26048)
## Description generate release notes and changes logs
1 parent 8a1f82a commit c15438c

File tree

166 files changed

+736
-31
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+736
-31
lines changed

.changeset/fifty-lizards-sink.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/forty-snakes-swim.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/spicy-grapes-leave.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

RELEASE_NOTES/2.74.0.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
<!-- THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -->
2+
3+
# Fluid Framework v2.74.0
4+
5+
## Contents
6+
7+
- [🌳 SharedTree DDS Changes](#-sharedtree-dds-changes)
8+
- [Fixed bug in sending of revert edits after an aborted transaction (#25978)](#fixed-bug-in-sending-of-revert-edits-after-an-aborted-transaction-25978)
9+
- [⚠️ Deprecations](#️-deprecations)
10+
- [ai-collab library has been removed (#26008)](#ai-collab-library-has-been-removed-26008)
11+
- [Legacy API Changes](#legacy-api-changes)
12+
- [Some keys in IFluidCodeDetailsConfig are now reserved for Fluid Framework use (#25641)](#some-keys-in-ifluidcodedetailsconfig-are-now-reserved-for-fluid-framework-use-25641)
13+
14+
## 🌳 SharedTree DDS Changes
15+
16+
### Fixed bug in sending of revert edits after an aborted transaction ([#25978](https://github.com/microsoft/FluidFramework/issues/25978))
17+
18+
Aborting a transaction used to put the tree in a state that would trigger an assert when sending some undo/redo edits to peers. This would prevent some undo/redo edits from being sent and would put the tree in a broken state that prevented any further edits. This issue could not have caused document corruption, so reopening the document was a possible remedy. Aborting a transaction no longer puts the tree in such a state, so it is safe to perform undo/redo edits after that.
19+
20+
#### Change details
21+
22+
Commit: [`93ec6c7`](https://github.com/microsoft/FluidFramework/commit/93ec6c77dab27bd65c2b04862f578ac3876b2cbe)
23+
24+
Affected packages:
25+
26+
- @fluidframework/tree
27+
- fluid-framework
28+
29+
[⬆️ Table of contents](#contents)
30+
31+
## ⚠️ Deprecations
32+
33+
### ai-collab library has been removed ([#26008](https://github.com/microsoft/FluidFramework/issues/26008))
34+
35+
The team is no longer pursuing this direction for `SharedTree`-based collaboration with AI agents. This library is now considered deprecated. No future versions of this library will be published.
36+
37+
#### Change details
38+
39+
Commit: [`b084ac5`](https://github.com/microsoft/FluidFramework/commit/b084ac5dac2c91e590eb97fc2493cd5b2e6c380c)
40+
41+
Affected packages:
42+
43+
[⬆️ Table of contents](#contents)
44+
45+
## Legacy API Changes
46+
47+
### Some keys in IFluidCodeDetailsConfig are now reserved for Fluid Framework use ([#25641](https://github.com/microsoft/FluidFramework/issues/25641))
48+
49+
The keys of [`IFluidCodeDetailsConfig`](https://fluidframework.com/docs/api/container-definitions/ifluidcodedetailsconfig-interface) (the [type of the `config` property on `IFluidCodeDetails`](https://fluidframework.com/docs/api/container-definitions/ifluidcodedetails-interface#config-propertysignature)) used to be entirely free for consumer use. Going forward, keys with the `"FluidFramework."` prefix are reserved for Fluid Framework's internal use.
50+
51+
We do not expect this to affect any consumers.
52+
53+
#### Change details
54+
55+
Commit: [`1eaf526`](https://github.com/microsoft/FluidFramework/commit/1eaf526c813c8e36fc0ad52649b80e2b0c055853)
56+
57+
Affected packages:
58+
59+
- @fluidframework/container-definitions
60+
61+
[⬆️ Table of contents](#contents)
62+
63+
### 🛠️ Start Building Today!
64+
65+
Please continue to engage with us on GitHub [Discussion](https://github.com/microsoft/FluidFramework/discussions) and [Issue](https://github.com/microsoft/FluidFramework/issues) pages as you adopt Fluid Framework!

azure/packages/azure-local-service/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# @fluidframework/azure-local-service
22

3+
## 2.74.0
4+
5+
Dependency updates only.
6+
37
## 2.73.0
48

59
Dependency updates only.

azure/packages/azure-service-utils/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# @fluidframework/azure-service-utils
22

3+
## 2.74.0
4+
5+
Dependency updates only.
6+
37
## 2.73.0
48

59
Dependency updates only.

common/build/eslint-config-fluid/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# @fluidframework/eslint-config-fluid Changelog
22

3+
## 2.74.0
4+
5+
Dependency updates only.
6+
37
## Unreleased
48

59
### Removed Rushstack Dependencies

examples/apps/blobs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# @fluid-example/blobs
22

3+
## 2.74.0
4+
5+
Dependency updates only.
6+
37
## 2.73.0
48

59
Dependency updates only.

examples/apps/collaborative-textarea/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# @fluid-example/collaborative-textarea
22

3+
## 2.74.0
4+
5+
Dependency updates only.
6+
37
## 2.73.0
48

59
Dependency updates only.

examples/apps/contact-collection/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# @fluid-example/contact-collection
22

3+
## 2.74.0
4+
5+
Dependency updates only.
6+
37
## 2.73.0
48

59
Dependency updates only.

0 commit comments

Comments
 (0)