v0.7.0-rc2
Pre-release
Pre-release
gotosocialorg
released this
11 Feb 14:04
·
1232 commits
to main
since this release
Hello everyone! This is the second release candidate for version 0.7.0 of GoToSocial.
Thanks for helping us find bugs! We've fixed the worst offenders, and will fix a couple more before the actual release, but we wanted to get this into people's hands already :)
Enjoy!
Migration notes
Please read the notes for the previous release candidate first!!!
Then hark to this: we've changed the media prune stuff to not run on startup anymore; instead it will just run every night, in a way more thorough manner. We managed to get a year-old instance down to 1gb total of storage use after running a prune with media-remote-cache-days
set to 0, so it's pretty cool!
Changelog
- 40bc03e [chore/performance] Update media prune logic, add extra CLI command (#1474)
- 70739d3 [performance] remove throttling timers (#1466)
- 6ac1dda [chore] small changes missed in previous dereferencer.GetAccount() PRs (#1467)
- e5e257c [bugfix] Fix error on searching for account w/accountDomain by host (#1465)
- 95715f9 [performance] Don't fetch avatar + header if uri hasn't changed (#1463)
- 65b1941 [chore] Fix report username wrapping (#1464)
- 27e95fd [chore/bugfix] Serve + throttle publickey separately from rest of ActivityPub API (#1461)
- 52fbb3e [bugfix] fix 'steal this look' form, uncheck entries after processing (#1454)
- 4e4da19 [bugfix] Use SignatureCheck middleware for web profile endpoints too (#1451)
- 0ed50c1 [chore/frogend] domain blocklist layout on smaller screens (#1436)
- b63b1b6 [chore] Update bug report template (#1437)
- ad6ab03 [bugfix] don't trash emoji in profile fields on edit (#1440)
- ac2bdbb [bugfix] fix file range length calculation being off by 1 (#1448)
- 6a6647d [bugfix] Ignore missing files when cleaning up media (#1435)