Skip to content

Releases: InCadence/coalesce

coalesce-0.2.3

02 Sep 19:30
Compare
Choose a tag to compare

Improvements

  • #309 Implemented support for username / password authentication with Elastic.
  • Implemented dependency-check reporting to be included with the Javadocs.
  • Updated docker-compose blueprints to contain OpenAPI references to be used with Swagger UI.

coalesce-0.2.2

12 Jul 13:38
Compare
Choose a tag to compare

Bugs Fixed:

  • Updated to ElasticGeo 2.16.1 which resolves an issue with threads not being released introduced with #259.
  • Resolved bug introduced in #259 which broke the geospatial queries with Elastic Search due to missing dependencies from the geotool suite.

Coalesce 0.2.1

18 Jun 10:34
Compare
Choose a tag to compare

Improvements:

  • Included OpenAPI annotations for generating endpoint documentation.
  • Included Swagger-UI with the distribution for rendering the documentation.

Coalesce 0.2.0

18 Jun 10:33
Compare
Choose a tag to compare

Improvements:

  • Updated dependencies to support OpenJDK 11
  • Updated GeoTools from 18.1 to 22.0 to support Elastic 7.4

0.0.44

30 Apr 11:26
Compare
Choose a tag to compare

Bugs Fixed:

  • #288 Cosmos LIKE Support

Improvements:

  • Configurable location for json files within the PropertyController

0.0.43

13 Feb 21:02
Compare
Choose a tag to compare

New Features

  • #282 Implemented a new endpoint (/cxf/core/property/whoami) to return the current principal exposing user information to front ends.

Improvements

  • #227 Modified Derby to truncate fields that exceed the character limitations so unit test don't have to be concerned with this limitation.
  • #278 Modified SearchDataController to only retain history if the query contains criteria other then coalesceentity.objectkey.
  • Updated pyCoalece to Python version 3
  • Refactored Tika & Stanford NLP OSGi bundles into the Coalesce baseline.
  • Refactored Cosmos persister to store attribute namespaces as nested JSON instead of flattening it into namespace_field.

Bugs Fixed

  • #279 Resolved issue with Derby sorting on fields not being returned.

0.0.42

12 Jan 15:25
Compare
Choose a tag to compare

New Features

  • #255 Mongo Implementation (Includes a MongoDB docker image in the docker-compose)
  • #256 Cosmos Implementation (Requires Azure or the Cosmos emulator)
  • #263 Expert Search result highlighting and feed view.

Improvements

  • #265 Replaced depreciated date/time pickers
  • Updated React version to 16.8.6 from 16.3.0
  • Updated material-ui version to 4.3.2 from 3.0.3
  • Refactored dialogs to use material-ui instead of react-popup

Bugs Fixed

  • #260 Resolved issue with exporting data from Expert Search containing additional columns.
  • #262 Resolved issue where capabilities were not retained when loading a saved query.

0.0.40

07 Aug 11:49
Compare
Choose a tag to compare

New Features

  • Added NGINX w/ CAC enabled authentication to the docker-compose.
  • Modified the ICoalescePrincipal and the CXF interceptor to pull additional user attributes from the headers.

Bugs Fixed

  • #224 Resolved issue with registering templates w/ Elastic
  • #228 Resolved issue with search GUID types in Elastic
  • #235 Resolved case sensitivity issues with the Entity Editor and record set names.
  • Wrapped the JodaDateTimeHelper initialization so instead of failing it now logs a warning when failing to parse DateTime formats.

0.0.39

22 Jul 11:26
Compare
Choose a tag to compare

New Features

  • #209 Implemented search history when performing queries through the REST API.

Improvements

  • Implemented option to sort results in Expert Search.
  • Implemented sorting on templates within Expert Search and the Template Editor.
  • #211 Implemented support for default values with the Template2Java.

Bugs Fixed

  • #214 Resolved issue with the creator not being exposed through the generated code from Template2Java
  • #216 Resolved issue with Derby not storing the status preventing queries from filtering out deleted entities.
  • #218 Resolved issue with the EnumerationProvider not recognizing coalesceentity.status by default.
  • #224 Resolved issue with registering template with Elastic.

0.0.38

28 Jun 19:08
Compare
Choose a tag to compare

New Features

  • Implemented generic CXF interceptor to convert headers into a security context.
  • Implemented CoalesceSimplePrincipal which defaults to the user running the process.
  • #198 Updated persisters to persist who created and last modified the entities
  • #203 Implemented a feature flag to restrict queries through the search API to limit the results to entities created by the current user.
  • Included creator and modified by as search criteria.

Improvements

  • Updated to using OpenJDK 8 and updated dependencies to be compatible with OpenJDK 11 (except GeoTools)
  • Removed length restriction when exporting search results
  • Expanded CoalesceTemplateUtil to also be a template cache.
  • Refactored linkage and entity data controllers to not use the CRUD service.

Bugs Fixed

  • #191 Resolved issue with using aliases for index names in Elastic.
  • #192 Resolved issue with operations sharing a common cached row set causing thread issues.