Features & Enhancements
- #5151 Support point in time searches
- #5098 Add hard_bounds for histograms
- #5104 Add QueryCache columns to CatNodesRecord (issue: #5096)
- #5116 Add authentication type to AuthenticateResponse (issue: #5096)
- #5121 Add ignore_keywords flag to word delimiter graph (issue: #5096)
- #5123 Generate initial NEST code for 7.10.1
- #5137 Add point in time APIs (issue: #5096)
- #5142 Implement grant API key (issue: #5096)
- #5147 Support clear api key cache (issue: #5096)
- #5148 Support indexing pressure on NodeStats (issue: #5096)
Infrastructure
Minor breaking change risk
GetRole
, GetRoleAsync
, GetRoleMapping
and GetRoleMappingAsync
APIs have been updated to support using the Names
parameter, rather than Name
. In the majority of cases, this should be non-breaking because the types support implicit casting. Reflection based usage will be affected. We have review this change and feel it is preferable that the API correctly support specifying multiple, comma separated names.