You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bug **#5516** : Allow event links with only feed USE permission.
34
+
35
+
* Feature : Add System Info Admin Servlet. Add menu of all admin servlets at `<admin port>/<admin path>/menu`.
36
+
37
+
* Bug : Fix permission exceptions when getting volume system info.
38
+
39
+
40
+
## [v7.12.2] - 2026-05-05
41
+
42
+
* Bug **#5532** : Relax Data Feed Identities validation so salt is optional.
43
+
44
+
45
+
## [v7.12.1] - 2026-04-27
46
+
47
+
* Bug **#5520** : Fix annotation decoration in queries/dashboards not working if the EventId/StreamId columns are not longs.
48
+
49
+
* Feature : Add config prop `stroom.annotation.eventLinkCacheSizeLimit` (default 1,000,000) to protect Stroom from caching too many annotation to event links. If this limit is exceeded, the query will error.
50
+
51
+
52
+
## [v7.12.0] - 2026-04-27
53
+
54
+
* Feature : Change the annotation caching to invalidate on a field basis rather than the whole annotation.
55
+
56
+
* Bug : Fix annotation dash/query columns not updating when status/label/collection names are deleted/modified.
* Feature : Editing items in the UI now indicates save required only when changes are made.
115
+
116
+
* Issue **#5366** : Refactor schedulers.
117
+
118
+
* Feature **#3206** : User tab sessions.
119
+
120
+
* Issue **#5366** : Refactor schedulers to interface and cleanup.
121
+
122
+
* Dependency : Uplift gwt from 2.12.2 to 2.13.0.
123
+
124
+
* Dependency : Uplift co.elastic.clients:elasticsearch-java from 9.2.1 to 9.3.2.
125
+
126
+
* Build : Uplift gradle-wrapper from 9.3.0 to 9.3.1.
127
+
128
+
* Dependency : Uplift org.yaml:snakeyaml from 2.2 to 2.6.
129
+
130
+
* Refactor : Replace NullSafe.requireNonNullElse() with Objects.requireNonNullElse().
131
+
132
+
* Refactor : Replace NullSafe.requireNonNullElseGet() with Objects.requireNonNullElseGet().
133
+
134
+
* Issue **#5366** : Fix typo.
135
+
136
+
* Feature **#5366** : Rebase on master.
137
+
138
+
* Feature **#5366** : Cleanup.
139
+
140
+
* Feature **#5366** : Checkstyle.
141
+
142
+
* Feature **#5232** : Add standard annotation comments. MIGRATION: Any comments previously configured in standardComments property will need to saved as annotation comments.
143
+
144
+
* Feature **#5366** : Change icon for DataGen.
145
+
146
+
* Feature **#5366** : Add feed name to rule detection.
147
+
148
+
* Feature : Improve the ProgressMonitor task creation logging output to included counts of errored and skipped filters. Change task creation to re-test filter enabled/deleted state just prior to creating tasks. Add validation to ProcessorConfig to enforce a minimum value of `1` on some properties.
* Dependency : Uplift docker images to `eclipse-temurin:25.0.2_10-jdk-alpine-3.23`. Change Java docker build to use 25.0.2. Change ERD build to use a fixed docker image.
157
+
158
+
* Bug **#5484** : Fix stream browser Retention column and Info pane showing wrong retention period/rule.
* Feature **#5161** : Make dashboard tab menu available from settings icon.
177
+
178
+
16
179
## [v7.12-beta.1] - 2026-03-24
17
180
18
181
* Feature **#5427** : Change the Data Feed Key authentication mechanism to support authentication by X509 certificate DN. Add a new allowed type of `CERTIFICATE_IDENTITY` to `.receive.enabledAuthenticationTypes`. Rename property `.receive.dataFeedKeysDir` to `.receive.dataFeedIdentitiesDir` and change the structure of the files in it, all files will have to be replaced. Rename property `.receive.dataFeedKeyOwnerMetaKey` to `.receive.dataFeedOwnerMetaKey`. Change the default value of `.receive.dataFeedIdentitiesDir` from `data_feed_keys` to `data_feed_identities`.
@@ -2080,7 +2243,9 @@ DO NOT ADD CHANGES HERE - ADD THEM USING log_change.sh
0 commit comments