Skip to content

Commit fef363f

Browse files
committed
Update change log for release v7.5-beta.9
1 parent 3b9e7a8 commit fef363f

5 files changed

+12
-92
lines changed

CHANGELOG.md

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

1515

16+
## [v7.5-beta.9] - 2024-08-30
17+
18+
* Issue **#4383** : Add an authentication error screen to be shown when a user tries to login and there is an authentication problem or the user's account has been locked/disabled. Previously the user was re-directed to the sign-in screen even if cert auth was enabled. Added the new property `stroom.ui.authErrorMessage` to allow setting generic HTML content to show the user when an authentication error occurs.
19+
20+
* Issue **#4412** : Fix `/` key not working in quick filter text input fields.
21+
22+
* Issue **#4400** : Fix missing styling on `sessionList` servlet.
23+
24+
* Fix broken description pane in the stroomQL code completion.
25+
1626
* Issue **#4411** : Prevent queueing too many processor tasks.
1727

1828
* Issue **#4408** : Fix SQL deadlock between task queuing and task physical deletion.
@@ -744,7 +754,8 @@ eval EventId = first(EventId)`, `evt` => `eval EventId = first(EventId)` and `st
744754
* Issue **#3830** : Add S3 data storage option.
745755

746756

747-
[Unreleased]: https://github.com/gchq/stroom/compare/v7.5-beta.8...HEAD
757+
[Unreleased]: https://github.com/gchq/stroom/compare/v7.5-beta.9...HEAD
758+
[v7.5-beta.9]: https://github.com/gchq/stroom/compare/v7.5-beta.8...v7.5-beta.9
748759
[v7.5-beta.8]: https://github.com/gchq/stroom/compare/v7.5-beta.7...v7.5-beta.8
749760
[v7.5-beta.7]: https://github.com/gchq/stroom/compare/v7.5-beta.6...v7.5-beta.7
750761
[v7.5-beta.6]: https://github.com/gchq/stroom/compare/v7.5-beta.5...v7.5-beta.6

unreleased_changes/20240729_091151_154__4383.md

-24
This file was deleted.

unreleased_changes/20240829_140741_443__4412.md

-24
This file was deleted.

unreleased_changes/20240830_070633_204__4400.md

-24
This file was deleted.

unreleased_changes/20240830_072522_914__0.md

-19
This file was deleted.

0 commit comments

Comments
 (0)