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