2 posts total
Fedify, an ActivityPub framework, has finally released its first stable version, 1.0.0! Here are key changes: Deprecation of the term handleFrom this version, the term handle across Fedify will only be used to refer to fediverse handles (e.g., The term handle in the API will be maintained for a while for backward compatibility, but deprecation warnings will be logged, and it is planned to be removed in the future. For more details, please refer to the related documentation. Linked Data SignaturesLinked Data Signatures is an outdated standard, but it's still relied upon by major fediverse implementations such as Mastodon. In addition to HTTP Signatures and Object Integrity Proofs, Fedify now supports Linked Data Signatures from this version, thus supporting all types of signature methods used in the fediverse. This makes Fedify an ActivityPub implementation with the best interoperability. However, Fedify users don't need to do anything special to use Linked Data Signatures. If an incoming activity has Linked Data Signatures, it automatically verifies the signature, and all outgoing activities will have signatures in three formats: HTTP Signatures, Linked Data Signatures, and Object Integrity Proofs. For more details, please refer to the related documentation. Activity forwardingFrom this version, you can forward activities received in the inbox to other actors using the At first glance, you might think that you could just resend an activity received in the inbox using the On the other hand, when using the For more details, please refer to the related documentation. SendingDelete(Application) on fedify inbox termination
From this version, The @fedify/postgres package, which implements PostgreSQL drivers for the The PostgreSQL driver is a backend that can be sufficiently used in production, especially recommended for projects already using PostgreSQL. Additionally, an option to select the PostgreSQL driver has been added to the With the release of version 1.0.0, Fedify will now maintain API backward compatibility as much as possible. (Of course, in the long term, there may be a 2.0.0 that breaks backward compatibility.) This should be good news for those who have been hesitant to use Fedify because there hasn't been a stable version until now! So, hoping that more services will support ActivityPub in the future, I conclude this post! Fedify, an ActivityPub framework, has finally released its first stable version, 1.0.0! Here are key changes: Deprecation of the term handleFrom this version, the term handle across Fedify will only be used to refer to fediverse handles (e.g., |