Skip to content

Latest commit

 

History

History
194 lines (83 loc) · 6.59 KB

CHANGELOG.md

File metadata and controls

194 lines (83 loc) · 6.59 KB

Change Log

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

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.