X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=CHANGELOG.md;h=1b458a4ba7c1ed104bc75dcfe999da2f42eea02d;hb=f10a4ea1e43a9a37306f35677d4d6c7ccb98e894;hp=e7fb95b086b3187f83f133aa48ce44d95e4806c2;hpb=21000646fc4744d8d2c28707045efb0672a5971b;p=websub-hub diff --git a/CHANGELOG.md b/CHANGELOG.md index e7fb95b..1b458a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ Releases and notable changes to this project are documented here. ## [Unreleased] +## [v1.2.0] - 2021-08-28 + +### 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 +67,9 @@ 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.2.0 +[v1.2.0]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.2.0;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