Skip to content

v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Mar 23:49
· 285 commits to main since this release
2b5bb7e

OpenSearch .NET Client v1.3.0

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

Added

  • Added support for Amazon OpenSearch Serverless request signing (#133)

Changed

  • Updated SDK to .NET 6 (#126)

Removed

  • Removed net461 target from internal packages (#128)

Fixed

  • Fixed parsing of date histogram buckets (#131)
  • Allow passing both boolean and integer values to TrackTotalHits (#121)

Security

  • CVE-2019-0820: Removed transitive dependencies on System.Text.RegularExpressions from internal packages; Client Not Impacted (#137)

Dependencies

  • Bumps SemanticVersioning from 0.8.0 to 2.0.2
  • Bumps Microsoft.NET.Test.Sdk from 16.5.0 to 17.4.1
  • Bumps Octokit from 0.32.0 to 4.0.3
  • Bumps BenchMarkDotNet from 0.13.1 to 0.13.4
  • Bumps System.Reactive from 3.1.1 to 5.0.0
  • Bumps SharpZipLib from 1.0.4 to 1.4.1 (#136)
  • Bumps FSharp.Core from 4.7.0 to 6.0.7
  • Bumps FSharp.Data from 3.1.1 to 5.0.2
  • Bumps AWSSDK.Core from 3.7.12.11 to 3.7.103.17
  • Bumps JunitXml.TestLogger from 2.1.78 to 3.0.124
  • Bumps Fake.* from 5.15.0 to 5.23.1
  • Bumps ConfigureAwaitChecker.Analyzer from 4.0.0 to 5.0.0.1
  • Bumps Bogus from 22.1.2 to 34.0.2
  • Bumps ShellProgressBar from 5.0.0 to 5.2.0
  • Bumps FluentAssertions from 5.10.3 to 6.10.0
  • Bumps SharpYaml from 1.6.5 to 2.1.0
  • Bumps Newtonsoft.Json from 13.0.1 to 13.0.2
  • Bumps Fake.Core.SemVer from 5.23.1 to 6.0.0
  • Bumps System.Diagnostics.DiagnosticSource from 5.0.0 to 6.0.0
  • Bumps Microsoft.NETFramework.ReferenceAssemblies from 1.0.0-preview.2 to 1.0.3

What's Changed

  • Add changelog and changelog verifier by @harshavamsi in #111
  • Updating to version 1.2.1 for future release by @harshavamsi in #115
  • Added dependabot_changelog workflow to update changelog for dependabot by @nhtruong in #118
  • Use .NET 6 SDK by @Xtansia in #126
  • Remove net461 target from internal packages by @Xtansia in #128
  • Updated MAINTAINERS.md format. by @dblock in #132
  • Bump SharpZipLib from 1.0.7 to 1.4.1 by @Xtansia in #136
  • Ensure Dependabot PR workflow retriggers on label change by @Xtansia in #135
  • Remove transitive dependencies on System.Text.RegularExpressions from test projects by @Xtansia in #137
  • Support AwsSigV4 signing for Amazon OpenSearch Serverless by @Xtansia in #133
  • Bump JunitXml.TestLogger from 2.1.78 to 3.0.114 by @dependabot in #107
  • Update the FSharp.Core and FSharp.Data dependencies by @Xtansia in #140
  • Bump BenchMarkDotNet from 0.13.3 to 0.13.4 by @dependabot in #144
  • Update the Fake.* dependencies by @Xtansia in #141
  • Build and publish API documentation with docfx by @Xtansia in #134
  • Bump ConfigureAwaitChecker.Analyzer from 4.0.0 to 5.0.0.1 by @dependabot in #146
  • Configure Mend for GitHub.com by @mend-for-github-com in #122
  • Fix parsing of DateHistogramBucket key by @Xtansia in #131
  • Allow setting TrackTotalHits to both boolean and integer values by @Xtansia in #121
  • Bump Bogus from 22.1.2 to 34.0.2 by @dependabot in #148
  • Bump ShellProgressBar from 5.0.0 to 5.2.0 by @dependabot in #149
  • Remove ApiGenerator by @Xtansia in #156
  • Bump FluentAssertions from 5.10.3 to 6.10.0 by @Xtansia in #155
  • Bump JunitXml.TestLogger from 3.0.114 to 3.0.124 by @dependabot in #161
  • Bump SharpYaml from 1.6.5 to 2.1.0 by @dependabot in #160
  • Bump Newtonsoft.Json from 13.0.1 to 13.0.2 by @dependabot in #165
  • Bump Fake.Core.SemVer from 5.23.1 to 6.0.0 by @dependabot in #164
  • Onboard to 1-click release process by @gaiksaya in #162
  • Bump System.Diagnostics.DiagnosticSource from 5.0.0 to 6.0.0 by @dependabot in #168
  • Bump Microsoft.NETFramework.ReferenceAssemblies from 1.0.0-preview.2 to 1.0.3 by @dependabot in #169
  • Prepare to release version 1.3.0 by @Xtansia in #167
  • Increment jenkins lib version to 2.1.1 by @gaiksaya in #171
  • Increment jenkins library version to accommodate a bug-fix by @gaiksaya in #173

New Contributors

Full Changelog: v1.2.0...v1.3.0