Skip to content

fedify 2.2.2#283020

Merged
BrewTestBot merged 2 commits into
mainfrom
bump-fedify-2.2.2
May 15, 2026
Merged

fedify 2.2.2#283020
BrewTestBot merged 2 commits into
mainfrom
bump-fedify-2.2.2

Conversation

@BrewTestBot
Copy link
Copy Markdown
Contributor

Created by brew bump


Created with brew bump-formula-pr.

  • TODO and FIXME comments have been checked.
release notes
Released on May 15, 2026.

@fedify/fedify

  • Fixed doubleKnock() so transient transport failures such as DNS hiccups no longer leak raw TypeErrors. Idempotent authenticated document fetches are retried once, and remaining transport failures are reported as FetchError with the original error as the cause. [#762, #763]

  • Fixed a TypeError thrown when Activity Vocabulary constructors received a Temporal.Instant or Temporal.Duration produced by an implementation other than the bundled @js-temporal/polyfill (for example, the native Temporal shipped with Node.js 26+). Internal instanceof checks have been replaced with Symbol.toStringTag-based guards so any spec-conformant Temporal value is accepted. Generated *.d.ts declarations no longer import from @js-temporal/polyfill; they reference the ambient Temporal namespace through the esnext.temporal lib instead, which removes the nominal mismatch with native Temporal types. TypeScript 6.0 or later is required to consume the type declarations. [#767, #768]

@fedify/vocab-runtime

  • Added isTemporalInstant() and isTemporalDuration() type guards that accept both polyfill and native Temporal values via Symbol.toStringTag. [#767, #768]

  • Added the @fedify/vocab-runtime/temporal subpath export so consumers can import the new Temporal type guards without pulling in the rest of the runtime. [#767, #768]

@fedify/postgres

  • Generated *.d.ts declarations no longer import from @js-temporal/polyfill; they reference the ambient Temporal namespace through the esnext.temporal lib instead, so pollInterval and handlerTimeout accept native Temporal.Duration values from Node.js 26+ without a nominal type mismatch. TypeScript 6.0 or later is required to consume the type declarations. [#767, #768]

@fedify/redis

  • Generated *.d.ts declarations no longer import from @js-temporal/polyfill; they reference the ambient Temporal namespace through the esnext.temporal lib instead, so pollInterval accepts native Temporal.Duration values from Node.js 26+ without a nominal type mismatch. TypeScript 6.0 or later is required to consume the type declarations. [#767, #768]

@fedify/sqlite

  • Generated *.d.ts declarations no longer import from @js-temporal/polyfill; they reference the ambient Temporal namespace through the esnext.temporal lib instead, so pollInterval accepts native Temporal.Duration values from Node.js 26+ without a nominal type mismatch. TypeScript 6.0 or later is required to consume the type declarations. [#767, #768]

@fedify/mysql

  • Generated *.d.ts declarations no longer import from @js-temporal/polyfill; they reference the ambient Temporal namespace through the esnext.temporal lib instead, so pollInterval and handlerTimeout accept native Temporal.Duration values from Node.js 26+ without a nominal type mismatch. TypeScript 6.0 or later is required to consume the type declarations. [#767]

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


@github-actions github-actions Bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label May 15, 2026
@github-actions
Copy link
Copy Markdown
Contributor

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

Caution

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 May 15, 2026
@BrewTestBot BrewTestBot enabled auto-merge May 15, 2026 16:46
@BrewTestBot BrewTestBot added this pull request to the merge queue May 15, 2026
Merged via the queue into main with commit 0720022 May 15, 2026
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-fedify-2.2.2 branch May 15, 2026 16:56
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