github superseriousbusiness/gotosocial v0.5.2
v0.5.2 Stunning Sloth

latest releases: v0.17.0-rc1, v0.16.0, v0.16.0-rc3...
2 years ago

This minor bugfix release fixes a couple of issues with domain blocks:

Now, domain blocks can be added in either unicode or punycode, and they'll work either way.

Also, side effects for domain blocks will now be processed correctly in the background after initiating a domain block via the API or admin panel.

This fixes an issue where a domain block would be created properly--and enforced, don't worry!--but side effects like deleting accounts from that domain, deleting follows etc, would not be processed. This meant you'd end up with account entries still sitting in the database, or you'd see that you were still being 'followed' by an account from a blocked domain, even though your instance was no longer sending or receiving messages from that domain. Silly!

If you had any domain blocks that weren't processed correctly before, you can just unblock and reblock the domain, and the side effects will now go through :)

If you're updating to this version from v0.5.0 or v0.5.1 there's no migrations or weird steps required.

If you're updating straight to this version from below v0.5.0, please read the notes for v0.5.0 first! https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.5.0

Changelog

  • c31f219 [bugfix] Use background context instead of request context for async processing (#888)
  • ffcf949 [chore] Normalize domain blocks to punycode (#873)

Don't miss a new gotosocial release

NewReleases is sending notifications on new releases.