Skip to content

Latest commit

 

History

History
548 lines (230 loc) · 18.7 KB

CHANGELOG.md

File metadata and controls

548 lines (230 loc) · 18.7 KB

Change Log

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

1.0.3 (2023-01-17)

Bug Fixes

1.0.2 (2022-12-05)

Bug Fixes

  • importing: safe check of internal.contentDigest (bbf1350), closes #168

1.0.1 (2022-11-29)

Bug Fixes

  • initial: when your index has objects without contentDigest, those should be skipped (a9c1bd2), closes #167

1.0.0 (2022-11-28)

Features

  • dependencies: support gatsby 5 (658018e), closes #166
  • indexing: simplify and rely on contentDigest (#162) (4cff643)

BREAKING CHANGES

  • indexing: make enablePartialUpdates true, and remove the option
  • indexing: rely on contentDigest only for matchFields and remove the option
  • indexing: remove the skipIndexing flag, use either dryRun or continueOnFailure

For migrating to v1 version smoothly:

  1. add id instead of objectID in your query
  2. query for internal { contentDigest } and do not transform it
  3. set enablePartialUpdates to true
  4. set matchFields to ['internal.contentDigest']

0.26.0 (2022-02-03)

Features

  • queries: allow variables in graphql query (4ee890d)

0.25.0 (2021-12-14)

Features

  • config: Allow options to be passed to algoliasearch (#158) (687ca20)

0.24.0 (2021-11-22)

Features

  • settings: allow keeping index settings using mergeSettings (#153) (362d4a1)

0.23.1 (2021-11-16)

Bug Fixes

0.23.0 (2021-11-03)

Bug Fixes

Features

  • peer: Allow installation with Gatsby 4 (#154) (a9477c8)

0.22.2 (2021-09-10)

Bug Fixes

0.22.1 (2021-08-23)

Bug Fixes

  • matchFields: don't remove unrelated objects (cedb355)

0.22.0 (2021-07-12)

Features

  • continueOnFailure: continue on env variables missing (7171a14), closes #141

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.