Skip to content

v7.1-beta.18

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Jan 10:49
· 7288 commits to master since this release
  • Issue #2819 : Scale query expression panel height so all items can be viewed on scroll.

  • Issue #2860 : Retry (with backoff) when indexing to an Elasticsearch cluster and the cluster reports it is overloaded. This improves indexing success rate, reducing the chance of streams being generated when a cluster is under heavy load.

  • Issue #3127 : Fix ClassCastException when clearing a cache on the Caches screen.

  • Issue #3143 : Fix NPE when modifying a property value.

  • Issue #3145 : Fix initial API Key expiry so it picks up the default value from config.

  • Issue #3136 : Simplify code that finds effective reference data streams. Add more debug logging.

  • Issue #3159 : Improve appearance of user Task Manager.

  • Issue #3141 : Increase default width of global property editor dialog.

  • Issue #3166 : Fix stream import when the zip contains a mix of single-part and multi-part streams.

  • Issue #3136 : Fix the reference data lookup logic that determines if a ref stream contains a given map or not. Fix NPE in RefDataLookupRequest#toString(). Change ReferenceDataResult to hold message templates to reduce memory use. Change RefDataStoreHolder to only add available maps once per ref stream. Improve in app logging of lookups.

  • Issue #3140 : Ignore processor filter updates on import.

  • Issue #3125 : Fix import rename and move so that imported items end up renamed in explorer and store.

  • Issue #3148 : Fix dependencies screen showing status of Missing for the Ref Data and Dual Searchables. Also fix the missing icon on that screen for Searchables.