Change Log

Full list of changes in this release.
  • Issue #4682 : Improve Plan B filter error handling.

  • Change receiptId format to <epoch ms>_<seq no>_<(P|S)>_<proxyId or stroom nodeName>. P|S represents stroom or Proxy.

  • Change stroom to also set the receiptId meta attribute on receipt or upload.

  • Change proxy logging to still log datafeed events even if the metaKeys config prop is empty.

  • Issue #4695 : Change proxy to re-create the proxy ID in proxy-id.txt if the value in there does not match the required pattern.

  • Fix the sleep time in UniqueIdGenerator (from 50ms to 0.1ms).

  • Fix tests that were breaking the build.

  • Change the format of proxy receiptIds. They now look like 0000001736533752496_0000_TestProxy with the first part being the epoch millis for when it was generated and the last part is the proxy ID.

  • Change default identityProviderType to INTERNAL_IDP in stroom prod config.

  • Issue #4661 : Use Apache HttpClient.

  • Issue #4378 : Add reporting.

  • Issue #2201 : New proxy implementation.

Last modified February 11, 2025: Merge branch '7.7' into 7.8 (9d9eb5e)