Skip to content

fedify 1.6.1#226030

Merged
BrewTestBot merged 2 commits into
masterfrom
bump-fedify-1.6.1
Jun 7, 2025
Merged

fedify 1.6.1#226030
BrewTestBot merged 2 commits into
masterfrom
bump-fedify-1.6.1

Conversation

@BrewTestBot
Copy link
Copy Markdown
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
Released on June 7, 2025.  Note that 1.6.0 was skipped due to a mistake in the versioning.
  • Added Context.lookupWebFinger() method to make WebFinger lookups accessible from the context. [#227]

  • Added Context.federation property to access the Federation object from the context. [#235]

  • Added Context.clone() method. [#237]

  • Introduced FederationBuilder for creating a federation instance with a builder pattern.

    • Added createFederationBuilder() function.
    • Added Federatable interface.
    • Added FederationBuilder interface.
    • Deprecated CreateFederationOptions interface. Use FederationOptions interface.
  • Added Router.trailingSlashInsensitive property.

  • Added Router.clone() method.

  • Implemented HTTP Message Signatures (RFC 9421) with double-knocking. Currently, it only works with RSA-PKCS#1-v1.5. [#208]

    • Added HttpMessageSignaturesSpec type.
    • Added SignRequestOptions.spec option.
    • Added SignRequestOptions.currentTime option.
    • Added VerifyRequestOptions.spec option.
    • Added GetAuthenticatedDocumentLoaderOptions.specDeterminer option.
    • Added GetAuthenticatedDocumentLoaderOptions.traceProvider option.
    • Added HttpMessageSignaturesSpecDeterminer interface.
    • Added --first-knock option to fedify lookup command.
  • Fedify now supports Cloudflare Workers. [#233]

    • Added Federation.processQueuedTask() method. [#242]
    • Added Message type. [#242]
    • Added WorkersKvStore class. [#241, #242]
    • Added WorkersMessageQueue class. [#241, #242]
  • The minimum supported version of Node.js is now 22.0.0.

View the full release notes at https://github.com/fedify-dev/fedify/releases/tag/1.6.1.


@github-actions github-actions Bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Jun 7, 2025
Copy link
Copy Markdown
Member

@stefanb stefanb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 7, 2025

🤖 An automated task has requested bottles to be published to this PR.

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions Bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Jun 7, 2025
@BrewTestBot BrewTestBot enabled auto-merge June 7, 2025 07:20
@BrewTestBot BrewTestBot added this pull request to the merge queue Jun 7, 2025
Merged via the queue into master with commit b25caaa Jun 7, 2025
17 checks passed
@BrewTestBot BrewTestBot deleted the bump-fedify-1.6.1 branch June 7, 2025 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants