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