Fedify 0.5.0 #30
Replies: 1 comment
-
|
Since Fedify 0.5.0, it starts to support Node.js and Bun besides Deno! |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Released on April 2, 2024.
Fedify is now available on npm: @fedify/fedify. [#24]
Abstract key-value store for caching.
KvStoreinterface.KvStoreSetOptionsinterface.KvKeytype.DenoKvStoreclass.KvCacheParameters.kvoption now accepts aKvStoreinstead ofDeno.Kv.KvCacheParameters.prefixoption now accepts aKvKeyinstead ofDeno.KvKey.FederationParameters.kvoption now accepts aKvStoreinstead ofDeno.Kv.FederationKvPrefixes.activityIdempotenceoption now accepts aKvKeyinstead ofDeno.KvKey.FederationKvPrefixes.remoteDocumentoption now accepts aKvKeyinstead ofDeno.KvKey.Abstract message queue for outgoing activities.
MessageQueueinterface.MessageQueueEnqueueOptionsinterface.InProcessMessageQueueclass.FederationParameters.queueoption.Added
@fedify/fedify/x/denokvmodule for adaptingDeno.KvtoKvStoreandMessageQueue. It is only available in Deno runtime.DenoKvStoreclass.DenoKvMessageQueueclass.Added
PropertyValueto Activity Vocabulary API. [#29]PropertyValueclass.new Object()constructor'sattachmentsoption now acceptsPropertyValueobjects.new Object()constructor'sattachmentoption now accepts aPropertyValueobject.Object.getAttachments()method now yieldsPropertyValueobjects besidesObjectandLinkobjects.Object.getAttachment()method now returns aPropertyValueobject besides anObjectand aLinkobject.Object.clone()method'sattachmentsoption now acceptsPropertyValueobjects.Object.clone()method'sattachmentoption now accepts aPropertyValueobject.Removed dependency on jose.
exportSpki()function.importSpki()function.Fixed a bug that
Application.manuallyApprovesFollowers,Group.manuallyApprovesFollowers,Organization.manuallyApprovesFollowers,Person.manuallyApprovesFollowers, andService.manuallyApprovesFollowersproperties were not properly displayed in Mastodon.This discussion was created from the release Fedify 0.5.0.
Beta Was this translation helpful? Give feedback.
All reactions