Skip to content

Commit

Permalink
chore: add 0.3.0 to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgz committed Jul 10, 2024
1 parent 9d9e0fd commit ca852b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.3.0 - 2024-07-10
* Extend bulk indexing API to support `update`.
* Last attempt of bulk, index each document individually if the bulk fails.
* Include lazy_document_attributes in the index repository
* Tune index settings for better performance during index reset

## 0.2.4 - 2023-11-15
* Add `limit` method to the `Esse::Search::Query` class
* Add `offset` method to the `Esse::Search::Query` class
Expand Down

0 comments on commit ca852b1

Please sign in to comment.