Skip to content

Commit

Permalink
Update change log for release v7.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
stroomdev66 committed Aug 2, 2024
1 parent 0bc3a21 commit bfb8dc0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 25 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
24 changes: 0 additions & 24 deletions unreleased_changes/20240802_092826_412__4397.md

This file was deleted.

0 comments on commit bfb8dc0

Please sign in to comment.