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
Improved multitenancy (virtual hosting) support: You can now easily determine the host of the current request via the hostname, host, and origin properties of the Context.
When validating HTTP Signatures and Object Integrity Proofs, once fetched public keys are now cached.
It's available on JSR and npm now, and you can upgrade it using the deno add command on Deno:
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
-
Fedify, an ActivityPub server framework, has released v0.12.0. It's a minor release in about a month, so there's quite a few changes:
fedify
command can now also be installed with npm. It can be installed withnpm i -g @fedify/cli
in Node.js andbun i -g @fedify/cli
in Bun.fedify init
command to help set up a new Fedify project.ChatMessage
,Move
,Read
,Travel
,View
,TentativeAccept
, andTentativeReject
classes. (Thanks to @moreal!)hostname
,host
, andorigin
properties of theContext
.It's available on JSR and npm now, and you can upgrade it using the
deno add
command on Deno:Or using the
bun add
command on Bun:Or using the
npm add
command on Bun:Beta Was this translation helpful? Give feedback.
All reactions