Skip to content

v0.13.1 Spiderier Sloth

Compare
Choose a tag to compare
@gotosocialorg gotosocialorg released this 10 Jan 13:21
· 420 commits to main since this release

Release highlights

Fixes a couple small issues with poll vote counts and poll expiry, and an issue where domain blocks were sometimes not being properly enforced when deeper- and higher-level domain blocks were used in combination (eg., when combining blocks for say example.org, bad.example.org, also-bad.example.org).

Migration notes

Upgrading

See the release notes for 0.13.0 but replace 0.13.0 with 0.13.1 throughout. Easy peasy!

config.yaml

No changes since 0.13.0, see 0.13.0 for migration notes from versions < 0.13.0.

Database Migrations

No changes since 0.13.0, see 0.13.0 for migration notes from versions < 0.13.0.

Detailed Changelog

  • ccecf5a [bugfix] fix higher-level explicit domain rules causing issues with lower-level domain blocking (#2513)
  • d5c305d [bugfix] misc dereferencer fixes (#2475)
  • 1c56192 [feature] Log pubKeyID for http-signed requests (#2501)
  • f33d05c [bugfix] fix check for closed poll to account for non-zero closed time but in the future (#2486)
  • b141500 [bugfix] fix poll total vote double count (#2464)