Skip to content

Latest commit

 

History

History
410 lines (170 loc) · 13.8 KB

CHANGELOG.md

File metadata and controls

410 lines (170 loc) · 13.8 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.21.0 (2021-07-08)

Bug Fixes

  • settings: forward rules and synonyms to index to write (ad7e076)

0.20.1 (2021-05-31)

Bug Fixes

  • continueOnError: correct error usage (8e8c0a1)

0.20.0 (2021-05-18)

Features

0.19.0 (2021-04-14)

Features

0.18.2 (2021-04-13)

Bug Fixes

  • enablePartialUpdates requires only one of the matchFields (#130) (9d3ffc8), closes #128

0.18.1 (2021-04-12)

Bug Fixes

  • Correct reporter usage + set correct peerDep, engines (#127) (a6ce625)

0.18.0 (2021-03-30)

Features

0.17.0 (2021-03-12)

Features

  • security: make gatsby a peer dependency (251b825)

0.16.5 (2021-03-12)

Bug Fixes

  • performance: allow a slower response to avoid timeouts (7641b45)

0.16.4 (2021-03-12)

Bug Fixes

  • security: Update gatsby-cli to patch vulnerability in yargs (#120) (654a4eb)

0.16.3 (2021-02-03)

Bug Fixes

  • settings: avoid index settings being wiped (#112) (5433e95)

0.16.2 (2020-12-17)

Bug Fixes

  • indexing: reference correct object for partial update no match (#114) (daaa77e), closes #113

0.16.1 (2020-11-16)

Bug Fixes

0.16.0 (2020-11-07)

Features

0.15.0 (2020-11-05)

Features

  • indexing: allow plugin to work with repeated single index in queries by batching (#103) (ec29090)

0.14.1 (2020-10-26)

Bug Fixes

  • settings: allow empty settings again (8d0f8cd)

0.14.0 (2020-10-23)

Features

0.13.0 (2020-10-13)

Features

  • concurrentQueries: add option to disable queries happening at the same time (#96) (165aed1)

0.12.1 (2020-09-16)

Bug Fixes

  • define variable for fields check (#94) (150e675)

0.12.0 (2020-09-16)

Bug Fixes

  • partial: make matchFields required (dcb93c8), closes #93

BREAKING CHANGES

  • partial: matchFields is now required when using enablePartialUpdates to prevent issues

0.11.2 (2020-07-28)

Bug Fixes

0.11.1 (2020-06-01)

0.11.0 (2020-05-04)

Bug Fixes

  • settings: use main settings if not provided in query (#65) (8eea55c)

0.10.0 (2020-05-04)

Bug Fixes

0.9.0 (2020-04-24)

Bug Fixes

  • settings: allow user provided settings to be replicated (6f65b81), closes #57

0.8.1 (2020-04-23)

Bug Fixes

  • allow "id" instead of "objectID" again (#56) (4de4b1b)

0.8.0 (2020-04-20)

Features

0.7.0 (2020-04-10)

Features

  • replica: prevent temporary indices to have replicas (#51) (b3e6fad)

0.6.0 (2020-04-01)

Features

  • exists: prevent empty index from being overridden (e587abe)

0.5.0 (2019-11-18)

Bug Fixes

  • settings: wait for task to finish (67f4e46)

BREAKING CHANGES

  • settings: indexing will take a slight bit longer if settings are applied to be more sure we don't set settings on the wrong index.

0.4.0 (2019-11-07)

Features

  • transformer: Wait for me! 🙋‍♂️ Ability to await the data transformer (#40) (d47e35f), closes #25

0.3.4 (2019-09-11)

Bug Fixes

  • settings: await settings to be sent before moving indices (231221e), closes #37

0.3.3 (2019-08-12)

0.3.2 (2019-07-03)

Bug Fixes

  • pkg: add index.js to files (282b151), closes #32

0.3.1 (2019-07-03)

Bug Fixes

0.3.0 (2018-11-13)

Features

  • settings: allow user to set settings for each query individually (#17) (ea6e8b1)

0.2.0 (2018-10-02)

Bug Fixes

  • don't "atomic" index when there's no info in main index (#12) (1be256f)

Features

0.1.1 (2018-09-28)

Features

  • Make sure people use the right name for query (2b47488)

0.1.0 (2018-09-05)

Features

  • Atomic indexing (cc351f0)
    • this will add one more index while you're indexing to always have live data on your index

0.0.4 (2018-05-30)

Features

  • Allow multiple indices (fd6d9e5)
  • make indexName in query and transformer optional (337fdc8)

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.