Skip to content

Releases: sfomuseum/go-activitypub

0.0.7

14 May 22:47
404038f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.6...v0.0.7

0.0.6

14 May 00:35
7e0b5f8
Compare
Choose a tag to compare

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 and cmd/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

13 May 00:40
206c948
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.0.5

0.0.4

15 Apr 23:08
f6412f5
Compare
Choose a tag to compare

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

25 Nov 20:05
40d522f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.0.3

0.0.2

12 Nov 00:38
9cf3b07
Compare
Choose a tag to compare

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

30 Oct 18:59
Compare
Choose a tag to compare
  • Initial versioned release.
  • This is a snapshot in advance of a v0.0.2 release which will be a backwards-incompatible refactoring.