Skip to content

v1.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Feb 23:11
· 273 commits to main since this release
2f30fdf

OpenSearch .NET Client v1.7.0

Version 1.7.0 of the OpenSearch .NET Client is now available to download from NuGet.

Added

  • Added .Strict(...), .Verbatim(...), .Name(...) methods on QueryContainer to help modify contained query attributes (#509)

Fixed

  • Fixed HttpConnection.ConvertHttpMethod to support Patch method (#489)
  • Fixed IEnumerable<int?> property mapping. (#503)
  • Fixed ConnectionConfiguration.DefaultMemoryStreamFactory actually used as default. (#552)
  • Fixed passing "auto" to the slices parameter (#553)

Dependencies

  • Bumps NSwag.Core.Yaml from 13.19.0 to 14.0.3
  • Bumps CSharpier.Core from 0.25.0 to 0.27.3
  • Bumps System.Text.Encodings.Web from 7.0.0 to 8.0.0
  • Bumps xunit.runner.visualstudio from 2.5.4 to 2.5.7
  • Bumps xunit from 2.6.2 to 2.7.0
  • Bumps Argu from 6.1.1 to 6.2.1
  • Bumps Microsoft.NET.Test.Sdk from 17.7.2 to 17.9.0
  • Bumps JetBrains.Annotations from 2023.2.0 to 2023.3.0
  • Bumps Bogus from 34.0.2 to 35.3.0
  • Bumps Octokit from 9.0.0 to 10.0.0
  • Bumps FSharp.Core from 8.0.100 to 8.0.101
  • Bumps Proc from 0.6.2 to 0.8.1
  • Bumps System.Text.Json from 8.0.0 to 8.0.1
  • Bumps Bullseye from 4.2.1 to 5.0.0
  • Bumps BenchMarkDotNet from 0.13.11 to 0.13.12
  • Bumps Microsoft.TestPlatform.ObjectModel from 17.8.0 to 17.9.0
  • Bumps SharpYaml from 2.1.0 to 2.1.1

What's Changed

  • [AUTO] Bump version on 1.x to 1.7.0 by @opensearch-trigger-bot in #468
  • Ensure generated code is in-line with the backported operations by @Xtansia in #473
  • [Backport 1.x] Bump BenchMarkDotNet, xunit, xunit.runner.visualstudio & CSharpier.Core by @Xtansia in #482
  • [Backport 1.x] Bump Argu from 6.1.1 to 6.1.4 by @opensearch-trigger-bot in #491
  • [Backport 1.x] Bump xunit.runner.visualstudio from 2.5.5 to 2.5.6 (#486) by @Xtansia in #493
  • [Backport 1.x] Bump JetBrains.Annotations from 2023.2.0 to 2023.3.0 (#494) by @Xtansia in #499
  • [Backport 1.x] Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 (#496) by @Xtansia in #498
  • [Backport 1.x] Bump Bogus from 34.0.2 to 35.3.0 (#495) by @Xtansia in #506
  • [Backport 1.x] Add support for PATCH in HttpConnection.ConvertHttpMethod (#489) by @assaftir in #507
  • Fix for IEnumerable<int?> property mapping ( #380 ) by @DumboJetEngine in #508
  • [Backport 1.x] Bump Octokit from 9.0.0 to 9.1.0 by @opensearch-trigger-bot in #513
  • [Backport 1.x] Bump FSharp.Core from 8.0.100 to 8.0.101 by @opensearch-trigger-bot in #514
  • [Backport 1.x] Bump Proc from 0.6.2 to 0.8.0 by @opensearch-trigger-bot in #516
  • [Backport 1.x] Updates references to security demo configuration (#480) by @Xtansia in #521
  • [Backport 1.x] Bump xunit from 2.6.3 to 2.6.5 (#492) by @Xtansia in #497
  • [Backport 1.x] Bump Proc from 0.8.0 to 0.8.1 by @opensearch-trigger-bot in #525
  • [Backport 1.x] Update Argu & xunit by @Xtansia in #526
  • [Backport 1.x] Bump System.Text.Json from 8.0.0 to 8.0.1 by @opensearch-trigger-bot in #531
  • [Backport 1.x] Bump Bullseye from 4.2.1 to 5.0.0 by @opensearch-trigger-bot in #532
  • [Backport 1.x] Bump NSwag.Core.Yaml from 13.20.0 to 14.0.2 (#530) by @Xtansia in #533
  • [Backport 1.x] Bump Octokit from 9.1.0 to 9.1.2 by @opensearch-trigger-bot in #537
  • [Backport 1.x] Bump BenchMarkDotNet & CSharpier.Core by @Xtansia in #538
  • [Backport 1.x] Added .Strict(...), .Verbatim(...), .Name(...) methods on QueryContainer to help modify contained query attributes. (#375) (#509) by @DumboJetEngine in #539
  • [Backport 1.x] Bump Microsoft.NET.Test.Sdk and Microsoft.TestPlatform.ObjectModel (#540) by @Xtansia in #542
  • [Backport 1.x] Bump NSwag.Core.Yaml from 14.0.2 to 14.0.3 (#541) by @Xtansia in #543
  • [Backport 1.x] Bump xunit.runner.visualstudio from 2.5.6 to 2.5.7 by @opensearch-trigger-bot in #547
  • [Backport 1.x] Bump SharpYaml from 2.1.0 to 2.1.1 by @opensearch-trigger-bot in #548
  • [Backport 1.x] Bump xunit from 2.6.6 to 2.7.0 by @opensearch-trigger-bot in #549
  • [Backport 1.x] Bump Octokit from 9.1.2 to 10.0.0 by @opensearch-trigger-bot in #557
  • [Backport 1.x] Bump Argu from 6.1.5 to 6.2.1 by @opensearch-trigger-bot in #558
  • [Backport 1.x] Bump CSharpier.Core from 0.27.2 to 0.27.3 (#556) by @Xtansia in #559
  • [Backport 1.x] Actually use ConnectionConfiguration.DefaultMemoryStreamFactory (#552) by @djimenez in #560
  • [Backport 1.x] Allow passing "auto" as the slices parameter by @opensearch-trigger-bot in #561
  • [1.x] Prepare 1.7.0 changelog for release by @Xtansia in #562

Full Changelog: v1.6.0...v1.7.0