Skip to content

Releases: yukimochi/Activity-Relay

v1.1.2

20 Nov 17:51
99ce362
Compare
Choose a tag to compare

Bug fix

  • HTTP payloads larger than 3154 bytes were corrupted.

Other Changes

  • Update go-fed/httpsig
  • Add Conpatibility for Misskey < 12.111.0

v1.1.2rc1

16 Nov 14:23
a1cccf0
Compare
Choose a tag to compare
v1.1.2rc1 Pre-release
Pre-release

Other Changes

  • Update go-fed/httpsig
  • Add Conpatibility for Misskey < 12.111.0

v1.1.1

04 Nov 20:30
353bd97
Compare
Choose a tag to compare

Other changes

  • Update dependencies.

v1.1.0

18 Sep 10:12
Compare
Choose a tag to compare

New feature

  • Use logrus (change loglevel support)

Other Changes

  • Update dependencies.
  • Fix typos.

v1.1.0rc1

17 Sep 01:25
Compare
Choose a tag to compare
v1.1.0rc1 Pre-release
Pre-release

New feature

  • Use logrus (change loglevel support)

Other Changes

  • Update dependencies.
  • Fix typos.

v1.0.0

22 Jun 11:05
Compare
Choose a tag to compare

New feature

  • All feature are united in one-binary.
  • Official support for Linux services
  • Variable config location.
  • New command system.

Other changes

  • Fix typos in code.
  • Document is renewal! See here

Migration notice

  • Do Export config for backup before upgrading. (ex. ar-cli config export)
  • Redis schema is not changed
  • config.yml has new required parameter JOB_CONCURRENCY
  • docker-compose.yml is changed. Please check and compare differences.
  • entry command is changed.
    • server -> relay server
    • worker -> relay worker
    • ar-cli -> relay control

v1.0.0rc2

20 Jun 08:29
Compare
Choose a tag to compare
v1.0.0rc2 Pre-release
Pre-release

Other changes

  • Fix typos in code.

v1.0.0rc1

19 Jun 06:44
3d92d83
Compare
Choose a tag to compare
v1.0.0rc1 Pre-release
Pre-release

New feature

  • All feature are united in one-binary.
  • Variable config location.
  • New command system.

NOTE: This version has many breaking changes included.

v0.2.9

16 Jun 23:45
7894e78
Compare
Choose a tag to compare

New feature

  • Customizable job concurrency by config file.

Bug fix

  • ar-cli command results ware not affect in running servers.
  • improve tests

Other changes

  • Support Go 1.16

v0.2.9rc1

16 Jun 15:46
7894e78
Compare
Choose a tag to compare
v0.2.9rc1 Pre-release
Pre-release

New feature

  • Customizable job concurrency by config file.

Bug fix

  • ar-cli command results ware not affect in running servers.
  • improve tests