Releases: brokenhandsio/elasticsearch-nio-client
Releases · brokenhandsio/elasticsearch-nio-client
0.7.0
What's Changed
- Remove --enable-test-discovery argument by @tallnato in #25
- Make total hits optional by @tallnato in #23
- queryItems arg for custom func in ElasticsearchClient by @leonidas-o in #27
New Contributors
Full Changelog: 0.6.1...0.7.0
0.6.1
0.6.0
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
- @leonidas-o made their first contribution in #20
Full Changelog: 0.5.0...0.6.0
0.5.0
0.4.3
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
Fixes compilation issues in Swift 5.5
Full Changelog: 0.4.1...0.4.2
0.4.1
0.4.0
This PR adds support for getting a single document and scripting (#4). Also removes the dependency on Soto (#3)