@@ -13,6 +13,29 @@ DO NOT ADD CHANGES HERE - ADD THEM USING log_change.sh
13
13
~~~
14
14
15
15
16
+ ## [ v7.8-beta.15] - 2025-03-11
17
+
18
+ * Issue ** #4768 ** : Fix import file path issue.
19
+
20
+ * Issue ** #4767 ** : Improve null equality treatment in expressions.
21
+
22
+ * Issue ** #4781 ** : Fix NPE.
23
+
24
+ * Issue ** #4784 ** : Fix DynamicIndexingFilter values.
25
+
26
+ * Issue ** #4796 ** : Fix the accidental deletion of rule dup stores by scheduled reports.
27
+
28
+ * Issue ** #4758 ** : Change the way the duplicate check store works so that it can cope with values larger than 511 bytes.
29
+
30
+ * Issue ** #4788 ** : Deep copy selection handlers when duplicating dashboard tables.
31
+
32
+ * Issue ** #4791 ** : Fix numeric comparator in having clause.
33
+
34
+ * Issue ** #4795 ** : Add missing properties to HTTPAppender.
35
+
36
+ * Issue ** #4808 ** : Fix issue of proxy forwarding gzipped data inside a proxy zip when client uses header ` Compression: gzip ` , i.e. lower case value.
37
+
38
+
16
39
## [ v7.8-beta.14] - 2025-02-05
17
40
18
41
* Issue ** #4755 ** : Fix missing values from pipeline structure editor.
@@ -1236,7 +1259,8 @@ DO NOT ADD CHANGES HERE - ADD THEM USING log_change.sh
1236
1259
* Issue ** #3830 ** : Add S3 data storage option.
1237
1260
1238
1261
1239
- [ Unreleased ] : https://github.com/gchq/stroom/compare/v7.8-beta.14...HEAD
1262
+ [ Unreleased ] : https://github.com/gchq/stroom/compare/v7.8-beta.15...HEAD
1263
+ [ v7.8-beta.15 ] : https://github.com/gchq/stroom/compare/v7.8-beta.14...v7.8-beta.15
1240
1264
[ v7.8-beta.14 ] : https://github.com/gchq/stroom/compare/v7.8-beta.13...v7.8-beta.14
1241
1265
[ v7.8-beta.13 ] : https://github.com/gchq/stroom/compare/v7.8-beta.12...v7.8-beta.13
1242
1266
[ v7.8-beta.12 ] : https://github.com/gchq/stroom/compare/v7.8-beta.11...v7.8-beta.12
0 commit comments