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