Update dependency @fedify/fedify to v1.4.0 #295
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.3.5
->1.4.0
Release Notes
fedify-dev/fedify (@fedify/fedify)
v1.4.0
Compare Source
Released on February 5, 2025.
Document loader and context loader are now configurable with a factory
function for more flexibility.
CreateFederationOptions.documentLoader
option.Use
CreateFederationOptions.documentLoaderFactory
option instead.CreateFederationOptions.contextLoader
option.Use
CreateFederationOptions.contextLoaderFactory
option instead.DocumentLoaderFactory
type.DocumentLoaderFactoryOptions
interface.DocumentLoaderFactoryOptions
typeto
AuthenticatedDocumentLoaderFactory
type.GetAuthenticatedDocumentLoaderOptions
interface became to extendDocumentLoaderFactoryOptions
interface.TContextData
toCreateFederationOptions
interface.
activities if these do not have explicit
id
properties. This behaviorcan be disabled by excluding
autoIdAssigner()
fromthe
CreateFederationOptions.activityTransformers
option.Introduced
ActivityTransformer
s for adjusting outgoing activitiesbefore sending them so that some ActivityPub implementations with quirks
are satisfied.
@fedify/fedify/compat
module.ActivityTransformer
type.autoIdAssigner()
function.actorDehydrator()
function.defaultActivityTransformers
constant.CreateFederationOptions.activityTransformers
option.The
suppressError
option of Activity Vocabulary APIs,traverseCollection()
function, andContext.traverseCollection()
methodnow suppresses errors occurred JSON-LD processing.
WebFinger responses are now customizable. [#3]
ActorCallbackSetters.mapAlias()
method.ActorAliasMapper
type.Added
Context.getNodeInfo()
method. [[#203]]Added
shares
property toObject
class in Activity Vocabulary API.Object.sharesId
property.Object.getShares()
method.new Object()
constructor now acceptsshares
option.Object.clone()
method now acceptsshares
option.Added
likes
property toObject
class in Activity Vocabulary API.Object.likesId
property.Object.getLikes()
method.new Object()
constructor now acceptslikes
option.Object.clone()
method now acceptslikes
option.Added
emojiReactions
property toObject
class in Activity VocabularyAPI.
Object.emojiReactionsId
propertyObject.getEmojiReactions()
method.new Object()
constructor now acceptsemojiReactions
option.Object.clone()
method now acceptsemojiReactions
option.Added
allowPrivateAddress
option toLookupWebFingerOptions
interface.Added more log messages using the [LogTape] library. Currently the below
logger categories are used:
["fedify", "compat", "transformers"]
Added
-t
/--traverse
option to thefedify lookup
subcommand. [#195]Added
-S
/--suppress-errors
option to thefedify lookup
subcommand.[#195]
v1.3.7
Compare Source
Released on February 1, 2025.
lowestLevel
option had incorrectly behaved.
v1.3.6
Compare Source
Released on January 31, 2025.
getUserAgent()
function had returned aUser-Agent
string with a wrong JavaScript runtime name on Node.js. [#203]
Configuration
📅 Schedule: Branch creation - "* * * * 1-5" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.