2.0.0-rc1
Pre-release
Pre-release
Release Candidate
This is the release candidate for NEST 2.x! Many improvements and fixes went into this release, including providing support for two new target frameworks, dotnet5.1 (.NETPlatform5.1) and net46 (.NETFramework4.6). As always, your feedback on this release are very welcome!
Improvements
- #1697 SUPPORT .NET CORE WITH DNX TOOLING
- #1089 Refactor to use
System.Linq.Expressions.ExpressionVisitor - #1686 Support
other_bucketandother_bucket_keyin filters aggregations - #1705 AutoMap/Infer
TimeSpanproperties as long ticks - #1742 Support looping of named aggregation buckets
- #1755 Add .NET 4.6 as a target framework
Bug Fixes
- #985 Reindex supports
_parentand_routing - #1433 Reindex supports reindexing one/many/all types within the from index
- #1490 Update now supports fields and is not generic
- #1612 Unify the methods and overloads available on
Query<T> - #1634 Ensure consistent purified Uris across all supported platforms
- #1708 Property Name should resolve to the last token
- #1729 Add Aggregation Metadata
- #1731 Use custom
JsonConverterswhen supplied on deriveJsonNetSerializer - #1763 Add
_timestamptoIHit<T> - #1763 Add
_ttltoIHit<T> - #1766 when passed an a
nullreference for string, returnnullreference forDateMath - #1767
Fieldsshould not be null on response when specified on request - #1772 Fix deficiencies in the dnx tooling for supporting dependency version ranges
- #1778 Align request/response type names
- #1776 Rename types in line with Naming Conventions
- #1773 Make
ConnectionSettingsprotected onJsonNetSerializer