You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
12
12
DO NOT ADD CHANGES HERE - ADD THEM USING log_change.sh
13
13
~~~
14
14
15
+
* Issue **#4831** : Fix Data Retention -> Impact Summary not showing any data.
16
+
17
+
* Issue **#4829** : Fix stuck searches.
18
+
19
+
* Issue **#4830** : Use a cache rather than sessions to maintain auth flow state to avoid creating unnecessary sessions.
20
+
21
+
* Issue **#4842** : Fix null session when doing OIDC code flow with KeyCloak.
22
+
23
+
* Issue **#4844** : Fix issue where vis parent table filters are not applied to the right data values.
24
+
25
+
* Issue **#4837** : Change the fetching of OIDC config to use jersey client instead of Apache http client. The yaml properties `appConfig.security.authentication.openId.httpClient` and `proxyConfig.security.authentication.openId.httpClient` have been removed. Configuration of the jersey client is now done using `jerseyClients.OPEN_ID.` (see https://gchq.github.io/stroom-docs/docs/install-guide/configuration/stroom-and-proxy/common-configuration/#jersey-http-client-configuration).
26
+
27
+
* Issue **#4849** : Fix the default forwarding queue config so that it retries for HTTP and not for FILE. Add the config prop `queue.queueAndRetryEnabled` to control whether forwarding is queued with retry handling or not. Add the config prop `atomicMoveEnabled` to `forwardFileDestinations` items to allow disabling of atomic file moves when using a remote file system that doesn't support atomic moves.
Copy file name to clipboardExpand all lines: stroom-proxy/stroom-proxy-app/src/main/java/stroom/proxy/app/handler/ForwardFileDestinationFactoryImpl.java
0 commit comments