v0.9.0-rc2
Pre-release
Pre-release
gotosocialorg
released this
21 May 17:50
·
1039 commits
to main
since this release
Kapow, the second release candidate for GoToSocial 0.9.0!
We fixed (hopefully!) the bugs that showed up in the first release candidate. Thank you everyone who helped us find them! We also snuck in a cheeky new feature 🦥 😈
Migration notes
Upgrading
To upgrade to 0.9.0-rc2 from a previous release:
Binary/tar
- Stop GoToSocial
- Untar the new release, including the web assets and html templates.
- Edit your config.yaml file as necessary (see below).
- Start GoToSocial
Docker
- Stop GoToSocial.
- Pull the new docker container (
superseriousbusiness/gotosocial:0.9.0-rc2
orsuperseriousbusiness/gotosocial:latest
) - Start GoToSocial.
config.yaml
See previous release notes!
Database Migrations
This release contains one or more database migrations which will run the first time you start up this new version. Be sure not to interrupt this migration process. This will take anywhere between a couple seconds and ten minutes (on slower hardware). Please be patient!
Detailed Changelog (compared to 0.9.0-rc1)
- 2063d01 [bugfix] Add back removed ValidateRequest() before backoff-retry loop (#1805)
- 107237c [feature] Make client IP logging configurable (#1799)
- 68e54cb [bugfix] Start + stop caches properly for testrig + pruning (#1804)
- 99ddaba [bugfix] Fix incorrect default for empty emoji domain (#1803)
- c7702c4 [chore] Change time comparison in webfinger test (#1798)
- e91cabb [bugfix] Fix NegotiateFormat with multiple accept headers (#1797)
- 2478d83 [bugfix] Fix proxy_pass in named location (#1794)
- 19dab83 [docs] add missing observability settings to example config (#1790)
- 32aefd5 [docs] remove nginx trailing slash (#1789)
- 89c1d58 [chore]: Bump golang.org/x/crypto from 0.8.0 to 0.9.0 (#1784)
- 17b9a93 [bugfix] Fix duplicating fields on profile edit (#1788)
- e1b7ab2 [chore]: Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0 (#1785)