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
* Update auth api version
* Add clientId and clientSecret to config
* Update API keys (needed aud)
* Issue **#1338** : Added new config options to control the maximum size of some caches: `stroom.pipeline.parser.maxPoolSize`, `stroom.pipeline.schema.maxPoolSize`, `stroom.pipeline.schema.maxPoolSize`, `stroom.pipeline.xslt.maxPoolSize`, `stroom.entity.maxCacheSize`, `stroom.referenceData.mapStore.maxCacheSize`.
* Issue **#642** : Downloading query details now ignores hidden fields.
* Issue **#1337** : Fixed issue where downloading large numbers of search results in Excel format was exceeding maximum style count of 64000.
* Issue **#1341** : Added XSRF protection to GWT RPC requests.
* Issue **#1335** : Made session cookie `Secure` and `HttpOnly`.
* Issue **#1334** : Fix 404 when accessing `/stroom/resourcestore/........`, i.e. fix Tools->Export.
* Issue **#1333** : Improved resilience against XSS attacks.
* Issue **#1330** : Allow configuration of `Content-Type` in HTTPAppender.
* Issue **#1327** : Improvements to annotations.
* Issue **#1328** : Increased size of data window and removed max size restrictions.
* Issue **#1324** : Improved logging and added SSL options for HTTPAppender.