Skip to content

Releases: LemmyNet/activitypub-federation-rust

0.4.5

27 Jun 13:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.4...0.4.5

0.4.4

22 Jun 07:45
Compare
Choose a tag to compare

What's Changed

  • Add a no limit option to the config by @cetra3 in #45

Also see 0.4.3 changelog, was a bit too fast with that one

Full Changelog: 0.4.3...0.4.4

0.4.3

22 Jun 07:22
Compare
Choose a tag to compare

What's Changed

  • Adding security-considerations to 02_overview.md by @peterdew in #44
  • Increase HTTP signature expiration time to one day (fixes #46) by @Nutomic in #47
  • Retry connection failure by @Nutomic in #48

New Contributors

Full Changelog: 0.4.2...0.4.3

0.4.2

22 Jun 07:22
Compare
Choose a tag to compare

What's Changed

  • Remove actix-rt and replace with tokio tasks by @cetra3 in #42

New Contributors

Full Changelog: 0.4.1...0.4.2

0.4.1

12 Jun 14:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.0...0.4.1

0.4.0

16 Mar 20:53
Compare
Choose a tag to compare

Major rewrite of the library with improved usability and much better documentation. Includes guide for writing federated application from scratch, and a live federation example.

What's Changed

New Contributors

Full Changelog: 0.3.4...0.4.0

0.4.0-rc1

08 Mar 22:58
Compare
Choose a tag to compare
0.4.0-rc1 Pre-release
Pre-release

Major rewrite of the library with improved usability and much better documentation. Includes guide for writing federated application from scratch, and a live federation example.

This release candidate is meant for testing. Please report any problems or potential improvements that you find.

What's Changed

New Contributors

Full Changelog: https://github.com/LemmyNet/activitypub-federation-rust/commits/0.4.0-rc1

0.3.5

04 Feb 16:06
Compare
Choose a tag to compare
  • Fix deserialize_skip_error function d933b8a