Skip to content

Commit

Permalink
prepare release of v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen-G committed May 7, 2021
1 parent f86d402 commit c037b9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [2.0.0]

### Added
- Indices are now configured through a IndexConfiguration class and repository
- Both Match and MultiMatch queries may now specify a 'fuzziness', the default stays 'auto'
Expand All @@ -19,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Sorting now uses the default Scout `orderBy()` method
- The MultiMatch now accepts a `fields` array with the fields to search in
- The Engine now uses Elastic's bulk operations to speed up updates of models

### Fixed
- Running `scout:flush` now actually deletes the contents of an index
Expand Down

0 comments on commit c037b9d

Please sign in to comment.