update dependencies and devDependencies to latest
[websub-hub] / CHANGELOG.md
1 # Changelog
2
3 Releases and notable changes to this project are documented here.
4
5 ## [Unreleased]
6
7 ## [v1.3.0] - 2021-10-23
8
9 ### Added
10
11 - IndieAuth logins now supported, admin overview page will show topics related to the authenticated profile's host.
12 - Due to the new session-based admin login system, the config value `encryptionSecret` will need to be populated when upgrading.
13
14 ## [v1.2.2] - 2021-10-05
15
16 ### Fixed
17
18 - Dependency updates.
19
20 ## [v1.2.1] - 2021-09-10
21
22 ### Fixed
23
24 - Minor issues and dependency updates.
25
26 ## [v1.2.0] - 2021-08-28
27
28 ### Added
29
30 - Accept multiple topics in publish requests.
31 - Expired subscription entries are removed from the database when their topics are updated.
32 - Topics which have been marked deleted are removed from the database after all subscribers have been notified.
33
34 ## [v1.1.5] - 2021-08-23
35
36 ### Fixed
37
38 - Reverted change introduced in v1.1.3 which consolidated db connections, as it was causing data-integrity issues.
39 - Issue with SQLite backend causing admin details about subscriptions to show errors.
40 - Verifications will not be attempted until their topics become active, reducing worker activity in certain situations.
41
42 ## [v1.1.4] - 2021-08-16
43
44 ### Fixed
45
46 - Prevent task processor from being re-invoked if it is already running.
47
48 ### Added
49
50 - Allow more configuration of html page content.
51
52 ## [v1.1.3] - 2021-08-13
53
54 ### Fixed
55
56 - Worker tasks, such as delivering content updates, now share one database context. This reduces the connection load for Postgres backends, affording greater scalability.
57
58 ## [v1.1.2] - 2021-08-11
59
60 ### Added
61
62 - Make use of the content-type charset when parsing topic content, recoding to UTF8 when needed.
63
64 ### Fixed
65
66 - Feed parser could return a non-list for a single link entry, handle that case.
67
68 ## [v1.1.1] - 2021-08-09
69
70 ### Fixed
71
72 - Parsing of topic content-types which include encoding.
73
74 ## [v1.1.0] - 2021-08-08
75
76 ### Added
77
78 - 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.
79 - Minor cleanup to generated HTML pages.
80
81 ## [v1.0.0] - 2021-08-01
82
83 ### Added
84
85 - Everything. MVP first stable release.
86
87 ---
88
89 [Unreleased]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=HEAD;hp=v1.3.0
90 [v1.3.0]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.0;hp=v1.2.2
91 [v1.2.2]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.2.2;hp=v1.2.1
92 [v1.2.1]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.2.1;hp=v1.2.0
93 [v1.2.0]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.2.0;hp=v1.1.5
94 [v1.1.5]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.5;hp=v1.1.4
95 [v1.1.4]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.4;hp=v1.1.3
96 [v1.1.3]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.3;hp=v1.1.2
97 [v1.1.2]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.2;hp=v1.1.1
98 [v1.1.1]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.1;hp=v1.1.0
99 [v1.1.0]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.0;hp=v1.0.0
100 [v1.0.0]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.0.0;hp=v0.0.0