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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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:
fedifycommand can now also be installed with npm. It can be installed withnpm i -g @fedify/cliin Node.js andbun i -g @fedify/cliin Bun.fedify initcommand to help set up a new Fedify project.ChatMessage,Move,Read,Travel,View,TentativeAccept, andTentativeRejectclasses. (Thanks to @moreal!)hostname,host, andoriginproperties of theContext.It's available on JSR and npm now, and you can upgrade it using the
deno addcommand on Deno:Or using the
bun addcommand on Bun:Or using the
npm addcommand on Bun:Beta Was this translation helpful? Give feedback.
All reactions