Skip to content

0.0.35

Compare
Choose a tag to compare
@dclemenzi dclemenzi released this 28 Feb 02:08
· 403 commits to master since this release

Bugs Fixed

  • #104 Resolved issue with the Map UI loading the base URL from the state instead of the props.
  • #110 Resolved issue with random records being deleted from the Elastic indexes.
  • #133 Resolved issue with coalesce-core exporting the classification packages.
  • Resolved issue where the MarkAsDelete parameter was backwards in the Delete Operation.
  • Resolved issue with the ResourceEnumerationProviderImpl throwing NoClassDefFoundError when dependency was missing.
  • Resolved issue requiring the CORS extension when debugging React UIs.

New Features

  • #111 Implemented ability to customize Elastic indexes created during registration such as setting number of shards, replication, etc.
  • #115 Implemented Verify Operation which can be used to verify database integrity.
  • #116 Implemented a shaded bundle for the HDFS client. Also included a docker-compose file for testing.
  • #122 Implemented a Distributed Operation to scale the synchronizer across a Kafka or other messaging queues.
  • #125 Implemented ability to multi-select when selecting templates to load into the template-editor.
  • #126 Implemented ability to delete templates from the file persister.
  • Modified settings to not write default values if not set in the property file.
  • Increased the with of the Manager's dialog when editing beans to make them more usable.