Releases: sfomuseum/go-activitypub
Releases · sfomuseum/go-activitypub
0.0.3
What's Changed
- Add "follower" processing queue by @thisisaaronland in #19
- Add support for "follower" processing queues. See https://github.com/sfomuseum/go-activitypub/tree/main/queue#follower-processing-queues for details.
- Add
cmd/follower/process/example
code. - Update vendor deps.
Full Changelog: v0.0.2...v0.0.3
0.0.2
What's Changed
- Major refactor to focus on delivering activities (not posts); reorganize code structure; improved documentation by @thisisaaronland in #17
This is a major and backwards incompatible refactoring. Principal changes include:
- Focus on delivering activities (not posts).
- Reorganize code structure.
- Add post-receipt message processing queue.
- Improved documentation.
Full Changelog: v0.0.1...v0.0.2
0.0.1
- Initial versioned release.
- This is a snapshot in advance of a
v0.0.2
release which will be a backwards-incompatible refactoring.