github superseriousbusiness/gotosocial v0.9.0-rc2

latest releases: v0.15.0, v0.15.0-rc2, v0.15.0-rc1...
pre-release12 months ago

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

  1. Stop GoToSocial
  2. Untar the new release, including the web assets and html templates.
  3. Edit your config.yaml file as necessary (see below).
  4. Start GoToSocial

Docker

  1. Stop GoToSocial.
  2. Pull the new docker container (superseriousbusiness/gotosocial:0.9.0-rc2 or superseriousbusiness/gotosocial:latest)
  3. 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)

Don't miss a new gotosocial release

NewReleases is sending notifications on new releases.