v0.17.0-rc4
Pre-releaseIf updating to this release candidate from another 0.17.0 release candidate, there's one smaller migration which should take something like a minute to ten minutes depending on your software. Please be patient!
For instructions to update to this release candidate from versions < v0.17.0-rc1, see the v0.17.0-rc1 release candidate notes, but replace v0.17.0-rc1
with v0.17.0-rc4
throughout.
No config file changes between other release candidates and this version.
Which release archive/container should I use?
Tl;dr: Regardless of whether you're using SQLite or Postgres as your DB driver, you most likely you want the regular version without moderncsqlite
in the name.
However, if you're on FreeBSD or OpenBSD, use the moderncsqlite
version instead. See the table below:
OS | Architecture | Binary archive | Docker |
---|---|---|---|
Linux | x86-64/AMD64 (64-bit) | linux_amd64.tar.gz | superseriousbusiness/gotosocial:0.17.0-rc4 |
Linux | x86-32/i386 (32-bit) | linux_386.tar.gz | superseriousbusiness/gotosocial:0.17.0-rc4 |
Linux | Armv8/ARM64 (64-bit) | linux_arm64.tar.gz | superseriousbusiness/gotosocial:0.17.0-rc4 |
Linux | Armv7/ARM32 (32-bit) | linux_armv7.tar.gz | superseriousbusiness/gotosocial:0.17.0-rc4 |
Linux | Armv6/ARM32 (32-bit) | linux_armv6.tar.gz | superseriousbusiness/gotosocial:0.17.0-rc4 |
OpenBSD | x86-64/AMD64 (64-bit) | openbsd_amd64_moderncsqlite.tar.gz | superseriousbusiness/gotosocial:0.17.0-rc4-moderncsqlite |
FreeBSD | x86-64/AMD64 (64-bit) | freebsd_amd64_moderncsqlite.tar.gz | superseriousbusiness/gotosocial:0.17.0-rc4-moderncsqlite |
Changes
- [chore] Create modernc sqlite builds alongside default wasm; add openbsd builds by @tsmethurst in #3413
- [bugfix] Ensure
pending_approval
set on statuses + status faves by @tsmethurst in #3415 - [bugfix] Check interaction policies properly on incoming Likes by @tsmethurst in #3416
- [chore] Don't cc Accept of likes to followers by @tsmethurst in #3417
Full Changelog: v0.17.0-rc3...v0.17.0-rc4