From e4f38405318eb19e62895144e08e37734f8d203d Mon Sep 17 00:00:00 2001 From: Nick Gerakines Date: Sat, 28 Mar 2020 17:23:29 -0400 Subject: [PATCH] Updated the linode example to include publisher. Updated the changelog. --- CHANGELOG.md | 6 ++++++ examples/linode/README.md | 19 ++++++++++++++++++- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85d3139..593696a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), * [#35 Conversation replies](https://gitlab.com/ngerakines/tavern/-/issues/35) + This implements Note subscriptions through `Follow/Note` and `Undo/Follow/Note` activity processing. See the [FEDERATION.md](FEDERATION.md) file for more information on how inbox forwarding is implemented for `Create/Note`, `Announce/Note`, and `Delete/Note` activities. + +* [#66 Broadcast agent](https://gitlab.com/ngerakines/tavern/-/issues/66) + + Issue #66 introduces the `publisher` command that allows for async processing of publish operations. + ### Fixed * Fixed a bug where generated error translations file was incorrectly named. diff --git a/examples/linode/README.md b/examples/linode/README.md index 4069f54..584b095 100644 --- a/examples/linode/README.md +++ b/examples/linode/README.md @@ -48,10 +48,12 @@ Have the following things ready: $ cat >> web.env <