diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b413914ff0..05cb82553b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,13 @@ DO NOT ADD CHANGES HERE - ADD THEM USING log_change.sh ~~~ +## [v7.4.14] - 2024-08-28 + +* Issue **#4408** : Fix SQL deadlock between task queuing and task physical deletion. + +* Issue **#4410** : Allow over creation of processor tasks for bounded filters. + + ## [v7.4.13] - 2024-08-08 * Issue **#4403** : Fix to make elastic indexes searchable with StroomQL. @@ -717,7 +724,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.13...HEAD +[Unreleased]: https://github.com/gchq/stroom/compare/v7.4.14...HEAD +[v7.4.14]: https://github.com/gchq/stroom/compare/v7.4.13...v7.4.14 [v7.4.13]: https://github.com/gchq/stroom/compare/v7.4.12...v7.4.13 [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 diff --git a/unreleased_changes/20240827_141606_993__4408.md b/unreleased_changes/20240827_141606_993__4408.md deleted file mode 100644 index 69d486e2a62..00000000000 --- a/unreleased_changes/20240827_141606_993__4408.md +++ /dev/null @@ -1,24 +0,0 @@ -* Issue **#4408** : Fix SQL deadlock between task queuing and task physical deletion. - - -```sh -# ******************************************************************************** -# Issue title: SQL Deadlock -# Issue link: https://github.com/gchq/stroom/issues/4408 -# ******************************************************************************** - -# 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/20240828_110514_249__4410.md b/unreleased_changes/20240828_110514_249__4410.md deleted file mode 100644 index 59b90ede011..00000000000 --- a/unreleased_changes/20240828_110514_249__4410.md +++ /dev/null @@ -1,24 +0,0 @@ -* Issue **#4410** : Allow over creation of processor tasks for bounded filters. - - -```sh -# ******************************************************************************** -# Issue title: Proc Filters with a Concurrent Task limit aren't making Tasks quickly enough -# Issue link: https://github.com/gchq/stroom/issues/4410 -# ******************************************************************************** - -# 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. -```