Releases: yukimochi/Activity-Relay
Releases · yukimochi/Activity-Relay
v1.1.2
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
Other Changes
- Update go-fed/httpsig
- Add Conpatibility for Misskey < 12.111.0
v1.1.0
New feature
- Use logrus (change loglevel support)
Other Changes
- Update dependencies.
- Fix typos.
v1.1.0rc1
New feature
- Use logrus (change loglevel support)
Other Changes
- Update dependencies.
- Fix typos.
v1.0.0
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.0rc1
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
New feature
- Customizable job concurrency by config file.
Bug fix
ar-cli
command results ware not affect in running servers.
- improve tests
Other changes
v0.2.9rc1
New feature
- Customizable job concurrency by config file.
Bug fix
ar-cli
command results ware not affect in running servers.
- improve tests