Releases: sfomuseum/go-activitypub
Releases · sfomuseum/go-activitypub
0.0.7
What's Changed
- Add
app/post/create.RunWithOptionsAndResponse
method by @thisisaaronland in #25
Full Changelog: v0.0.6...v0.0.7
0.0.6
What's Changed
- Update
app/post/create
to run/be invoked as a Lambda function by @thisisaaronland in #24 - Update the
app/post/create
code andcmd/create-post
tool to run/be invoked as a Lambda function. - Finishing implementing
null://
implementations of all database interfaces - Improved docs
- Update vendor deps
Full Changelog: v0.0.5...v0.0.6
0.0.5
What's Changed
- Bump golang.org/x/net from 0.36.0 to 0.38.0 by @dependabot in #23
Full Changelog: v0.0.4...v0.0.5
0.0.4
What's Changed
- Bump golang.org/x/crypto from 0.26.0 to 0.35.0 by @dependabot in #20
- Bump golang.org/x/net from 0.28.0 to 0.36.0 by @dependabot in #21
- Bump github.com/redis/go-redis/v9 from 9.7.0 to 9.7.3 by @dependabot in #22
Full Changelog: v0.0.3...v0.0.4
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.