Releases: dbarbashov/Elasticsearch.FSharp
Releases · dbarbashov/Elasticsearch.FSharp
1.10.0
What's Changed
- Allow to override elastic field name by @techiedesu in #22
- Add rewrite param support by @dbarbashov in #27
- Implement nested query by @dbarbashov in #28
- Add track_total_hits support by @dbarbashov in #29
New Contributors
- @techiedesu made their first contribution in #22
Full Changelog: 1.9.0...1.10.0
1.9.0
Full Changelog: 1.8.0...1.9.0
1.8.0
What's Changed
- Added escapeString and escapeChar functions to correct serialize a st… by @NoInternetName in #21
- added support for ignore_above by @specer-f in #24
New Contributors
Full Changelog: 1.7.0...1.8.0
1.7.0
added ignore_malformed mapping parameter (#19) Co-authored-by: nikolay <[email protected]>
1.6.0
1.6.1 Update release.yaml
Release 1.1.0
Added ability to add sub fields in mappings.
Added FilterAgg back