Skip to content

Releases: brokenhandsio/elasticsearch-nio-client

0.6.1

09 Nov 09:43
90be7e2
Compare
Choose a tag to compare

What's Changed

  • Use the username/password for requests by @rcarver in #21

New Contributors

Full Changelog: 0.6.0...0.6.1

0.6.0

28 Sep 22:27
598cda2
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release

What's Changed

  • Add support for index creation by @niklhut in #15
  • Use hashable id instead of string and allow hashable document to be updated with its own id. by @niklhut in #14
  • Retrieve total count from multiple documents response by @niklhut in #17
  • Bump actions/checkout from 3 to 4 by @dependabot in #19
  • add customSearch func with query arg of type Data by @leonidas-o in #20
  • Add support for custom requests by @niklhut in #16

New Contributors

Full Changelog: 0.5.0...0.6.0

0.5.0

06 Oct 16:21
525b7a5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.3...0.5.0

0.4.3

14 Feb 17:14
331474c
Compare
Choose a tag to compare

What's Changed

  • Bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #6
  • Bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #7
  • Add experimental iOS support by @0xTim in #9

Full Changelog: 0.4.2...0.4.3

0.4.2

23 Oct 17:24
d9dcaec
Compare
Choose a tag to compare

Fixes compilation issues in Swift 5.5

Full Changelog: 0.4.1...0.4.2

0.4.1

18 May 09:10
4ef4e9a
Compare
Choose a tag to compare

Add better complex search support

0.4.0

17 May 14:41
0ddebc2
Compare
Choose a tag to compare

⚠️ This release contains breaking changes if you're using Elasticsearch on AWS. If so, you should migrate to the new Soto Elasticsearch NIO Client which wraps this library ⚠️

This PR adds support for getting a single document and scripting (#4). Also removes the dependency on Soto (#3)

0.3.1

31 Mar 15:46
92f7f3b
Compare
Choose a tag to compare

Provides the status code from Elasticsearch in the error if it has it. This is useful for checking for not found errors in case an index doesn't exist yet

0.3.0

29 Mar 12:06
eafbe2a
Compare
Choose a tag to compare

Adds support for performing paginated search queries in Elasticsearch

0.2.2

01 Mar 22:13
d47cf30
Compare
Choose a tag to compare

Return a failed future if there are no operations to perform for the bulk API function