Skip to content

Releases: LemmyNet/activitypub-federation-rust

0.6.1

19 Nov 13:43
Compare
Choose a tag to compare

What's Changed

  • Add method to sign arbitrary http request by @Nutomic in #131

Full Changelog: 0.6.0...0.6.1

0.6.0

12 Nov 13:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.8...0.6.0

0.5.9

13 Sep 14:14
Compare
Choose a tag to compare

What's Changed

  • If id of fetched object doesnt match url, refetch it (#126)

Full Changelog: 0.5.8...0.5.9

0.5.8

16 Jul 10:50
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @kwaa made their first contribution in #115

Full Changelog: 0.5.6...0.5.8

0.5.6

06 May 09:10
Compare
Choose a tag to compare

What's Changed

  • Make response content-type check case insensitive by @Nutomic in #111

Full Changelog: 0.5.5...0.5.6

0.5.5

02 May 11:07
Compare
Choose a tag to compare

What's Changed

  • Dont crash when calling is_local_url() without domain by @Nutomic in #108
  • Require signed digest when verifying signatures by @Nutomic in #109
  • Upgrade dependencies by @Nutomic in #110

Full Changelog: 0.5.4...0.5.5

0.5.4

10 Apr 09:35
Compare
Choose a tag to compare

What's Changed

  • Add function ObjectId.is_local in #106

Full Changelog: 0.5.3...0.5.4

0.5.3

09 Apr 09:32
Compare
Choose a tag to compare

What's Changed

  • Retry activity send in case of timeout or rate limit in #102
  • Allow fetching from local domain in case it redirects to remote in #104

Full Changelog: 0.5.2...0.5.3

0.5.2

08 Mar 14:52
Compare
Choose a tag to compare

What's Changed

  • Get Mastodon signed fetch working by @Nutomic in #98
  • Fix request_counter check because fetch_add returns original value by @Nutomic in #97

Full Changelog: 0.5.1...0.5.2

0.5.1

04 Mar 16:01
Compare
Choose a tag to compare

This version brings back the activity send queue which was removed in 0.5.0 as an optional feature. It also adds extra checks when fetching to prevent security issues like the ones recently revealed in Mastodon.

Changelog

  • Fix return type for deserialize_one by @Nutomic in #93
  • Add security checks when fetching objects by @Nutomic in #95
  • Add back activity send queue as optional feature by @Nutomic in #94

Full Changelog: 0.5.0...0.5.1