X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=CHANGELOG.md;h=c14c493d1e098eedde9dcc90dca6a4d3b581acef;hb=9812213260e952ae601f94ab0915c680e8c80495;hp=e7fb95b086b3187f83f133aa48ce44d95e4806c2;hpb=21000646fc4744d8d2c28707045efb0672a5971b;p=websub-hub diff --git a/CHANGELOG.md b/CHANGELOG.md index e7fb95b..c14c493 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ Releases and notable changes to this project are documented here. ## [Unreleased] +### Added + +- Accept multiple topics in publish requests. +- Expired subscription entries are removed from the database when their topics are updated. +- Topics which have been marked deleted are removed from the database after all subscribers have been notified. + +## [v1.1.5] - 2021-08-23 + +### Fixed + +- Reverted change introduced in v1.1.3 which consolidated db connections, as it was causing data-integrity issues. +- Issue with SQLite backend causing admin details about subscriptions to show errors. +- Verifications will not be attempted until their topics become active, reducing worker activity in certain situations. + ## [v1.1.4] - 2021-08-16 ### Fixed @@ -51,7 +65,8 @@ Releases and notable changes to this project are documented here. --- -[Unreleased]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=HEAD;hp=v1.1.4 +[Unreleased]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=HEAD;hp=v1.1.5 +[v1.1.5]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.5;hp=v1.1.4 [v1.1.4]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.4;hp=v1.1.3 [v1.1.3]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.3;hp=v1.1.2 [v1.1.2]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.2;hp=v1.1.1