Skip to content

0.18.0: ES7

Compare
Choose a tag to compare
@mfshao mfshao released this 18 Dec 20:08
· 34 commits to master since this release
f27573f

Release Notes

For: uc-cdis/guppy

Notes since tag: 0.17.1

Notes to tag/commit: 0.18.0

Generated: 2023-12-18

Improvements

  • Guppy will send CSRF token in request headers if available (#251)
  • Move from travis to GH action (#247)

Dependency Updates

  • Remove unused dep csurf (#251)
  • Bumps
    @babel/traverse
    to 7.23.2 and updates ancestor dependency
    storybook.
    These dependencies need to be updated together. (#245)

Bug Fixes

  • Fixed a bug cause inaccurate total count being returned from query after
    updating to ES7 (#250)

Breaking Changes

  • Any environment using ElasticSearch 6.x will break with the new version
    (#200)

Deployment Changes

  • We need to upgrade the target environment to use ElasticSearch 7.10 or
    OpenSearch before using this new guppy. (#200)
  • We also need to upgrade Tube to new version that is compatible with ES7.
    Checking this link for the
    corresponding PR of Tube. (#200)