Skip to content

Commit

Permalink
Update change log for release v7.4-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stroomdev66 committed Mar 12, 2024
1 parent 06e3ae3 commit 88a7095
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 73 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
24 changes: 0 additions & 24 deletions unreleased_changes/20240209_124723_867__3749.md

This file was deleted.

24 changes: 0 additions & 24 deletions unreleased_changes/20240227_224134_784__4041.md

This file was deleted.

24 changes: 0 additions & 24 deletions unreleased_changes/20240228_091353_901__4131.md

This file was deleted.

0 comments on commit 88a7095

Please sign in to comment.