Skip to content

stroom distribution v5.1-beta.10

Pre-release
Pre-release

Choose a tag to compare

@stroomdev66 stroomdev66 released this 26 Jan 18:20
· 75 commits to 5.1 since this release
  • Issue #567 : Changed parseUri to be parse-uri to keep it consistently named with respect to other XSLT functions. The old name parseUri still works but is deprecated and will be removed in a later version.

  • Issue #567 : The XSLT function parse-uri now correctly returns a schemeSpecificPart element rather than the incorrectly named schemeSpecificPort.

  • Issue #567 : The dashboard expression function extractSchemeSpecificPortFromUri has now been corrected to be called extractSchemeSpecificPartFromUri.

  • Issue #567 : The missing dashboard expression function extractQueryFromUri has been added.

  • Issue #571 : Streams are now updated to have a status of deleted in batches using native SQL and prepared statements rather than using the stream store.