]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - CHANGELOG.md
Fix reloading new live session in embed
[github/Chocobozzz/PeerTube.git] / CHANGELOG.md
index 049c3a31d1cd7fe04c111273823032818e3336ab..9f057c1529336515025cdb0aa1660a53ecc6853b 100644 (file)
@@ -1,6 +1,11 @@
 # Changelog
 
-## v4.3.0 (unreleased, RC planned for September)
+## v4.3.0
+
+### IMPORTANT NOTES
+
+ * Redis **<** 5.x is not supported anymore
+ * FFmpeg **<** 4.3 is not supported anymore
 
 ### Maintenance
 
@@ -82,6 +87,7 @@
     * Optimized video feed SQL query
     * Process images (resize, convert...) in a dedicated worker thread
     * Optimized emoji markup list rendering in client
+    * Use a worker thread to send ActivityPub Broadcast requests
   * Suffix external auth username/channel name on conflict instead of throwing an exception
 
 ### Bug fixes
   * Add years in graph legend when grouping video views stats by month
   * Prevent creating multiple lives when clicking multiple times on the "Go Live" button
   * Fix *undefined" resolution in player *Stats for nerds*
+  * Fix not displayed error message in administrator web config
+  * More robust S3 upload [#5231](https://github.com/Chocobozzz/PeerTube/pull/5231)
+  * Fix broken saved live stream with only one resolution
+  * Fix `removeEventListener` player embed api
+  * Progressively cleanup actor images without width from the database
+  * Fix broken dates on localized pages
+  * Prevent job queue to be started before plugins
+  * Fix old database enum names
+  * Don't display remove file icon in admin videos overviews if we can't delete the file
 
 
 ## v4.2.2