Features & Enhancements
- #4201 Add
pipeline
to ReindexDestination for ReindexOnServer (#4183). Thanks @andrx 👍 - #4202 Allow MemoryStreamFactory to be pluggable
- #4204 Update Recyclable memory stream factory with upstream changes
- #4222 Add support for WKT with GeoLocation type
- #4225 Remove lat/lon bound checks from GeoLocation
- #4178 Security API changes to add owner flag
Bug Fixes
- #4186 Fix PutLifecycle invalid JSON generated for actions (#4218)
- #4197 Fix deserialization of anonymous bucket in filters aggregation containing only
doc_count
(#4214) - #4213 Fix
DynamicResponse
not parsing when mimetype containscharset
- #4217 Serialize own
IProperty
implementations (#4219)
Breaking Change*
-
#4182 Remove redundant SLM types.
These types were mistakenly included in 7.4.0, generated under an
Slm
namespace. Whilst removing them in a patch release is technically a breaking change, they would never have been able to be used, because types were generated under aSnapshotLifecycleManagement
namespace in 7.4.0.
Miscellaneous
- #4208 Use MemoryStreamFactory everywhere
- #4220 Replace links to
elasticsearch.org
withelastic.co
- #4221 Fix spelling mistakes.
- #4223 Diff release version against previous version from Nuget