diff --git a/CHANGELOG.md b/CHANGELOG.md index 209f20eb9e4..068b6824c6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/unreleased_changes/20231228_031652_191__3960.md b/unreleased_changes/20231228_031652_191__3960.md deleted file mode 100644 index f7cb1883bd3..00000000000 --- a/unreleased_changes/20231228_031652_191__3960.md +++ /dev/null @@ -1,24 +0,0 @@ -* Issue **#3960** : Migrate to Elasticsearch Java API Client. - - -```sh -# ******************************************************************************** -# Issue title: Migrate to Elasticsearch Java API Client -# Issue link: https://github.com/gchq/stroom/issues/3960 -# ******************************************************************************** - -# ONLY the top line will be included as a change entry in the CHANGELOG. -# The entry should be in GitHub flavour markdown and should be written on a SINGLE -# line with no hard breaks. You can have multiple change files for a single GitHub issue. -# The entry should be written in the imperative mood, i.e. 'Fix nasty bug' rather than -# 'Fixed nasty bug'. -# -# Examples of acceptable entries are: -# -# -# * Issue **123** : Fix bug with an associated GitHub issue in this repository -# -# * Issue **namespace/other-repo#456** : Fix bug with an associated GitHub issue in another repository -# -# * Fix bug with no associated GitHub issue. -``` diff --git a/unreleased_changes/20240723_143755_577__4385.md b/unreleased_changes/20240723_143755_577__4385.md deleted file mode 100644 index 41b3ba8b162..00000000000 --- a/unreleased_changes/20240723_143755_577__4385.md +++ /dev/null @@ -1,24 +0,0 @@ -* Issue **#4385** : Fix error when trying to change permissions on a folder with no current owner. - - -```sh -# ******************************************************************************** -# Issue title: NPE When Viewing a Folder -# Issue link: https://github.com/gchq/stroom/issues/4385 -# ******************************************************************************** - -# ONLY the top line will be included as a change entry in the CHANGELOG. -# The entry should be in GitHub flavour markdown and should be written on a SINGLE -# line with no hard breaks. You can have multiple change files for a single GitHub issue. -# The entry should be written in the imperative mood, i.e. 'Fix nasty bug' rather than -# 'Fixed nasty bug'. -# -# Examples of acceptable entries are: -# -# -# * Issue **123** : Fix bug with an associated GitHub issue in this repository -# -# * Issue **namespace/other-repo#456** : Fix bug with an associated GitHub issue in another repository -# -# * Fix bug with no associated GitHub issue. -``` diff --git a/unreleased_changes/20240723_145300_597__4384.md b/unreleased_changes/20240723_145300_597__4384.md deleted file mode 100644 index 15ef9095c64..00000000000 --- a/unreleased_changes/20240723_145300_597__4384.md +++ /dev/null @@ -1,24 +0,0 @@ -* Issue **#4384** : Stop logging to ERROR when stroomQL contains a malformed function. - - -```sh -# ******************************************************************************** -# Issue title: ERROR is thrown in the log when StroomQL contains incorrect expressions -# Issue link: https://github.com/gchq/stroom/issues/4384 -# ******************************************************************************** - -# ONLY the top line will be included as a change entry in the CHANGELOG. -# The entry should be in GitHub flavour markdown and should be written on a SINGLE -# line with no hard breaks. You can have multiple change files for a single GitHub issue. -# The entry should be written in the imperative mood, i.e. 'Fix nasty bug' rather than -# 'Fixed nasty bug'. -# -# Examples of acceptable entries are: -# -# -# * Issue **123** : Fix bug with an associated GitHub issue in this repository -# -# * Issue **namespace/other-repo#456** : Fix bug with an associated GitHub issue in another repository -# -# * Fix bug with no associated GitHub issue. -``` diff --git a/unreleased_changes/20240724_164427_410__4389.md b/unreleased_changes/20240724_164427_410__4389.md deleted file mode 100644 index 875d3a6a136..00000000000 --- a/unreleased_changes/20240724_164427_410__4389.md +++ /dev/null @@ -1,24 +0,0 @@ -* Issue **#4389** : Fix the Query table re-drawing too frequently. - - -```sh -# ******************************************************************************** -# Issue title: Query Table is redrawing too often -# Issue link: https://github.com/gchq/stroom/issues/4389 -# ******************************************************************************** - -# ONLY the top line will be included as a change entry in the CHANGELOG. -# The entry should be in GitHub flavour markdown and should be written on a SINGLE -# line with no hard breaks. You can have multiple change files for a single GitHub issue. -# The entry should be written in the imperative mood, i.e. 'Fix nasty bug' rather than -# 'Fixed nasty bug'. -# -# Examples of acceptable entries are: -# -# -# * Issue **123** : Fix bug with an associated GitHub issue in this repository -# -# * Issue **namespace/other-repo#456** : Fix bug with an associated GitHub issue in another repository -# -# * Fix bug with no associated GitHub issue. -```