Releases: yukimochi/Activity-Relay
Releases · yukimochi/Activity-Relay
v1.2.0rc1
New feature
- Reduce Redis capacity usage by sharing activity bodies in Redis.
- Activities that is more than 2 minutes old will be skipped for delivery.
- Refactoring of code and CLI messages.
Migration Notice
- Upgrading from <v1.2.0, previously received incomplete tasks will be ignored and deleted.
v1.1.2
v1.1.2rc1
v1.1.1
v1.1.0
v1.1.0rc1
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