Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
11 changes: 11 additions & 0 deletions packages/activitypub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @dwk/activitypub

## 1.0.0-beta.5

### Minor Changes

- 9994f8c: Emit the actor document's `url` — the human-facing profile page a peer's "open
original profile" action follows — defaulting to the `baseUrl` root (v1 serves
one actor per `baseUrl`, so the site's home page is the profile) and overridable
via `actor.url` (validated as an absolute URL at startup — a relative or
malformed override throws, like the other config checks). Without it every platform fell back to the actor `id`, i.e. the
AS2 JSON document itself.

## 1.0.0-beta.4

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/activitypub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dwk/activitypub",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "Edge-native ActivityPub actor: inbox/outbox, follower collections, signed S2S federation. Ships the per-actor Durable Object.",
"keywords": [
"activitypub",
Expand Down