Skip to content

Commit fc3514b

Browse files
committed
Trim PostgreSQL changelog entry
Condense the unreleased changelog entry for @fedify/botkit-postgres to describe the package's initial feature set instead of listing internal bug-fix iterations that users have never seen in a released version.
1 parent 43d131b commit fc3514b

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

CHANGES.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,9 @@ To be released.
5858

5959
### @fedify/botkit-postgres
6060

61-
- Added `PostgresRepository` class that implements a PostgreSQL-based
62-
repository for BotKit. [[#11]]
63-
- Added `PostgresRepositoryOptions` interface. [[#11]]
64-
- Added `initializePostgresRepositorySchema()` helper. [[#11]]
65-
- Fixed stale follower cleanup when a follow request is reassigned to a
66-
different actor. [[#11]]
67-
- Fixed concurrent follower assignment so stale followers are not left
68-
behind when multiple workers race on the same follow request. [[#11]]
69-
- Fixed concurrent unfollows so `Undo(Follow)` waits for in-flight follow
70-
assignments on the same follow request. [[#11]]
71-
- Fixed concurrent cleanup of stale follower rows when multiple follow
72-
requests for the same actor are reassigned at the same time. [[#11]]
61+
- Added a new PostgreSQL repository package, *`@fedify/botkit-postgres`*,
62+
which provides `PostgresRepository`, `PostgresRepositoryOptions`, and
63+
`initializePostgresRepositorySchema()`. [[#11]]
7364

7465
[#11]: https://github.com/fedify-dev/botkit/issues/11
7566

0 commit comments

Comments
 (0)