Update changelog
This commit is contained in:
parent
30034b8e85
commit
b98f39c473
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## v3.3.0-rc.1 (~July)
|
## v3.3.0-rc.1
|
||||||
|
|
||||||
### IMPORTANT NOTES
|
### IMPORTANT NOTES
|
||||||
|
|
||||||
|
@ -60,6 +60,8 @@
|
||||||
* Cache refresh actor promises
|
* Cache refresh actor promises
|
||||||
* Optimize activity pub video update
|
* Optimize activity pub video update
|
||||||
* Relax some database transactions
|
* Relax some database transactions
|
||||||
|
* Use an internal cache for DNS resolution.
|
||||||
|
This should speed up federation and fix weird acquire timeouts in sequelize pool (causing slowness in the client interface)
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
|
|
||||||
|
@ -73,6 +75,9 @@
|
||||||
* Fix some 404 errors for remote avatar
|
* Fix some 404 errors for remote avatar
|
||||||
* Fix daily quota display
|
* Fix daily quota display
|
||||||
* Fix ownership change with a live video
|
* Fix ownership change with a live video
|
||||||
|
* Correctly handle broken plugin install
|
||||||
|
* Fix channel deletion when it has videos
|
||||||
|
* Force TLS for webfinger in production
|
||||||
|
|
||||||
|
|
||||||
## v3.2.1
|
## v3.2.1
|
||||||
|
|
Loading…
Reference in New Issue