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
-
Released on April 2, 2024.
Fedify is now available on npm: @fedify/fedify. [#24]
Abstract key-value store for caching.
KvStore
interface.KvStoreSetOptions
interface.KvKey
type.DenoKvStore
class.KvCacheParameters.kv
option now accepts aKvStore
instead ofDeno.Kv
.KvCacheParameters.prefix
option now accepts aKvKey
instead ofDeno.KvKey
.FederationParameters.kv
option now accepts aKvStore
instead ofDeno.Kv
.FederationKvPrefixes.activityIdempotence
option now accepts aKvKey
instead ofDeno.KvKey
.FederationKvPrefixes.remoteDocument
option now accepts aKvKey
instead ofDeno.KvKey
.Abstract message queue for outgoing activities.
MessageQueue
interface.MessageQueueEnqueueOptions
interface.InProcessMessageQueue
class.FederationParameters.queue
option.Added
@fedify/fedify/x/denokv
module for adaptingDeno.Kv
toKvStore
andMessageQueue
. It is only available in Deno runtime.DenoKvStore
class.DenoKvMessageQueue
class.Added
PropertyValue
to Activity Vocabulary API. [#29]PropertyValue
class.new Object()
constructor'sattachments
option now acceptsPropertyValue
objects.new Object()
constructor'sattachment
option now accepts aPropertyValue
object.Object.getAttachments()
method now yieldsPropertyValue
objects besidesObject
andLink
objects.Object.getAttachment()
method now returns aPropertyValue
object besides anObject
and aLink
object.Object.clone()
method'sattachments
option now acceptsPropertyValue
objects.Object.clone()
method'sattachment
option now accepts aPropertyValue
object.Removed dependency on jose.
exportSpki()
function.importSpki()
function.Fixed a bug that
Application.manuallyApprovesFollowers
,Group.manuallyApprovesFollowers
,Organization.manuallyApprovesFollowers
,Person.manuallyApprovesFollowers
, andService.manuallyApprovesFollowers
properties 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