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
, andQuestion
classes now have aquoteUrl
property. This property corresponds to three properties at once:as:quoteUrl
,misskey:_misskey_quote
, andfedibird:quoteUri
.- Changed the element type of the liked collection from
Like
toObject | URL
. - Added
Context.lookupObject()
method. - The default document loaders can now recognize ActivityStream objects from the
Link
header or the<link>
/<a>
tag in HTML. - Added
-r
/--raw
option to thefedify lookup
command.