-
Notifications
You must be signed in to change notification settings - Fork 89
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
Update ocis_release_notes.adoc #4838
Conversation
Add most visible changes of the 3.0.0 release still needs to be extended with most important backend changes and a list of minor but still notable changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few minor suggestions.
Co-authored-by: Phil Davis <phil@jankaritech.com>
language review Co-authored-by: Martin <github@diemattels.at>
I have made some baseline fixes and corrections/updates. |
Added notable and breaking changes
- Metadata in MessagePack: Metadata are no longer stored in the xattr of a file, but in a dedicated, more scalable and robust file in the binary `MessagePack` format. [cs3org/reva#3728](https://github.com/cs3org/reva/pull/3728) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Metadata in MessagePack: Metadata are no longer stored in the xattr of a file, but in a dedicated, more scalable and robust file in the binary `MessagePack` format. [cs3org/reva#3728](https://github.com/cs3org/reva/pull/3728) | |
- Metadata in MessagePack: Metadata are no longer stored in the `xattr` (extended attributes) of a file, but in a dedicated, more scalable and robust file in the binary `MessagePack` format. [cs3org/reva#3728](https://github.com/cs3org/reva/pull/3728) |
Added breaking change Vue3
Co-authored-by: Phil Davis <phil@jankaritech.com>
I converted markdown links to antora links and did some fixing based on issues found when rendering local. Currently visible on staging. |
Added how to enable denials-feature
Added changelog and migration items
Added "user light" instead of "guest"
Add most visible changes of the 3.0.0 release
still needs to be extended with most important backend changes and a list of minor but still notable changes.