Skip to content

Releases: yukimochi/Activity-Relay

v0.2.8

27 Jul 13:54
c356e47
Compare
Choose a tag to compare

Bug fix

  • Prevent redundant retry in registor job. #39
    • Mitigation for unfollowing unreachable server make a lot errors #35.

v0.2.7

10 May 06:02
Compare
Choose a tag to compare

New feature

  • Support nodeinfo 2.1 🎉 (#31 )

Bug fix

  • Fix Retrieve Actor. (#37 )

known Issue

  • Unreachable server unfollowing make fuge errors. (#35 )

v0.2.7rc1

21 Feb 14:30
0462af8
Compare
Choose a tag to compare
v0.2.7rc1 Pre-release
Pre-release

New feature

  • Support nodeinfo 2.1 🎉 (#31)

v0.2.6

21 Feb 10:04
Compare
Choose a tag to compare

Bug fix

  • Fix not closed http.client in worker.

v0.2.5

29 Jan 13:31
Compare
Choose a tag to compare

New feature

  • Support relay Move Activity now 🎉 (d307b09)
  • BlockService Mode can block Application actor now. (7e51cd7)

Bug fixes

  • Broken Actor PublicKey make server panic. (f90b6a8)

Other changes

  • Update Dependencies.
  • Change CI to Github Actions from CircleCI (49f1469, 1acf43a)

v0.2.4

21 Aug 08:28
Compare
Choose a tag to compare

Minor changes

  • Reduce intense redis access.
  • User-Agent contains git-commit hash.

v0.2.3

02 Jun 10:24
Compare
Choose a tag to compare

New feature

  • Configuration by file (config.yml).
  • Configurable Actor Name, Summary, Icon image, Header image.
  • Activity-Relay CLI new commands domain unfollow, follow update.

Migrate notice

  • Configuration REDIS_URL format changed. (ex. 127.0.0.1:6379 -> redis://127.0.0.1:6379)

Other changes

  • Omit empty in JSON.
  • Remove missing Content-Type. (Improve Pleroma compatibility.)

v0.2.2

05 Mar 05:16
Compare
Choose a tag to compare

New feature

  • Use null logger in worker. Now huge noisy logs are far away 🎉.

Other changes

  • Update dependency (Go 1.12 and so on...)

v0.2.1

11 Feb 09:22
Compare
Choose a tag to compare

New feature

  • Send block request. To force unfollow relay from instance.

Other changes

  • Fix bug in CLI (show invalid domain given error if collect input.)

v0.2.0

23 Dec 14:18
Compare
Choose a tag to compare

New feature

  • All information of relay exporting, importing feature (via json).
  • RemoteActor Caching feature.

Migrate notice

  • Activity-Relay CLI commands changed.

Other changes

  • Use Cobra as a CLI Framework.
  • Use Viper as a Configration manager.
  • Fix some bugs.
  • Refactoring many code.