amccool / AM.Extensions.Logging.ElasticSearch

Microsoft.Extensions.Logging compatible logger posting to ElasticSearch
MIT License
3 stars 4 forks source link

Bump NEST from 6.0.2 to 7.17.3 #73

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps NEST from 6.0.2 to 7.17.3.

Release notes

Sourced from NEST's releases.

7.17.3

https://github.com/elastic/elasticsearch-net/compare/7.17.2...7.17.3

Dependencies

  • #6473 Bump newtonsoft dependency to 13.0.1 to respond to vulnerability

View the full list of issues and PRs

7.17.2

https://github.com/elastic/elasticsearch-net/compare/7.17.1...7.17.2

Enhancements

  • #6275 Add searchable snapshot action for ILM (issue: #6262)
  • #6276 Add CopyFrom to SetProcessor (issue: #6147)
  • #6408 Add missing data attribute to pipeline on ReindexDestiation (issue: #6151)

View the full list of issues and PRs

7.17.1

https://github.com/elastic/elasticsearch-net/compare/7.17.0...7.17.1

Bug Fixes

  • #6107 Fix type for AverageResponseTime on node stats response (issue: #5953)
  • #6110 Fix username rule when returned as array (issue: #5272)
  • #6263 Fix API versioning validation on NETFX (issue: #6260)

View the full list of issues and PRs

7.17.0

https://github.com/elastic/elasticsearch-net/compare/7.16.0...7.17.0

Features & Enhancements

  • #6070 Add IgnoreUnmapped to GeoDistanceQuery, GeoBoundingBoxQuery and GeoPolygon (issue: #6066)
  • #6094 Add shard_stats to primary index stats (issue: #6079)
  • #6101 Support index template v2 APIs in NEST

Bug Fixes

  • #6085 Support version on ingest pipelines (issue: #6082)
  • #6088 Add missing fields for IpProperty (issue: #6067)
  • #6090 Support deserialisation of simple scripts (issue: #5684)
  • #6091 Add missing TermVectorOption (issue: #6078)
  • #6095 Update boxplot to handle non-numeric values (issue: #6050)
  • #6098 Move explain to body in search template API (issue: #5040)

Breaking Changes

... (truncated)

Changelog

Sourced from NEST's changelog.

7.x

7.17.0 [2022-02-01]

https://github.com/elastic/elasticsearch-net/compare/7.16.0...7.17.0

Features & Enhancements

  • #6070 Add IgnoreUnmapped to GeoDistanceQuery, GeoBoundingBoxQuery and GeoPolygon (issue: #6066)
  • #6094 Add shard_stats to primary index stats (issue: #6079)
  • #6101 Support index template v2 APIs in NEST

Bug Fixes

  • #6085 Support version on ingest pipelines (issue: #6082)
  • #6088 Add missing fields for IpProperty (issue: #6067)
  • #6090 Support deserialisation of simple scripts (issue: #5684)
  • #6091 Add missing TermVectorOption (issue: #6078)
  • #6095 Update boxplot to handle non-numeric values (issue: #6050)
  • #6098 Move explain to body in search template API (issue: #5040)

Breaking Changes

To align with naming elsewhere during the implementation of NEST APIs for index template v2, some of the low-level client types and methods have been renamed:

  • ExistsIndexTemplateRequestParameters => IndexTemplateV2ExistsRequestParameters
  • ExistsTemplateForAll => TemplateV2ExistsForAll
  • ExistsTemplateForAllAsync => TemplateV2ExistsForAllAsync

7.16.0 [2021-12-08]

https://github.com/elastic/elasticsearch-net/compare/7.15.2...7.16.0

Enhancements

Bugs

  • #6055 Fix cleanup repository patch and regen LL code (issue: #6054)

7.15.2 [2021-10-28]

https://github.com/elastic/elasticsearch-net/compare/7.15.1...7.15.2

Bug Fixes

  • #6038 Support wildcard field in WildcardQuery (issue: #6033)
  • #6042 Support deprecated range query properties

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #74.