Merge branch 'v1.3-dev' as v1.3.11
[websub-hub] / CHANGELOG.md
1 # Changelog
2
3 Releases and notable changes to this project are documented here.
4
5 ## [v1.3.11] - 2023-03-22
6
7 ### Fixed
8
9 - Dependency updates.
10
11 ## [v1.3.10] - 2022-11-04
12
13 ### Fixed
14
15 - Path prefix is now considered when determining whether an IndieAuth profile user can view a topic.
16 - Fixed non-default topic lease durations issues with postgres.
17 - Dependency updates.
18
19 ## [v1.3.9] - 2022-06-28
20
21 ### Fixed
22
23 - Dependency updates.
24
25 ## [v1.3.8] - 2022-05-15
26
27 ### Fixed
28
29 - Badge requests are allowed to be cached.
30 - Dependency updates.
31 - Minor fixes.
32
33 ## [v1.3.7] - 2022-04-08
34
35 ### Added
36
37 - If publish requests are made without the topic actually having updated, behave like a proper caching client by negotiating etag/last-modified fields for topic fetches.
38
39 ### Fixed
40
41 - Timestamps on admin pages are displayed more succinctly.
42 - Dependency updates.
43
44 ## [v1.3.6] - 2022-03-19
45
46 ### Added
47
48 - Recent history of topic publish updates are now displayed on topic details page.
49
50 ### Fixed
51
52 - Dependency updates.
53
54 ## [v1.3.5] - 2022-02-23
55
56 ### Added
57 - IndieAuth profile logins now support latest spec, id est metadata discovery and issuer validation.
58 - Topic content update history is now tracked.
59
60 ### Fixed
61
62 - Fixed potential race condition which could cause a subscriber to miss an update.
63 - Fixed postgres listener to more properly deal with errors.
64 - Removed accidental logging of response body during HEAD requests.
65 - Fixed session logout link on root page.
66 - Dependency updates.
67
68 ## [v1.3.4] - 2022-01-23
69
70 ### Fixed
71
72 - Dependency updates.
73
74 ## [v1.3.3] - 2022-01-03
75
76 ### Fixed
77
78 - Refactor of authenticated sessions and HTML template rendering, split into sub-modules.
79 - Dependency updates.
80
81 ## [v1.3.2] - 2021-12-29
82
83 ### Fixed
84
85 - Minor fix and update to HTML templates.
86 - Dependency updates.
87
88 ## [v1.3.1] - 2021-10-23
89
90 ### Fixed
91
92 - Login credentials are no longer logged.
93
94 ## [v1.3.0] - 2021-10-23
95
96 ### Added
97
98 - IndieAuth logins now supported, admin overview page will show topics related to the authenticated profile's host.
99 - Due to the new session-based admin login system, the config value `encryptionSecret` will need to be populated when upgrading.
100
101 ## [v1.2.2] - 2021-10-05
102
103 ### Fixed
104
105 - Dependency updates.
106
107 ## [v1.2.1] - 2021-09-10
108
109 ### Fixed
110
111 - Minor issues and dependency updates.
112
113 ## [v1.2.0] - 2021-08-28
114
115 ### Added
116
117 - Accept multiple topics in publish requests.
118 - Expired subscription entries are removed from the database when their topics are updated.
119 - Topics which have been marked deleted are removed from the database after all subscribers have been notified.
120
121 ## [v1.1.5] - 2021-08-23
122
123 ### Fixed
124
125 - Reverted change introduced in v1.1.3 which consolidated db connections, as it was causing data-integrity issues.
126 - Issue with SQLite backend causing admin details about subscriptions to show errors.
127 - Verifications will not be attempted until their topics become active, reducing worker activity in certain situations.
128
129 ## [v1.1.4] - 2021-08-16
130
131 ### Fixed
132
133 - Prevent task processor from being re-invoked if it is already running.
134
135 ### Added
136
137 - Allow more configuration of html page content.
138
139 ## [v1.1.3] - 2021-08-13
140
141 ### Fixed
142
143 - Worker tasks, such as delivering content updates, now share one database context. This reduces the connection load for Postgres backends, affording greater scalability.
144
145 ## [v1.1.2] - 2021-08-11
146
147 ### Added
148
149 - Make use of the content-type charset when parsing topic content, recoding to UTF8 when needed.
150
151 ### Fixed
152
153 - Feed parser could return a non-list for a single link entry, handle that case.
154
155 ## [v1.1.1] - 2021-08-09
156
157 ### Fixed
158
159 - Parsing of topic content-types which include encoding.
160
161 ## [v1.1.0] - 2021-08-08
162
163 ### Added
164
165 - 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.
166 - Minor cleanup to generated HTML pages.
167
168 ## [v1.0.0] - 2021-08-01
169
170 ### Added
171
172 - Everything. MVP first stable release.
173
174 ---
175
176 [Unreleased]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=HEAD;hp=v1.3.11
177 [v1.3.11]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.11;hp=v1.3.10
178 [v1.3.10]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.10;hp=v1.3.9
179 [v1.3.9]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.9;hp=v1.3.8
180 [v1.3.8]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.8;hp=v1.3.7
181 [v1.3.7]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.7;hp=v1.3.6
182 [v1.3.6]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.6;hp=v1.3.5
183 [v1.3.5]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.5;hp=v1.3.4
184 [v1.3.4]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.4;hp=v1.3.3
185 [v1.3.3]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.3;hp=v1.3.2
186 [v1.3.2]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.2;hp=v1.3.1
187 [v1.3.1]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.1;hp=v1.3.0
188 [v1.3.0]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.0;hp=v1.2.2
189 [v1.2.2]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.2.2;hp=v1.2.1
190 [v1.2.1]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.2.1;hp=v1.2.0
191 [v1.2.0]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.2.0;hp=v1.1.5
192 [v1.1.5]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.5;hp=v1.1.4
193 [v1.1.4]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.4;hp=v1.1.3
194 [v1.1.3]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.3;hp=v1.1.2
195 [v1.1.2]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.2;hp=v1.1.1
196 [v1.1.1]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.1;hp=v1.1.0
197 [v1.1.0]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.0;hp=v1.0.0
198 [v1.0.0]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.0.0;hp=v0.0.0