Skip to content

fedify 1.10.0#260007

Merged
BrewTestBot merged 2 commits intomainfrom
bump-fedify-1.10.0
Dec 24, 2025
Merged

fedify 1.10.0#260007
BrewTestBot merged 2 commits intomainfrom
bump-fedify-1.10.0

Conversation

@BrewTestBot
Copy link
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
Released on December 24, 2025.

@fedify/fedify

  • Enhanced OpenTelemetry instrumentation with span events for capturing detailed activity data. Span events now record complete activity JSON payloads and verification status, enabling richer observability and debugging capabilities without relying solely on span attributes (which only support primitive values). [#323]

    • Added activitypub.activity.received span event to the activitypub.inbox span, recording the full activity JSON, verification status (activity verified, HTTP signatures verified, Linked Data signatures verified), and actor information.
    • Added activitypub.activity.sent span event to the activitypub.send_activity span, recording the full activity JSON and target inbox URL.
    • Added activitypub.object.fetched span event to the activitypub.lookup_object span, recording the fetched object's type and complete JSON-LD representation.
  • Added OpenTelemetry spans for previously uninstrumented operations: [#323]

    • Added activitypub.fetch_document span for document loader operations, tracking URL fetching, HTTP redirects, and final document URLs.
    • Added activitypub.verify_key_ownership span for cryptographic key ownership verification, recording actor ID, key ID, verification result, and the verification method used.
  • Added optional list() method to the KvStore interface for enumerating entries by key prefix. This method takes an optional prefix parameter; when omitted or empty, it returns all entries. This enables efficient prefix scanning which is useful for implementing features like distributed trace storage, cache invalidation by prefix, and listing related entries. [#498, #500]

    • Added KvStoreListEntry interface.
    • Implemented in MemoryKvStore.
  • Added FedifySpanExporter class that persists ActivityPub activity traces to a KvStore for distributed tracing support. This enables aggregating trace data across multiple nodes in a distributed deployment, making it possible to build debug dashboards that show complete request flows across web servers and background workers. [#497, #502]

    • Added @fedify/fedify/otel module.
    • Added FedifySpanExporter class implementing OpenTelemetry's SpanExporter interface.
    • Added TraceActivityRecord interface for stored activity data, including actorId and signatureDetails fields for debug dashboard support.
    • Added SignatureVerificationDetails interface for detailed signature verification information.
    • Added TraceSummary interface for trace listing.
    • Added FedifySpanExporterOptions interface.
    • Added GetRecentTracesOptions interface.
    • Added ActivityDirection type.

@fedify/nestjs

  • Allowed Express 5 in the express peer dependency range to support NestJS 11. [#492, #493 by Cho Hasang]

@fedify/sqlite

  • Implemented list() method in SqliteKvStore. [#498, #500]

@fedify/postgres

  • Implemented list() method in PostgresKvStore. [#498, #500]

@fedify/redis

  • Implemented list() method in RedisKvStore. [#498, #500]

@fedify/denokv

  • Implemented list() method in DenoKvStore. [#498, #500]

@fedify/cfworkers

  • Implemented list() method in WorkersKvStore. [#498, #500]

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


@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Dec 24, 2025
@github-actions
Copy link
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 Dec 24, 2025
@BrewTestBot BrewTestBot added this pull request to the merge queue Dec 24, 2025
Merged via the queue into main with commit 4bf7376 Dec 24, 2025
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-fedify-1.10.0 branch December 24, 2025 14:32
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