mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 06:36:14 +00:00
Updating releases.md
This commit is contained in:
parent
b2d6b554e8
commit
f0dcc3a104
22
RELEASES.md
22
RELEASES.md
|
@ -21,6 +21,16 @@ We've also seen the first release of [Lemmur](https://github.com/krawieck/lemmur
|
||||||
- Added query performance testing and comparisons. Added indexes to make sure every query is `< 30 ms`.
|
- Added query performance testing and comparisons. Added indexes to make sure every query is `< 30 ms`.
|
||||||
- Added compilation time testing.
|
- Added compilation time testing.
|
||||||
|
|
||||||
|
### Federation
|
||||||
|
|
||||||
|
This release includes some bug fixes for federation, and some changes to get us closer to compliance with the ActivityPub standard.
|
||||||
|
|
||||||
|
- [Community bans now federating](https://github.com/LemmyNet/lemmy/issues/1287).
|
||||||
|
- [Local posts sometimes got marked as remote](https://github.com/LemmyNet/lemmy/issues/1302).
|
||||||
|
- [Creator of post/comment was not notified about new child comments](https://github.com/LemmyNet/lemmy/issues/1325).
|
||||||
|
- [Community deletion now federated](https://github.com/LemmyNet/lemmy/issues/1256).
|
||||||
|
|
||||||
|
None of these are breaking changes, so federation between 0.9.0 and 0.8.11 will work without problems.
|
||||||
|
|
||||||
### Lemmy javascript / typescript client
|
### Lemmy javascript / typescript client
|
||||||
|
|
||||||
|
@ -41,18 +51,6 @@ We've also seen the first release of [Lemmur](https://github.com/krawieck/lemmur
|
||||||
- We moved documentation into a separate git repository, and support translation for the docs now!
|
- We moved documentation into a separate git repository, and support translation for the docs now!
|
||||||
- Moved our code of conduct into the documentation.
|
- Moved our code of conduct into the documentation.
|
||||||
|
|
||||||
### Federation
|
|
||||||
|
|
||||||
This release includes some bug fixes for federation, and some changes to get us closer to compliance with the ActivityPub standard.
|
|
||||||
|
|
||||||
- fixed: [Community bans not federating](https://github.com/LemmyNet/lemmy/issues/1287)
|
|
||||||
- fixed: [Local posts sometimes got marked as remote](https://github.com/LemmyNet/lemmy/issues/1302)
|
|
||||||
- fixed: [Creator of post/comment is not notified about new child comments](https://github.com/LemmyNet/lemmy/issues/1325)
|
|
||||||
- fixed: [Community deletion not federated](https://github.com/LemmyNet/lemmy/issues/1256)
|
|
||||||
|
|
||||||
None of these are breaking changes, so federation between 0.9.0 and 0.8.11 will work without problems.
|
|
||||||
|
|
||||||
|
|
||||||
## Upgrading
|
## Upgrading
|
||||||
|
|
||||||
If you'd like to make a DB backup before upgrading, follow [this guide](https://lemmy.ml/docs/en/administration/backup_and_restore.html).
|
If you'd like to make a DB backup before upgrading, follow [this guide](https://lemmy.ml/docs/en/administration/backup_and_restore.html).
|
||||||
|
|
Loading…
Reference in a new issue