You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Released on March 15, 2024.
Added utility functions for responding with an ActivityPub object:
respondWithObject()
function.respondWithObjectIfAcceptable()
function.RespondWithObjectOptions
interface.Added utility functions for generating and exporting cryptographic keys which are compatible with popular ActivityPub software:
generateCryptoKeyPair()
function.exportJwk()
function.importJwk()
function.The following functions and methods now throw
TypeError
if the specifiedCryptoKey
is notextractable
:Context.getActorKey()
methodContext.sendActivity()
methodFederation.sendActivity()
methodAdded
immediate
option toContext.sendActivity()
andFederation.sendActivity()
methods.Added
SendActivityOptions
interface.Now
onNotFound
/onNotAcceptable
options are optional forFederation.handle()
method. [#9]This discussion was created from the release Fedify 0.3.0.
Beta Was this translation helpful? Give feedback.
All reactions