Elasticsearch .NET v7.4.1 Release Notes

Release Date: 2019-11-15 // over 4 years ago
  • 7.4.0...7.4.1

    ๐Ÿ”‹ 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 contains charset
    • #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 a SnapshotLifecycleManagement namespace in 7.4.0.

    Miscellaneous

    • #4208 Use MemoryStreamFactory everywhere
    • #4220 Replace links to elasticsearch.org with elastic.co
    • #4221 Fix spelling mistakes.
    • ๐Ÿš€ #4223 Diff release version against previous version from Nuget

    View the full list of issues and PRs