Skip to content

Commit 445ed88

Browse files
committed
Update change log for release v7.8-beta.17
1 parent 4327d9b commit 445ed88

File tree

4 files changed

+11
-73
lines changed

4 files changed

+11
-73
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ DO NOT ADD CHANGES HERE - ADD THEM USING log_change.sh
1313
~~~
1414

1515

16+
## [v7.8-beta.17] - 2025-03-21
17+
18+
* Issue **#4700** : Add props `forwardFileDestinations.subPathTemplate`, `forwardFileDestinations.templatingMode` and `forwardHttpDestinations.errorSubPathTemplate` to allow templating of the file destination paths. Change the default retries to infinite. Make the following Stroom status codes go straight to the HTTP forwarder error destination: FEED_IS_NOT_DEFINED(101), FEED_IS_NOT_SET_TO_RECEIVE_DATA(110), UNEXPECTED_DATA_TYPE(120). Make the `data` directory more permissive to invalid files/directories that it finds. Remove the retry config prop `maxRetries` and replace it with `maxRetryAge` and `retryDelayGrowthFactor` to allow for a retry delay that grows with each retry. Change the file forwarder to support queueing/retry for remote file systems. Move the queue/retry config into the `queue` branch of the destination config. Fix issue of missing `.entries` files when rebooting proxy. Change the `thread` branch of the config, previous properties moved into `queue`, new properties added to control aggregation.
19+
20+
* Issue **#4821** : Fix wildcard replacement.
21+
22+
* Issue **#4823** : Fix default StreamId, EventId query columns.
23+
24+
1625
## [v7.8-beta.16] - 2025-03-14
1726

1827
* Issue **#2334** : Fix split depth for stepping to match the split filter.
@@ -1270,7 +1279,8 @@ DO NOT ADD CHANGES HERE - ADD THEM USING log_change.sh
12701279
* Issue **#3830** : Add S3 data storage option.
12711280

12721281

1273-
[Unreleased]: https://github.com/gchq/stroom/compare/v7.8-beta.16...HEAD
1282+
[Unreleased]: https://github.com/gchq/stroom/compare/v7.8-beta.17...HEAD
1283+
[v7.8-beta.17]: https://github.com/gchq/stroom/compare/v7.8-beta.16...v7.8-beta.17
12741284
[v7.8-beta.16]: https://github.com/gchq/stroom/compare/v7.8-beta.15...v7.8-beta.16
12751285
[v7.8-beta.15]: https://github.com/gchq/stroom/compare/v7.8-beta.14...v7.8-beta.15
12761286
[v7.8-beta.14]: https://github.com/gchq/stroom/compare/v7.8-beta.13...v7.8-beta.14

unreleased_changes/20250218_144747_609__4700.md

-24
This file was deleted.

unreleased_changes/20250317_163725_832__4821.md

-24
This file was deleted.

unreleased_changes/20250320_115454_981__4823.md

-24
This file was deleted.

0 commit comments

Comments
 (0)