We’ve released v0.14.0 of Fedify, the ActivityPub server framework, with the following key changes:
- It is now possible to set the recipient of the
sendActivity()
method to"followers"
in just theContext
instead of theRequestContext
. - Improved performance of the
Object.toJsonLd()
method by about 3,000 times. - Added
source
property toObject
. - Added
aliases
property toActor
, corresponding to ActivityPub’salsoKnownAs
property. fedify init
command now adds defaultcompilerOptions
settings to tsconfig.json and deno.json.
Fedify v0.14.0 is available from JSR and npm. See also the full changelog for details.
Happy fedidev!