Fedify: an ActivityPub server framework
Version 0.11.0 of Fedify, an ActivityPub server framework, has been released! Here are the key changes:
-
Followed up changes in
eddsa-jcs-2022
spec for Object Integrity Proofs. -
Frequently used JSON-LD contexts are now bundled with Fedify.
-
Inbox, linked, featured, and featured tags collection dispatchers are introduced. (Thanks to @ghost!)
-
Activity Vocabulary API now has better runtime type error messages.
-
The
items
property ofOrderedCollection
andOrderedCollectionPage
is now represented asorderedItems
(wasitems
) in JSON-LD. -
Added
Invite
,Join
,Leave
,Listen
,Offer
classes. (Thanks to Randy Wressell & @moreal!)