Skip to content

Commit 591c505

Browse files
committed
Update change log for release v7.3-beta.16
1 parent b8d601f commit 591c505

6 files changed

+15
-121
lines changed

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@ DO NOT ADD CHANGES HERE - ADD THEM USING log_change.sh
1313
~~~
1414

1515

16+
## [v7.3-beta.16] - 2024-04-15
17+
18+
* Issue **#4203** : Fix event capture getting stuck on buttons.
19+
20+
* Issue **#4204** : Make `indexOf()` and `lastIndexOf()` return `-1` when not found.
21+
22+
* Issue **#4205** : Add `contains()` function.
23+
24+
* Issue **#4209** : Support `and()` function in `eval`.
25+
26+
* Issue **#4212** : Fix shards stuck in opening state.
27+
28+
1629
## [v7.3-beta.15] - 2024-04-10
1730

1831
* Issue **#4172** : Fix NPE when running an empty sQL query.
@@ -419,7 +432,8 @@ eval EventId = first(EventId)`, `evt` => `eval EventId = first(EventId)` and `st
419432
* Issue **#3830** : Add S3 data storage option.
420433

421434

422-
[Unreleased]: https://github.com/gchq/stroom/compare/v7.3-beta.15...HEAD
435+
[Unreleased]: https://github.com/gchq/stroom/compare/v7.3-beta.16...HEAD
436+
[v7.3-beta.16]: https://github.com/gchq/stroom/compare/v7.3-beta.15...v7.3-beta.16
423437
[v7.3-beta.15]: https://github.com/gchq/stroom/compare/v7.3-beta.14...v7.3-beta.15
424438
[v7.3-beta.14]: https://github.com/gchq/stroom/compare/v7.3-beta.13...v7.3-beta.14
425439
[v7.3-beta.13]: https://github.com/gchq/stroom/compare/v7.3-beta.12...v7.3-beta.13

unreleased_changes/20240412_141531_687__4203.md

-24
This file was deleted.

unreleased_changes/20240412_143352_282__4204.md

-24
This file was deleted.

unreleased_changes/20240412_144848_283__4205.md

-24
This file was deleted.

unreleased_changes/20240412_163815_442__4209.md

-24
This file was deleted.

unreleased_changes/20240415_173038_801__4212.md

-24
This file was deleted.

0 commit comments

Comments
 (0)