Merge branch 'v1.1-dev' as v1.1.4
[websub-hub] / CHANGELOG.md
1 # Changelog
2
3 Releases and notable changes to this project are documented here.
4
5 ## [Unreleased]
6
7 ## [v1.1.4] - 2021-08-16
8
9 ### Fixed
10
11 - Prevent task processor from being re-invoked if it is already running.
12
13 ### Added
14
15 - Allow more configuration of html page content.
16
17 ## [v1.1.3] - 2021-08-13
18
19 ### Fixed
20
21 - Worker tasks, such as delivering content updates, now share one database context. This reduces the connection load for Postgres backends, affording greater scalability.
22
23 ## [v1.1.2] - 2021-08-11
24
25 ### Added
26
27 - Make use of the content-type charset when parsing topic content, recoding to UTF8 when needed.
28
29 ### Fixed
30
31 - Feed parser could return a non-list for a single link entry, handle that case.
32
33 ## [v1.1.1] - 2021-08-09
34
35 ### Fixed
36
37 - Parsing of topic content-types which include encoding.
38
39 ## [v1.1.0] - 2021-08-08
40
41 ### Added
42
43 - Caching of topic contents for Postfix database backends. This should greatly reduce the db load when many subscribers to a topic are delivered an update.
44 - Minor cleanup to generated HTML pages.
45
46 ## [v1.0.0] - 2021-08-01
47
48 ### Added
49
50 - Everything. MVP first stable release.
51
52 ---
53
54 [Unreleased]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=HEAD;hp=v1.1.4
55 [v1.1.4]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.4;hp=v1.1.3
56 [v1.1.3]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.3;hp=v1.1.2
57 [v1.1.2]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.2;hp=v1.1.1
58 [v1.1.1]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.1;hp=v1.1.0
59 [v1.1.0]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.0;hp=v1.0.0
60 [v1.0.0]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.0.0;hp=v0.0.0