|
| 1 | +[[release-notes-8.1.0]] |
| 2 | +== Release notes v8.1.0 |
| 3 | + |
| 4 | +A core theme of the 8.1.0 release is the reintroduction of many features which |
| 5 | +were missing from the 8.0 releases. The 8.x client still does NOT have full |
| 6 | +feature parity with NEST and we continue to work on closing these gaps. |
| 7 | + |
| 8 | +[discrete] |
| 9 | +=== Enhancements |
| 10 | + |
| 11 | +[discrete] |
| 12 | +==== Support for additional endpoints |
| 13 | + |
| 14 | +Adds support for the following endpoints: |
| 15 | + |
| 16 | +- Cluster.AllocationExplain |
| 17 | +- Cluster.Stats |
| 18 | +- Cluster.PendingTasks |
| 19 | +- DanglingIndices.List |
| 20 | +- Enrich.DeletePolicy |
| 21 | +- Enrich.ExecutePolicy |
| 22 | +- Enrich.PutPolicy |
| 23 | +- Enrich.Stats |
| 24 | +- Graph.Explore |
| 25 | +- IndexManagement.UpdateAliases |
| 26 | +- Ingest.GeoIpStats |
| 27 | +- Ingest.GetPipeline |
| 28 | +- Ingest.ProcessorGrok |
| 29 | +- Ingest.PutPipeline |
| 30 | +- Ingest.Simulate |
| 31 | +- MultiTermVectors |
| 32 | +- RenderSearchTemplate |
| 33 | +- SearchTemplate |
| 34 | +- Tasks.Cancel |
| 35 | +- Tasks.Get |
| 36 | +- Tasks.List |
| 37 | +- TermVectors |
| 38 | + |
| 39 | +[discrete] |
| 40 | +==== Support for additional queries |
| 41 | + |
| 42 | +Adds support for the following queries: |
| 43 | + |
| 44 | +- Geo distance |
| 45 | +- Geo bounding box |
| 46 | +- Geo polygon |
| 47 | +- Pinned |
| 48 | +- Range queries (date and numeric) |
| 49 | +- Raw (can be used as a client specific fallback for missing queries by sending raw JSON) |
| 50 | + |
| 51 | +[discrete] |
| 52 | +==== Support for additional aggregations |
| 53 | + |
| 54 | +Adds support for the following aggregations: |
| 55 | + |
| 56 | +- Boxplot |
| 57 | +- Bucket sort |
| 58 | +- Composite |
| 59 | +- Cumulative sum |
| 60 | +- Geo bounds |
| 61 | +- Geo centroid |
| 62 | +- Geo distance |
| 63 | +- Geo line |
| 64 | +- Geohash grid |
| 65 | +- Geohex grid |
| 66 | +- Geotile grid |
| 67 | +- IP prefix |
| 68 | +- Multi terms |
| 69 | +- Rare terms |
| 70 | +- Significant terms |
| 71 | +- Weighted average |
| 72 | + |
| 73 | +[discrete] |
| 74 | +==== Other enhancements |
| 75 | + |
| 76 | +- *Add support for geo distance sorting.* |
| 77 | +Adds support for specifying a `GeoDistanceSort` on `SortOptions`. |
| 78 | +- *Add support for weight score on FunctionScore.* |
| 79 | +Adds support for specifying a weight score value on the `FunctionScore` type. |
| 80 | +- *Code generate XML doc comments.* |
| 81 | +The code generator now adds XML doc comments to types and members when present in |
| 82 | +the Elasticsearch specification. This acts as an aid when exploring the API in an |
| 83 | +IDE such as Visual Studio. |
| 84 | +- *Add additional client overloads.* |
| 85 | +Adds additional overloads to the `ElasticsearchClient` and namespaced sub-clients |
| 86 | +that allow consumers to provide a descriptor instance used when building requests. |
| 87 | +- *Add support for bool query operators in Query DSL for object initializer syntax* |
| 88 | +Adds support for using operators `&&``, `||`, `!` and `+` to build up bool queries |
| 89 | +using the object initializer syntax. NOTE: Operators are not yet supported for |
| 90 | +combining queires defined using the fluent descriptor syntax. |
0 commit comments