Fedify 1.3.0 #194
dahlia
announced in
Announcements
Replies: 2 comments
-
This should probably include the Fedify server URL:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@ThisIsMissEm Thanks for pointing out! We'll fix it in the next minor release. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The version 1.3.0 of Fedify, an ActivityPub server framework, released! The key changes include:
MessageQueue
s for incoming and outgoing activities.Activity
to the corresponding inbox listener. It is useful for invoking an inbox listener for anActivity
enclosed by anotherActivity
.Context.sendActivity()
andInboxContext.forwardActivity()
methods now reject when they fail to enqueue the task.User-Agent
header, e.g.,User-Agent: Fedify/1.3.0 (Deno/2.1.2)
.For details, see the full changelog as well!
Fedify 1.3.0 is available at JSR and npm.
Beta Was this translation helpful? Give feedback.
All reactions