@fedify@hollo.social
Fedify, the #ActivityPub server framework, has released v0.13.0. Key changes include:
- Added
fedify tunnelcommand to expose the local server to the public internet. - Added Express and Nitro integration templates to the
fedify initcommand. - Added option to skip HTTP Signatures validation for easier testing.
- Added
Question.closedproperty. - Added
Question.votersproperty. - Removed several deprecated APIs.
#Fedify v0.13.0 is available now from JSR and npm.
Release Fedify 0.13.0 · dahlia/fedify
Released on August 7, 2024. Added closed property to Question class in Activity Vocabulary API. Added Question.closed property. new Question() constructor now accepts closed option. Question.clo...