Skip to content

Commit 6b18879

Browse files
committed
Update change log for release v7.9-beta.3
1 parent 2db9c34 commit 6b18879

File tree

2 files changed

+6
-25
lines changed

2 files changed

+6
-25
lines changed

CHANGELOG.md

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

1515

16+
## [v7.9-beta.3] - 2025-03-24
17+
18+
* Issue **#4733** : Fix report shutdown error.
19+
1620
* 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.
1721

1822
* Issue **#4821** : Fix wildcard replacement.
@@ -1305,7 +1309,8 @@ DO NOT ADD CHANGES HERE - ADD THEM USING log_change.sh
13051309
* Issue **#3830** : Add S3 data storage option.
13061310

13071311

1308-
[Unreleased]: https://github.com/gchq/stroom/compare/v7.9-beta.2...HEAD
1312+
[Unreleased]: https://github.com/gchq/stroom/compare/v7.9-beta.3...HEAD
1313+
[v7.9-beta.3]: https://github.com/gchq/stroom/compare/v7.9-beta.2...v7.9-beta.3
13091314
[v7.9-beta.2]: https://github.com/gchq/stroom/compare/v7.9-beta.1...v7.9-beta.2
13101315
[v7.9-beta.1]: https://github.com/gchq/stroom/compare/v7.8-beta.14...v7.9-beta.1
13111316
[v7.8-beta.14]: https://github.com/gchq/stroom/compare/v7.8-beta.13...v7.8-beta.14

unreleased_changes/20250317_095831_929__4733.md

-24
This file was deleted.

0 commit comments

Comments
 (0)