v0.3.1 Sleepy Sloth
Another day another alpha release of GoToSocial! This is alpha release number eight.
Highlights: many bugfixes, some performance improvements, documentation refinement, and some big speed improvements for outgoing messages (from ~30 seconds to federate to ~1 second).
All in all, this is a better and more stable release than v0.3.0 was!
Migration
If you're migrating from 0.3.0 to this release you don't need to do anything special.
If you're migrating from 0.2.x, see the migration notes for 0.3.0.
Detailed Changelog
Features
- 9813a04 [feature] Implement media v2 endpoint to accommodate Tusky 17 (#480)
- 094f032 [feature] Add log-db-queries config option (#465)
Bugfixes
- 728c4a5 [bugfix] Trim log entries to 1700 chars before they enter syslog (#493)
- 2259838 [bugfix] Fix CWs not showing sometimes (#488)
- eeb78bd [bugfix] Allow processing of .png files where checksum is not correct (#487)
- 0d05bf4 [bugfix] Fix status API / status web API being case sensitive (#481)
- 1e3b385 [bugfix] Fix infinite domain block database loop (#467)
- c365863 [bugfix] Use our own (Batch)Deliver implementation for federated messages (#466)
Documentation
- 0e2f31f [Documentation] Simplify docker-compose documentation + example (#468)
- 4bace80 [documentation] NGINX docs updates (#471)
- 03bcd8a [documentation] Update index.md (#475)
- 61e6013 [documentation] Add WebSocket protocol documentation (#470)
- 721061b [docs] unify nginx explainers and add apache httpd (#455)