All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.0.3 (2023-01-17)
1.0.2 (2022-12-05)
1.0.1 (2022-11-29)
- initial: when your index has objects without contentDigest, those should be skipped (a9c1bd2), closes #167
1.0.0 (2022-11-28)
- dependencies: support gatsby 5 (658018e), closes #166
- indexing: simplify and rely on contentDigest (#162) (4cff643)
- 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:
- add
id
instead ofobjectID
in your query - query for
internal { contentDigest }
and do not transform it - set
enablePartialUpdates
totrue
- set
matchFields
to['internal.contentDigest']
0.26.0 (2022-02-03)
- queries: allow variables in graphql query (4ee890d)
0.25.0 (2021-12-14)
0.24.0 (2021-11-22)
0.23.1 (2021-11-16)
0.23.0 (2021-11-03)
0.22.2 (2021-09-10)
0.22.1 (2021-08-23)
- matchFields: don't remove unrelated objects (cedb355)
0.22.0 (2021-07-12)
0.21.0 (2021-07-08)
- settings: forward rules and synonyms to index to write (ad7e076)
0.20.1 (2021-05-31)
- continueOnError: correct error usage (8e8c0a1)
0.20.0 (2021-05-18)
- add dryRun option (#134) (57239ff)
- core: Migrate to [email protected] (#135) (bfa7180)
0.19.0 (2021-04-14)
0.18.2 (2021-04-13)
0.18.1 (2021-04-12)
0.18.0 (2021-03-30)
0.17.0 (2021-03-12)
- security: make gatsby a peer dependency (251b825)
0.16.5 (2021-03-12)
- performance: allow a slower response to avoid timeouts (7641b45)
0.16.4 (2021-03-12)
0.16.3 (2021-02-03)
0.16.2 (2020-12-17)
0.16.1 (2020-11-16)
0.16.0 (2020-11-07)
0.15.0 (2020-11-05)
0.14.1 (2020-10-26)
- settings: allow empty settings again (8d0f8cd)
0.14.0 (2020-10-23)
0.13.0 (2020-10-13)
0.12.1 (2020-09-16)
0.12.0 (2020-09-16)
- partial: matchFields is now required when using enablePartialUpdates to prevent issues
0.11.2 (2020-07-28)
0.11.1 (2020-06-01)
0.11.0 (2020-05-04)
0.10.0 (2020-05-04)
0.9.0 (2020-04-24)
0.8.1 (2020-04-23)
0.8.0 (2020-04-20)
0.7.0 (2020-04-10)
0.6.0 (2020-04-01)
- exists: prevent empty index from being overridden (e587abe)
0.5.0 (2019-11-18)
- settings: wait for task to finish (67f4e46)
- 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)
0.3.4 (2019-09-11)
0.3.3 (2019-08-12)
0.3.2 (2019-07-03)
0.3.1 (2019-07-03)
0.3.0 (2018-11-13)
0.2.0 (2018-10-02)
0.1.1 (2018-09-28)
- Make sure people use the right name for
query
(2b47488)
0.1.0 (2018-09-05)
- 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)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.