-
Notifications
You must be signed in to change notification settings - Fork 535
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
Upcoming Release: FluidFramework v2.14.0 #22101
Comments
github-actions
bot
changed the title
Upcoming release tracking
Upcoming Release: FluidFramework v2.2.0
Aug 6, 2024
github-actions
bot
changed the title
Upcoming Release: FluidFramework v2.2.0
Upcoming Release: FluidFramework v2.3.0
Aug 17, 2024
Merged
CraigMacomber
added a commit
that referenced
this issue
Sep 11, 2024
## Description Fix a couple changesets based on #22101
github-actions
bot
changed the title
Upcoming Release: FluidFramework v2.3.0
Upcoming Release: FluidFramework v2.4.0
Sep 17, 2024
github-actions
bot
changed the title
Upcoming Release: FluidFramework v2.4.0
Upcoming Release: FluidFramework v2.5.0
Oct 15, 2024
github-actions
bot
changed the title
Upcoming Release: FluidFramework v2.5.0
Upcoming Release: FluidFramework v2.10.0
Nov 5, 2024
github-actions
bot
changed the title
Upcoming Release: FluidFramework v2.10.0
Upcoming Release: FluidFramework v2.11.0
Nov 19, 2024
github-actions
bot
changed the title
Upcoming Release: FluidFramework v2.11.0
Upcoming Release: FluidFramework v2.12.0
Dec 8, 2024
github-actions
bot
changed the title
Upcoming Release: FluidFramework v2.12.0
Upcoming Release: FluidFramework v2.13.0
Dec 19, 2024
github-actions
bot
changed the title
Upcoming Release: FluidFramework v2.13.0
Upcoming Release: FluidFramework v2.14.0
Jan 7, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue is automatically updated with a preview of the release notes for the upcoming Fluid Framework release.
To generate release notes locally to commit to the
RELEASE_NOTES
folder in the repo, run the following command:To generate the release notes to paste into the GitHub Release, run the following command:
This should happen automatically as part of the release process, but if you need to generate the release notes manually, you can use the above command.
Fluid Framework v2.14.0
Contents
Legacy API Changes
MockLogger has been removed from the alpha+legacy API surface (#23473)
The
MockLogger
class previously exposed in the alpha+legacy API surface of@fluidframework/telemetry-utils
has been removed. No replacement is provided, as this class was only intended for use in testing scenarios, and should be trivial to re-implement in any codebase that still uses it.Change details
Commit:
237f042
Affected packages:
⬆️ Table of contents
Remove deprecated Merge-Tree and SharedString ISegment members (#23448)
The current ISegment interface over-exposes a number of properties which do not have an external use case, and any external usage could result in damage to the underlying merge-tree including data corruption. In Fluid Framework release 2.12.0 these properties and associated types were deprecated.
The only use case that will continue to be supported is determining if a segment is removed. For this purpose we've added the free function
segmentIsRemoved(segment: ISegment): boolean
.For example, checking if a segment is not removed would change as follows:
The following properties are removed from ISegment and its implementations:
Additionally, the following types are also removed:
Change details
Commit:
e98574f
Affected packages:
⬆️ Table of contents
🛠️ Start Building Today!
Please continue to engage with us on GitHub Discussion and Issue pages as you adopt Fluid Framework!
The text was updated successfully, but these errors were encountered: