Fedify: ActivityPub server framework
@fedify@hollo.social
Fedify, an #ActivityPub server framework, has released v0.15.0! The key changes include:
- There's a new tutorial for creating a microblog.
- Actors, collections, and object dispatchers can now have URIs that do not include a WebFinger username, meaning actors can now change their fediverse handles.
Article,ChatMessage,Note, andQuestionclasses now have aquoteUrlproperty. This property corresponds to three properties at once:as:quoteUrl,misskey:_misskey_quote, andfedibird:quoteUri.- Changed the element type of the liked collection from
LiketoObject | URL. - Added
Context.lookupObject()method. - The default document loaders can now recognize ActivityStream objects from the
Linkheader or the<link>/<a>tag in HTML. - Added
-r/--rawoption to thefedify lookupcommand.