Files
backstage/plugins/search-backend-module-elasticsearch/CHANGELOG.md
T
github-actions[bot] 3369ade8c0 Version Packages
2021-11-11 11:07:58 +00:00

763 B

@backstage/plugin-search-backend-module-elasticsearch

0.0.5

Patch Changes

  • 36350bf8b3: Pinning version of elastic search client to 7.13.0 to prevent breaking change towards third party ElasticSearch clusters on 7.14.0.

0.0.4

Patch Changes

  • f0c2c81676: Added rejectUnauthorized config option

0.0.3

Patch Changes

  • a13f21cdc: Implement optional pageCursor based paging in search.

    To use paging in your app, add a <SearchResultPager /> to your SearchPage.tsx.

  • Updated dependencies

    • @backstage/search-common@0.2.0

0.0.2

Patch Changes

  • 76872096b: Fix to allow optionally reading auth parameter for custom hosted ElasticSearch instances. Also remove bearer auth config since it's currently unsupported.