Skip to content

Commit

Permalink
Update change log for release v7.8-planb-beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
stroomdev66 committed Jan 21, 2025
1 parent d96f506 commit 9dd557e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 101 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ DO NOT ADD CHANGES HERE - ADD THEM USING log_change.sh
~~~


## [v7.8-planb-beta.9] - 2025-01-21

* Change `receiptId` format to `<epoch ms>_<seq no>_<(P|S)>_<proxyId or stroom nodeName>`. `P|S` represents stroom or Proxy.

* Change stroom to also set the `receiptId` meta attribute on receipt or upload.

* Change proxy logging to still log datafeed events even if the `metaKeys` config prop is empty.

* Issue **#4695** : Change proxy to re-create the proxy ID in proxy-id.txt if the value in there does not match the required pattern.

* Fix the sleep time in UniqueIdGenerator (from 50ms to 0.1ms).


## [v7.8-beta.8] - 2025-01-10

* Fix tests that were breaking the build.
Expand Down Expand Up @@ -1148,7 +1161,8 @@ DO NOT ADD CHANGES HERE - ADD THEM USING log_change.sh
* Issue **#3830** : Add S3 data storage option.


[Unreleased]: https://github.com/gchq/stroom/compare/v7.8-beta.8...HEAD
[Unreleased]: https://github.com/gchq/stroom/compare/v7.8-planb-beta.9...HEAD
[v7.8-planb-beta.9]: https://github.com/gchq/stroom/compare/v7.8-beta.8...v7.8-planb-beta.9
[v7.8-beta.8]: https://github.com/gchq/stroom/compare/v7.8-beta.7...v7.8-beta.8
[v7.8-beta.7]: https://github.com/gchq/stroom/compare/v7.8-beta.6...v7.8-beta.7
[v7.8-beta.6]: https://github.com/gchq/stroom/compare/v7.8-beta.5...v7.8-beta.6
Expand Down
19 changes: 0 additions & 19 deletions unreleased_changes/20250114_171914_349__0.md

This file was deleted.

19 changes: 0 additions & 19 deletions unreleased_changes/20250114_172314_625__0.md

This file was deleted.

19 changes: 0 additions & 19 deletions unreleased_changes/20250114_172612_413__0.md

This file was deleted.

24 changes: 0 additions & 24 deletions unreleased_changes/20250114_175325_302__4695.md

This file was deleted.

19 changes: 0 additions & 19 deletions unreleased_changes/20250114_175416_442__0.md

This file was deleted.

0 comments on commit 9dd557e

Please sign in to comment.