1
0
Fork 0

Update changelog

This commit is contained in:
Chocobozzz 2023-11-06 11:54:41 +01:00
parent 4aeb1de909
commit a21b7a4193
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 11 additions and 0 deletions

View File

@ -115,6 +115,14 @@ We have many important notes in this release. We know it's a pain for sysadmin,
* Add ability to reset video *Originally published at* attribute
* Add ability for admins to set the default user channel name [#6000](https://github.com/Chocobozzz/PeerTube/pull/6000)
* Server now uses [ESM modules](https://nodejs.org/api/esm.html)
* Add worker threads Prometheus metrics
* Performance:
* Process unicast HTTP job in worker threads
* Sign ActivityPub requests in worker threads
* Optimize recommended videos HTTP request
* Optimize videos SQL queries when filtering on lives or tags
* Optimize `/videos/{id}/views` endpoint with many viewers
* Add ability to disable PeerTube HTTP logs
### Bug fixes
@ -141,6 +149,9 @@ We have many important notes in this release. We know it's a pain for sysadmin,
* Fix feed audio file mimetype
* Fix video quality on high video resolution/fps
* Fix disabling Object Storage ACL using Docker env `PEERTUBE_OBJECT_STORAGE_UPLOAD_ACL_PUBLIC` and `PEERTUBE_OBJECT_STORAGE_UPLOAD_ACL_PRIVATE` in `.env`
* Correctly end live session on ffprobe error
* Fix video stats X axis with old videos
* Fix empty master playlist upload on s3
## v5.2.1