Fedify 1.4.0 #205
dahlia
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're excited to announce the release of Fedify 1.4.0! This release brings significant improvements to enhance compatibility and flexibility in ActivityPub federation.
Key Highlights
Activity transformers
Introduced a new system to adjust outgoing activities for better compatibility with various ActivityPub implementations. This includes automatic ID assignment for activities and actor dehydration to satisfy implementation quirks (looking at you, Threads!).
WebFinger customization
Added the ability to customize WebFinger responses through the new
mapAlias()
API, giving you more control over how your actors are discovered.New interaction collections
Added support for
shares
,likes
, andemojiReactions
properties to theObject
class, making it easier to access and traverse these interaction collections.More flexible document/context loader
Document loader and context loader are now configurable through factory functions, giving you more control over how your application handles JSON-LD documents.
CLI improvements
The
fedify lookup
command now supports two new options:-t/--traverse
: Traverse through collection objects-S/--suppress-errors
: Continue operation even when encountering errors during traversalOther enhancements
Context.getNodeInfo()
method for easier NodeInfo accessUser-Agent
headers now automatically include your instance URL, making it easier for other servers to identify your instanceFor the complete list of changes and bugfixes, please visit our changelog.
Whether you're building a new federated application or maintaining an existing one, Fedify 1.4.0 provides the tools you need for robust ActivityPub federation.
Supporting us
We're grateful to all our sponsors who make this project possible. Check out our new sponsors showcase page to see the amazing individuals and organizations supporting Fedify's development. If you'd like to support Fedify's development, please consider becoming a sponsor!
Upgrade now
You can install Fedify 1.4.0 from JSR or npm. Upgrade today and let us know what you think!
Beta Was this translation helpful? Give feedback.
All reactions