From bfb8dc041081196f846963afabd0bb9968ea1bf8 Mon Sep 17 00:00:00 2001 From: stroomdev66 Date: Fri, 2 Aug 2024 10:47:15 +0100 Subject: [PATCH] Update change log for release v7.4.12 --- CHANGELOG.md | 8 ++++++- .../20240802_092826_412__4397.md | 24 ------------------- 2 files changed, 7 insertions(+), 25 deletions(-) delete mode 100644 unreleased_changes/20240802_092826_412__4397.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 09783bd1c55..f1e7ec13b96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,11 @@ DO NOT ADD CHANGES HERE - ADD THEM USING log_change.sh ~~~ +## [v7.4.12] - 2024-08-02 + +* Issue **#4397** : Fix search API to not require node name. + + ## [v7.4.11] - 2024-08-01 * Issue **#4394** : Fix a bug that was causing stepping filters to ignore the top level null prefixed namespace (e.g. `xmlns="event-logging:3"`. This meant all elements in the xpath had to be fully qualified. @@ -705,7 +710,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.11...HEAD +[Unreleased]: https://github.com/gchq/stroom/compare/v7.4.12...HEAD +[v7.4.12]: https://github.com/gchq/stroom/compare/v7.4.11...v7.4.12 [v7.4.11]: https://github.com/gchq/stroom/compare/v7.4.10...v7.4.11 [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 diff --git a/unreleased_changes/20240802_092826_412__4397.md b/unreleased_changes/20240802_092826_412__4397.md deleted file mode 100644 index b53d434938b..00000000000 --- a/unreleased_changes/20240802_092826_412__4397.md +++ /dev/null @@ -1,24 +0,0 @@ -* Issue **#4397** : Fix search API to not require node name. - - -```sh -# ******************************************************************************** -# Issue title: Fix search API to not require node name -# Issue link: https://github.com/gchq/stroom/issues/4397 -# ******************************************************************************** - -# 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. -```