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