Skip to content

0.0.33

Compare
Choose a tag to compare
@dclemenzi dclemenzi released this 13 Dec 13:42
· 517 commits to master since this release

Bugs Fixed

  • #73 Fixed Docker image name
  • Fixed issue where some persisters were treating the startindex as a page number instead of an offset
  • Fixed issue with the last modified and date created not showing up in the entity editor UI
  • Fixed issue in the search UI with operands that contained multiple values
  • Fixed issue with Derby not using the normalized parameter names and therefore not being able to determine the context
  • Fixed issue with the optional resolutions on the OSGi imports causing dependency issues. Refactored code to no longer use *; resolution=optional
  • Resolved findbug warnings from 156 down to 99 remaining
  • OEBDP-192 Fixed issue with JSON formats and unescaped backslashes
  • Updated ElasticGeo to version 2.14-INC - Version 2.13.3 plus these changes:
  • OEBDP-182 ElasticGeo uses the query hints for highlighting and aggregations therefore the Coalesce persister was modified to pass them through once we updated to version 2.14-INC which included a fix for why we had to modify the hints in the first place.

New Features

  • Implemented ability to assign different controls based on the URI matching a regex within the CacheControlFilter.
  • Implemented ability to specify the page number and size within the search UI
  • Implemented SQL Server persister
  • Implemented a uploadToServer field in the entity schema (Currently only the SQL Server persister uses this)
  • Implemented a scanner based on the uploadToServer field
  • Implemented a merge operation
  • Implemented a docker compose file for Accumulo
  • Included the pyCoalesce documentation within the javadoc WAR