You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default rules for kvCache() function are now 5 minutes for all URLs.
Added Invite class to Activity Vocabulary API. [#65, #80 by Randy Wressell]
Added Join class to Activity Vocabulary API. [#65, #80 by Randy Wressell]
Added Leave class to Activity Vocabulary API. [#65, #80 by Randy Wressell]
Added Listen class to Activity Vocabulary API. [#65, #80 by Randy Wressell]
Added Offer class to Activity Vocabulary API. [#65, #76 by Lee Dogeon]
The below properties of Collection and CollectionPage in Activity Vocabulary API now do not accept Link objects:
Collection.current
Collection.first
Collection.last
CollectionPage.partOf
CollectionPage.next
CollectionPage.prev
Added featured property to Actor types in Activity Vocabulary API. [#78]
Added Application.getFeatured() method.
Added Application.featuredId property.
new Application() constructor now accepts featured option.
Application.clone() method now accepts featured option.
Added Group.getFeatured() method.
Added Group.featuredId property.
new Group() constructor now accepts featured option.
Group.clone() method now accepts featured option.
Added Organization.getFeatured() method.
Added Organization.featuredId property.
new Organization() constructor now accepts featured option.
Organization.clone() method now accepts featured option.
Added Person.getFeatured() method.
Added Person.featuredId property.
new Person() constructor now accepts featured option.
Person.clone() method now accepts featured option.
Added Service.getFeatured() method.
Added Service.featuredId property.
new Service() constructor now accepts featured option.
Service.clone() method now accepts featured option.
Added featuredTags property to Actor types in Activity Vocabulary API. [#78]
Added Application.getFeaturedTags() method.
Added Application.featuredTagsId property.
new Application() constructor now accepts featuredTags option.
Application.clone() method now accepts featuredTags option.
Added Group.getFeaturedTags() method.
Added Group.featuredTagsId property.
new Group() constructor now accepts featuredTags option.
Group.clone() method now accepts featuredTags option.
Added Organization.getFeaturedTags() method.
Added Organization.featuredTagsId property.
new Organization() constructor now accepts featuredTags option.
Organization.clone() method now accepts featuredTags option.
Added Person.getFeaturedTags() method.
Added Person.featuredTagsId property.
new Person() constructor now accepts featuredTags option.
Person.clone() method now accepts featuredTags option.
Added Service.getFeaturedTags() method.
Added Service.featuredTagsId property.
new Service() constructor now accepts featuredTags option.
Service.clone() method now accepts featuredTags option.
Added target property to Activity class in Activity Vocabulary API.
Added Activity.getTarget() method.
Added Activity.getTargets() method.
Added Activity.targetId property.
Added Activity.targetIds property.
new Activity() constructor now accepts target option.
new Activity() constructor now accepts targets option.
Activity.clone() method now accepts target option.
Activity.clone() method now accepts targets option.
Added result property to Activity class in Activity Vocabulary API.
Added Activity.getResult() method.
Added Activity.getResults() method.
Added Activity.resultId property.
Added Activity.resultIds property.
new Activity() constructor now accepts result option.
new Activity() constructor now accepts results option.
Activity.clone() method now accepts result option.
Activity.clone() method now accepts results option.
Added origin property to Activity class in Activity Vocabulary API.
Added Activity.getOrigin() method.
Added Activity.getOrigins() method.
Added Activity.originId property.
Added Activity.originIds property.
new Activity() constructor now accepts origin option.
new Activity() constructor now accepts origins option.
Activity.clone() method now accepts origin option.
Activity.clone() method now accepts origins option.
Added instrument property to Activity class in Activity Vocabulary API.
Added Activity.getInstrument() method.
Added Activity.getInstruments() method.
Added Activity.instrumentId property.
Added Activity.instrumentIds property.
new Activity() constructor now accepts instrument option.
new Activity() constructor now accepts instruments option.
Activity.clone() method now accepts instrument option.
Activity.clone() method now accepts instruments option.
The items property of OrderedCollection and OrderedCollectionPage in Activity Vocabulary API is now represented as orderedItems (was items) in JSON-LD.
The key pair or the key pair for signing outgoing HTTP requests made from the shared inbox now can be configured. This improves the compatibility with other ActivityPub implementations that require authorized fetches (i.e., secure mode).
Added SharedInboxKeyDispatcher type.
Renamed InboxListenerSetter interface to InboxListenerSetters.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Released on June 29, 2024.
Improved runtime type error messages for Activity Vocabulary API. [#79]
Added
suppressErroroption to dereferencing accessors of Activity Vocabulary classes.Added more collection dispatchers. [#78]
Federation.setInboxDispatcher()method. [#71]Federation.setLikedDispatcher()method.Context.getLikedUri()method.{ type: "liked"; handle: string }case toParseUriResulttype.linkedproperty (which was a typo) tolikedinApplication,Group,Organization,Person, andServiceclasses.Federation.setFeaturedDispatcher()method.Context.getFeaturedUri()method.{ type: "featured"; handle: string }case toParseUriResulttype.Federation.setFeaturedTagsDispatcher()method.Context.getFeaturedTagsUri()method.{ type: "featuredTags"; handle: string }case toParseUriResulttype.Frequently used JSON-LD contexts are now preloaded. [#74]
The
fetchDocumentLoader()function now preloads the following JSON-LD contexts:The default
rulesforkvCache()function are now 5 minutes for all URLs.Added
Inviteclass to Activity Vocabulary API. [#65, #80 by Randy Wressell]Added
Joinclass to Activity Vocabulary API. [#65, #80 by Randy Wressell]Added
Leaveclass to Activity Vocabulary API. [#65, #80 by Randy Wressell]Added
Listenclass to Activity Vocabulary API. [#65, #80 by Randy Wressell]Added
Offerclass to Activity Vocabulary API. [#65, #76 by Lee Dogeon]The below properties of
CollectionandCollectionPagein Activity Vocabulary API now do not acceptLinkobjects:Collection.currentCollection.firstCollection.lastCollectionPage.partOfCollectionPage.nextCollectionPage.prevAdded
featuredproperty toActortypes in Activity Vocabulary API. [#78]Application.getFeatured()method.Application.featuredIdproperty.new Application()constructor now acceptsfeaturedoption.Application.clone()method now acceptsfeaturedoption.Group.getFeatured()method.Group.featuredIdproperty.new Group()constructor now acceptsfeaturedoption.Group.clone()method now acceptsfeaturedoption.Organization.getFeatured()method.Organization.featuredIdproperty.new Organization()constructor now acceptsfeaturedoption.Organization.clone()method now acceptsfeaturedoption.Person.getFeatured()method.Person.featuredIdproperty.new Person()constructor now acceptsfeaturedoption.Person.clone()method now acceptsfeaturedoption.Service.getFeatured()method.Service.featuredIdproperty.new Service()constructor now acceptsfeaturedoption.Service.clone()method now acceptsfeaturedoption.Added
featuredTagsproperty toActortypes in Activity Vocabulary API. [#78]Application.getFeaturedTags()method.Application.featuredTagsIdproperty.new Application()constructor now acceptsfeaturedTagsoption.Application.clone()method now acceptsfeaturedTagsoption.Group.getFeaturedTags()method.Group.featuredTagsIdproperty.new Group()constructor now acceptsfeaturedTagsoption.Group.clone()method now acceptsfeaturedTagsoption.Organization.getFeaturedTags()method.Organization.featuredTagsIdproperty.new Organization()constructor now acceptsfeaturedTagsoption.Organization.clone()method now acceptsfeaturedTagsoption.Person.getFeaturedTags()method.Person.featuredTagsIdproperty.new Person()constructor now acceptsfeaturedTagsoption.Person.clone()method now acceptsfeaturedTagsoption.Service.getFeaturedTags()method.Service.featuredTagsIdproperty.new Service()constructor now acceptsfeaturedTagsoption.Service.clone()method now acceptsfeaturedTagsoption.Added
targetproperty toActivityclass in Activity Vocabulary API.Activity.getTarget()method.Activity.getTargets()method.Activity.targetIdproperty.Activity.targetIdsproperty.new Activity()constructor now acceptstargetoption.new Activity()constructor now acceptstargetsoption.Activity.clone()method now acceptstargetoption.Activity.clone()method now acceptstargetsoption.Added
resultproperty toActivityclass in Activity Vocabulary API.Activity.getResult()method.Activity.getResults()method.Activity.resultIdproperty.Activity.resultIdsproperty.new Activity()constructor now acceptsresultoption.new Activity()constructor now acceptsresultsoption.Activity.clone()method now acceptsresultoption.Activity.clone()method now acceptsresultsoption.Added
originproperty toActivityclass in Activity Vocabulary API.Activity.getOrigin()method.Activity.getOrigins()method.Activity.originIdproperty.Activity.originIdsproperty.new Activity()constructor now acceptsoriginoption.new Activity()constructor now acceptsoriginsoption.Activity.clone()method now acceptsoriginoption.Activity.clone()method now acceptsoriginsoption.Added
instrumentproperty toActivityclass in Activity Vocabulary API.Activity.getInstrument()method.Activity.getInstruments()method.Activity.instrumentIdproperty.Activity.instrumentIdsproperty.new Activity()constructor now acceptsinstrumentoption.new Activity()constructor now acceptsinstrumentsoption.Activity.clone()method now acceptsinstrumentoption.Activity.clone()method now acceptsinstrumentsoption.The
itemsproperty ofOrderedCollectionandOrderedCollectionPagein Activity Vocabulary API is now represented asorderedItems(wasitems) in JSON-LD.The key pair or the key pair for signing outgoing HTTP requests made from the shared inbox now can be configured. This improves the compatibility with other ActivityPub implementations that require authorized fetches (i.e., secure mode).
SharedInboxKeyDispatchertype.InboxListenerSetterinterface toInboxListenerSetters.InboxListenerSetters.setSharedKeyDispatcher()method.Followed up the change in
eddsa-jcs-2022specification for Object Integrity Proofs. [FEP-8b32, #54]This discussion was created from the release Fedify 0.11.0.
Beta Was this translation helpful? Give feedback.
All reactions