Skip to content

Release 0.3.10

Compare
Choose a tag to compare
@gjeanmart gjeanmart released this 02 Oct 12:11
· 32 commits to master since this release

Features:

  • New query filter: NOT_IN - query.notIn(Collection<?> terms)
  • Ability to pass an existing connection to build ElasticSearchService …

Bugs:

  • Fix com.fasterxml.jackson.core:jackson-databind security alert (moderate security: CVE-2019-14379 - CVE-2019-14439)
  • Fix com.fasterxml.jackson.core:jackson-databind security alert (moderate security: CVE-2019-16335 - CVE-2019-14540)
  • Fix asynchronous pinning scheduler stop when pinning raised an unexpected exception
  • Asynchronous pinning: flag to _pinning=true only if every single replica has successfully pinned the content.

Misc: