Skip to content

Releases: olivere/elastic

Release 3.0.69

16 Jun 13:03
Compare
Choose a tag to compare
  • Fix leaks in healtchecker and sniffer (#545)

Release 2.0.59

16 Jun 13:05
Compare
Choose a tag to compare
  • Support using services with context (#503)
  • Fix leaks in healtchecker and sniffer (#546)

Release 5.0.39

29 May 12:30
Compare
Choose a tag to compare
  • Add the Snapshot Create API (#533)
  • Fix some changes in the JSON response (#532 and #530)
  • Add Percentiles Bucket pipeline aggregation (#529)

Release 5.0.38

29 May 12:27
Compare
Choose a tag to compare

Fix prefix query. It uses "value":"..." instead of "prefix":"..." in 5.x.

Release 5.0.37

06 May 16:09
Compare
Choose a tag to compare

This release adds a few missing fields to the NestedQuery DSL (see cec324) and the BulkResponseItem (see 42b0e5).

Furthermore, we now use github.com/pkg/errors to enhance error messages, especially on connection problems (see 879b6d). Before this change, you could only see that there was a problem, but the underlying error wasn't available any more. Starting with this release, the error message now contains the underlying error, and you can even access it with github.com/pkg/errors.

Notice that with this change in place you should no longer compare err == elastic.ErrNoClient directly. If you want to filter out connection errors, use the elastic.IsConnErr(err) helper instead.

Release 5.0.36

23 Apr 10:52
Compare
Choose a tag to compare

This version switches from "golang.org/x/net/context" to "context" from standard library. It also removes the ctxhttp helper and replaces it with http.Request.WithContext(...).

Release 5.0.35

18 Apr 21:22
Compare
Choose a tag to compare
  • Elasticsearch disabled Content-Type negotiation with 5.3.0. We now always pass Content-Type: application/json by default (#511).

Release 5.0.34

14 Apr 09:12
Compare
Choose a tag to compare
  • Add version field in response to Index Template Get API
  • Add version and cause fields in request to Index Template Put API

Release 5.0.33

14 Apr 08:42
Compare
Choose a tag to compare
  • Add Matrix stats aggregation

Release 5.0.32

10 Apr 11:37
Compare
Choose a tag to compare
  • Add TermsLookup to TermsQuery (#500)
  • Add Snapshot Repository API (#508)
  • Remove needless mutex in ExponentialBackoff (#499)
  • Add field collapsing to Search API (#498)
  • Change geo_bbox to geo_bounding_box (#506)
  • Change mlt to more_like_this (#507)