diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dd686b7b47..d262865b603 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,15 @@ DO NOT ADD CHANGES HERE - ADD THEM USING log_change.sh ~~~ +## [v7.4-beta.1] - 2024-03-12 + +* Issue **#3749** : Replace Stroom simple cron scheduler with standard compliant Quartz cron scheduler. + +* Issue **#4041** : Improve date picker. + +* Issue **#4131** : Make Stroom's standard date parsing more lenient to accept various forms of ISO 8601 zoned date times, e.g. with varying number of fractional second digits, no fractional seconds, no seconds, different offset forms ('+02', '+0200', '+02:00', etc.). Normalise `EffectiveTime` and `ReceivedTime` header values so the dates are in Stroom's standard format. + + ## [v7.3-beta.11] - 2024-03-01 * Issue **#4132** : Add tooltips to the copy/open hover buttons on table cell values. @@ -363,7 +372,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.3-beta.11...HEAD +[Unreleased]: https://github.com/gchq/stroom/compare/v7.4-beta.1...HEAD +[v7.4-beta.1]: https://github.com/gchq/stroom/compare/v7.3-beta.11...v7.4-beta.1 [v7.3-beta.11]: https://github.com/gchq/stroom/compare/v7.3-beta.10...v7.3-beta.11 [v7.3-beta.10]: https://github.com/gchq/stroom/compare/v7.3-beta.9...v7.3-beta.10 [v7.3-beta.9]: https://github.com/gchq/stroom/compare/v7.3-beta.8...v7.3-beta.9 diff --git a/unreleased_changes/20240209_124723_867__3749.md b/unreleased_changes/20240209_124723_867__3749.md deleted file mode 100644 index 11b1dcd624b..00000000000 --- a/unreleased_changes/20240209_124723_867__3749.md +++ /dev/null @@ -1,24 +0,0 @@ -* Issue **#3749** : Replace Stroom simple cron scheduler with standard compliant Quartz cron scheduler. - - -```sh -# ******************************************************************************** -# Issue title: I'd like to be able to schedule a rule to run according to a cron or similar. -# Issue link: https://github.com/gchq/stroom/issues/3749 -# ******************************************************************************** - -# 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/20240227_224134_784__4041.md b/unreleased_changes/20240227_224134_784__4041.md deleted file mode 100644 index 34bdff061e6..00000000000 --- a/unreleased_changes/20240227_224134_784__4041.md +++ /dev/null @@ -1,24 +0,0 @@ -* Issue **#4041** : Improve date picker. - - -```sh -# ******************************************************************************** -# Issue title: Improve date/time picker to make time a separate input -# Issue link: https://github.com/gchq/stroom/issues/4041 -# ******************************************************************************** - -# 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/20240228_091353_901__4131.md b/unreleased_changes/20240228_091353_901__4131.md deleted file mode 100644 index 146c37f7f83..00000000000 --- a/unreleased_changes/20240228_091353_901__4131.md +++ /dev/null @@ -1,24 +0,0 @@ -* Issue **#4131** : Make Stroom's standard date parsing more lenient to accept various forms of ISO 8601 zoned date times, e.g. with varying number of fractional second digits, no fractional seconds, no seconds, different offset forms ('+02', '+0200', '+02:00', etc.). Normalise `EffectiveTime` and `ReceivedTime` header values so the dates are in Stroom's standard format. - - -```sh -# ******************************************************************************** -# Issue title: EffectiveTime header variable/stream attribute should allow for missing milli seconds -# Issue link: https://github.com/gchq/stroom/issues/4131 -# ******************************************************************************** - -# 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. -```