Releases: yukimochi/Activity-Relay
Releases · yukimochi/Activity-Relay
v0.2.8
Bug fix
- Prevent redundant retry in registor job. #39
- Mitigation for
unfollowing unreachable server make a lot errors
#35.
v0.2.7
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
New feature
- Support nodeinfo 2.1 🎉 (#31)
v0.2.6
Bug fix
- Fix not closed http.client in worker.
v0.2.5
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
Minor changes
- Reduce intense redis access.
- User-Agent contains git-commit hash.
v0.2.3
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
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
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
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.