Skip to content

Commit

Permalink
Update change log for release v7.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
at055612 committed Jul 25, 2024
1 parent 4801eb3 commit 0317e7b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 97 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ DO NOT ADD CHANGES HERE - ADD THEM USING log_change.sh
~~~


## [v7.4.10] - 2024-07-25

* Issue **#3960** : Migrate to Elasticsearch Java API Client.

* Issue **#4385** : Fix error when trying to change permissions on a folder with no current owner.

* Issue **#4384** : Stop logging to ERROR when stroomQL contains a malformed function.

* Issue **#4389** : Fix the Query table re-drawing too frequently.


## [v7.4.9] - 2024-07-17

* Issue **#4357** : Fix result paging for analytic duplicate check stores.
Expand Down Expand Up @@ -687,7 +698,8 @@ eval EventId = first(EventId)`, `evt` => `eval EventId = first(EventId)` and `st
* Issue **#3830** : Add S3 data storage option.


[Unreleased]: https://github.com/gchq/stroom/compare/v7.4.9...HEAD
[Unreleased]: https://github.com/gchq/stroom/compare/v7.4.10...HEAD
[v7.4.10]: https://github.com/gchq/stroom/compare/v7.4.9...v7.4.10
[v7.4.9]: https://github.com/gchq/stroom/compare/v7.4.8...v7.4.9
[v7.4.8]: https://github.com/gchq/stroom/compare/v7.4.7...v7.4.8
[v7.4.7]: https://github.com/gchq/stroom/compare/v7.4.6...v7.4.7
Expand Down
24 changes: 0 additions & 24 deletions unreleased_changes/20231228_031652_191__3960.md

This file was deleted.

24 changes: 0 additions & 24 deletions unreleased_changes/20240723_143755_577__4385.md

This file was deleted.

24 changes: 0 additions & 24 deletions unreleased_changes/20240723_145300_597__4384.md

This file was deleted.

24 changes: 0 additions & 24 deletions unreleased_changes/20240724_164427_410__4389.md

This file was deleted.

0 comments on commit 0317e7b

Please sign in to comment.