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