Skip to content

v7.11.0

Choose a tag to compare

@github-actions github-actions released this 04 Mar 14:50
· 723 commits to master since this release

v7.11.0

  • Bug : Change proxy event store to close its appenders on app shutdown.

  • Bug : Fix missing docker managed volues for proxy zip_file_ingest and zip_file_ingest_failed directories.

  • Bug : Fix NPE in downstreamHostConfig ctor if there is no hostname, which is a possibility.

  • Bug : Fix incorrect path for /datafeed in the ProxyWelcomeServlet response.

  • Bug : Move the /queues proxy endpoint from the app port to the admin port.

  • Bug #5424 : Change the receiptCheckMode RECEIVE_ALL to no longer check for the existence of the feed. Add the receiptCheckMode FEED_EXISTENCE to perform a feed existence check.

  • Bug : Fix subPathTemplate.enabled defaulting to false if subPathTemplate has been set in the yaml, but enabled has not.

  • Bug : Fix bug in proxy which will throw an error if subPathTemplate contains repeated vars, e.g. ${year}/${year}-${month}.