Releases: LemmyNet/activitypub-federation-rust
Releases · LemmyNet/activitypub-federation-rust
0.6.1
0.6.0
What's Changed
- Fixing clippy. by @dessalines in #121
- Upgrade to axum 0.7 and http 1.1 by @pbzweihander in #123
- If id of fetched object doesnt match url, refetch it by @Nutomic in #126
- Log warning if activity sending is slow by @Nutomic in #127
- Add test case for http fetch limit fixed in #97 by @MrKaplan-lw in #128
- If dereference fails, return object from local db instead by @Nutomic in #129
- Prevent overwriting local object by @Nutomic in #130
New Contributors
- @pbzweihander made their first contribution in #123
- @MrKaplan-lw made their first contribution in #128
Full Changelog: 0.5.8...0.6.0
0.5.9
0.5.8
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
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