worker tasks now share one db context, rather than one per task
[websub-hub] / CHANGELOG.md
1 # Changelog
2
3 Releases and notable changes to this project are documented here.
4
5 ## [Unreleased]
6
7 ### Fixed
8
9 - Worker tasks, such as delivering content updates, now share one database context. This reduces the connection load for Postgres backends, affording greater scalability.
10
11 ## [v1.1.2] - 2021-08-11
12
13 ### Added
14
15 - Make use of the content-type charset when parsing topic content, recoding to UTF8 when needed.
16
17 ### Fixed
18
19 - Feed parser could return a non-list for a single link entry, handle that case.
20
21 ## [v1.1.1] - 2021-08-09
22
23 ### Fixed
24
25 - Parsing of topic content-types which include encoding.
26
27 ## [v1.1.0] - 2021-08-08
28
29 ### Added
30
31 - 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.
32 - Minor cleanup to generated HTML pages.
33
34 ## [v1.0.0] - 2021-08-01
35
36 ### Added
37
38 - Everything. MVP first stable release.
39
40 ---
41
42 [Unreleased]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=HEAD;hp=v1.1.2
43 [v1.1.2]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.2;hp=v1.1.1
44 [v1.1.1]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.1;hp=v1.1.0
45 [v1.1.0]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.0;hp=v1.0.0
46 [v1.0.0]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.0.0;hp=v0.0.0