Skip to content

chore(deps): major update dependency opensearch.client.jsonnetserializer to 2.0.0 - #199

Open
cheetahbot wants to merge 1 commit into
mainfrom
renovate/major-opensearch.client.jsonnetserializer-2.x
Open

chore(deps): major update dependency opensearch.client.jsonnetserializer to 2.0.0#199
cheetahbot wants to merge 1 commit into
mainfrom
renovate/major-opensearch.client.jsonnetserializer-2.x

Conversation

@cheetahbot

@cheetahbot cheetahbot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
OpenSearch.Client.JsonNetSerializer 1.8.02.0.0 age confidence

Release Notes

opensearch-project/opensearch-net (OpenSearch.Client.JsonNetSerializer)

v2.0.0

⚠️ Breaking Changes ⚠️
Changed
  • Changed the namespace client properties on IOpenSearchClient to return corresponding interfaces to better enable mocking & unit testing (#​646)
  • Changed NeuralQuery's ModelId to be optional (#​917)
  • Hardened AwsSigV4HttpConnection by computing the SigV4 signature against public crypto primitives (System.Security.Cryptography) and the public AWSSDKUtils helpers instead of the version-unstable internal Amazon.Runtime.Internal.Auth.AWS4Signer API. Produced signatures are unchanged — verified byte-for-byte against the existing known-answer tests and AWS's published SigV4 reference vector (for all DateTimeKinds, since the previous internal signer also normalized the signing time to UTC). (#​987)
  • Changed unreleased integration test matrix to use specific branch versions 1.3 and 2.19 (#​984)
  • Changed overrided docker image to major version instead of specific minor version in Jenkinsfile (#​991)
Added
  • Added conditions to the Microsoft.CSharp, System.Buffers & System.Diagnostics.DiagnosticSource dependencies so that they are not included on net 6+ as the newer framework's natively provides those dependencies. (#​930)
  • Added support for Hybrid query (#​917)
  • Added support for combined_fields query (#​956)
  • Added support for MaxDistance and MinScore to KnnQuery (#​917)
  • Added support for overriding the SigV4 signing host via the Host header, allowing requests to be dispatched to a different host/port than they are signed for (e.g. SSH local port forwarding or connecting directly to a tunnel), see #​978
  • Added 3.x support (#​974)
Removed
  • Removed support for the net461 target (#​256)
  • Removed the Features API which is not supported by OpenSearch from the low-level client (#​331)
  • Removed the deprecated low-level IndexTemplateV2 APIs in favour of the ComposableIndexTemplate APIs (#​437)
  • Removed support for dotnet 5 and dotnet 6 as they are EOL and out of support
Fixed
  • Fixed naming of ClusterManagerTimeout and MasterTimeout properties from *TimeSpanout in the low-level client (#​332)
  • Fixed StackOverflowException when serializing a KnnVectorProperty returned from a custom IPropertyVisitor via AutoMap (#​963)
  • Stabilized flaky pipeline-aggregation integration tests (moving average/function, derivative, serial differencing) that depended on the seeded date distribution filling every date_histogram bucket
Dependencies
  • Bumps System.Diagnostics.DiagnosticSource from 6.0.1 to 8.0.1
  • Bumps YamlDotNet from 16.0.0 to 16.3.0
  • Bumps AWSSDK.Core from 3.7.400.11 to 4.0.7.4
  • Bumps Fake.Core.SemVer from 6.1.0 to 6.1.3
  • Bumps Bogus from 35.6.0 to 35.6.3
  • Bumps Fake.Core.Environment from 6.1.0 to 6.1.3
  • Bumps FluentAssertions from 6.12.0 to 8.5.0
  • Bumps Microsoft.NET.Test.Sdk from 17.11.0 to 17.13.0
  • Bumps Microsoft.TestPlatform.ObjectModel from 17.11.0 to 17.14.1
  • Bumps BenchMarkDotNet from 0.13.12 to 0.15.0
  • Bumps Fake.IO.FileSystem from 6.1.0 to 6.1.3
  • Bumps Fake.IO.Zip from 6.1.0 to 6.1.3
  • Bumps Fake.Tools.Git from 6.1.0 to 6.1.3
  • Bumps CSharpier.Core from 0.29.1 to 1.0.3
  • Bumps Proc from 0.8.1 to 0.9.1
  • Bumps System.Text.Json from 8.0.4 to 8.0.6
  • Bumps JunitXml.TestLogger from 4.0.254 to 6.1.0
  • Bumps FSharp.Core from 8.0.400 to 9.0.300
  • Bumps JetBrains.Annotations from 2024.2.0 to 2024.3.0
  • Bumps Microsoft.Extensions.Caching.Memory from 6.0.0 to 8.0.1
  • Bumps xunit from 2.8.0 to 2.9.3
  • Bumps System.Buffers from 4.5.1 to 4.6.1
  • Bumps NSwag.Core from 14.1.0 to 14.4.0
  • Bumps Argu from 6.2.4 to 6.2.5
  • Bumps SemanticVersioning from 2.0.2 to 3.0.0
  • Bumps FSharp.Data from 6.4.0 to 6.6.0
  • Bumps Octokit from 13.0.1 to 14.0.0
  • Bumps Spectre.Console from 0.49.1 to 0.50.0
  • Bumps System.CommandLine.DragonFruit from 0.3.0-alpha.20371.2 to 0.3.0-alpha.21216.1
  • Bumps DiffPlex from 1.7.2 to 1.8.0
  • Bumps SharpYaml from 2.1.1 to 2.1.3
  • Bumps System.CommandLine from 2.0.0-beta4.22272.1 to 2.0.0-beta6.25358.103
  • Bumps Markdig from 0.41.2 to 0.41.3

Configuration

📅 Schedule: (in timezone Europe/Copenhagen)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • "after 12pm and before 4pm every weekday"

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@github-actions

Copy link
Copy Markdown

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
⚠️ CSHARP csharpier 20 1 0 15.2s
⚠️ CSHARP dotnet-format yes 1 no 0.78s
⚠️ CSHARP roslynator 2 1 0 26.79s
✅ DOCKERFILE hadolint 1 0 0 0.15s
✅ JSON jsonlint 4 0 0 0.14s
⚠️ JSON prettier 4 1 0 1.07s
⚠️ MARKDOWN markdownlint 1 12 0 1.12s
✅ MARKDOWN markdown-table-formatter 1 0 0 0.23s
✅ REPOSITORY betterleaks yes no no 1.18s
✅ REPOSITORY gitleaks yes no no 0.24s
✅ REPOSITORY grype yes no no 58.64s
✅ REPOSITORY secretlint yes no no 1.14s
✅ REPOSITORY syft yes no no 2.34s
✅ REPOSITORY trivy-sbom yes no no 0.5s
✅ REPOSITORY trufflehog yes no no 4.42s
✅ XML xmllint 1 0 0 0.19s
✅ YAML prettier 1 0 0 0.34s
✅ YAML v8r 1 0 0 2.56s
✅ YAML yamllint 1 0 0 0.52s

Detailed Issues

⚠️ CSHARP / csharpier - 1 error
Error ./src/Cheetah.WebApi.Test/Cheetah.WebApi.Test.csproj - Was not formatted.
  ----------------------------- Expected: Around Line 2 -----------------------------
  <Project Sdk="Microsoft.NET.Sdk">
    <PropertyGroup>
      <TargetFramework>net10.0</TargetFramework>
  ----------------------------- Actual: Around Line 2 -----------------------------
  <Project Sdk="Microsoft.NET.Sdk">
  
      <PropertyGroup>
  
Error ./src/Cheetah.WebApi/Cheetah.WebApi.csproj - Was not formatted.
  ----------------------------- Expected: Around Line 18 -----------------------------
      <PackageReference Include="Cheetah.Kafka" Version="2.4.0-upgrade-to-dotnet-10-SNAPSHOT14" />
      <PackageReference Include="Cheetah.OpenSearch" Version="2.0.0" />
      <PackageReference Include="FluentValidation.AspNetCore" Version="11.3.1" />
  ----------------------------- Actual: Around Line 18 -----------------------------
      <PackageReference Include="Cheetah.Kafka" Version="2.4.0-upgrade-to-dotnet-10-SNAPSHOT14" />
  	<PackageReference Include="Cheetah.OpenSearch" Version="2.0.0" />
      <PackageReference Include="FluentValidation.AspNetCore" Version="11.3.1" />
  
Error ./src/Cheetah.WebApi/Infrastructure/Installers/KafkaInstaller.cs - Was not formatted.
  ----------------------------- Expected: Around Line 47 -----------------------------
                      x.SetValueDeserializer(_ => Deserializers.Utf8);
                      x.ConfigureClient(cfg =>
                      {
  ----------------------------- Actual: Around Line 47 -----------------------------
                      x.SetValueDeserializer(_ => Deserializers.Utf8);
                      x.ConfigureClient(cfg =>·
                      {
  
Error ./src/Cheetah.WebApi/Infrastructure/Installers/ServiceInstaller.cs - Was not formatted.
  ----------------------------- Expected: Around Line 38 -----------------------------
                  {
                      if (hostEnvironment.IsDevelopment())
                      {
  ----------------------------- Actual: Around Line 38 -----------------------------
                  {
                      if (hostEnvironment.IsDevelopment()) {
                          cfg.WithConnectionSettings(settings => {
  
Error ./src/Cheetah.WebApi/Presentation/Controllers/KafkaControllerV2.cs - Was not formatted.
  ----------------------------- Expected: Around Line 53 -----------------------------
              var consumerOptions = new ConsumerOptions<Ignore, string>();
              consumerOptions.ConfigureClient(cfg =>
              {
  ----------------------------- Actual: Around Line 53 -----------------------------
              var consumerOptions = new ConsumerOptions<Ignore, string>();
              consumerOptions.ConfigureClient(cfg =>·
              {
  
Error ./src/Cheetah.WebApi/Program.cs - Was not formatted.
  ----------------------------- Expected: Around Line 117 -----------------------------
                          Predicate = _ => true,
                          ResponseWriter = UIResponseWriter.WriteHealthCheckUIResponse,
                      }
  ----------------------------- Actual: Around Line 117 -----------------------------
                          Predicate = _ => true,
                          ResponseWriter = UIResponseWriter.WriteHealthCheckUIResponse
                      }
  
Checked 20 files in 14932ms.
⚠️ CSHARP / dotnet-format - 1 error
Welcome to .NET 10.0!
---------------------
SDK Version: 10.0.301

----------------
Installed an ASP.NET Core HTTPS development certificate.
To trust the certificate, run 'dotnet dev-certs https --trust'
Learn about HTTPS: https://aka.ms/dotnet-https

----------------
Write your first app: https://aka.ms/dotnet-hello-world
Find out what's new: https://aka.ms/dotnet-whats-new
Explore documentation: https://aka.ms/dotnet-docs
Report issues and find source on GitHub: https://github.com/dotnet/core
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli
--------------------------------------------------------------------------------------
Unhandled exception: System.IO.FileNotFoundException: Could not find a MSBuild project file or solution file in ''. Specify which to use with the <workspace> argument.
   at Microsoft.CodeAnalysis.Tools.Workspaces.MSBuildWorkspaceFinder.FindWorkspace(String searchDirectory, String workspacePath)
   at Microsoft.CodeAnalysis.Tools.Workspaces.MSBuildWorkspaceFinder.FindWorkspace(String searchDirectory, String workspacePath)
   at Microsoft.CodeAnalysis.Tools.FormatCommandCommon.ParseWorkspaceOptions(ParseResult parseResult, FormatOptions formatOptions)
   at Microsoft.CodeAnalysis.Tools.Commands.RootFormatCommand.FormatCommandDefaultHandler.InvokeAsync(ParseResult parseResult, CancellationToken cancellationToken)
   at System.CommandLine.Invocation.InvocationPipeline.InvokeAsync(ParseResult parseResult, CancellationToken cancellationToken)
⚠️ MARKDOWN / markdownlint - 12 errors
README.md:23:97 error MD034/no-bare-urls Bare URL used [Context: "http://localhost:9898"]
README.md:29:6 error MD034/no-bare-urls Bare URL used [Context: "https://docs.github.com/en/pac..."]
README.md:107:27 error MD034/no-bare-urls Bare URL used [Context: "https://localhost:1851/swagger"]
README.md:108:26 error MD034/no-bare-urls Bare URL used [Context: "http://localhost:1751/swagger"]
README.md:109:21 error MD034/no-bare-urls Bare URL used [Context: "https://localhost:1851/health"]
README.md:110:27 error MD034/no-bare-urls Bare URL used [Context: "http://localhost:1861/metrics"]
README.md:111:24 error MD034/no-bare-urls Bare URL used [Context: "https://localhost:1852/swagger..."]
README.md:148 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "3. Access the Application"]
README.md:150:27 error MD034/no-bare-urls Bare URL used [Context: "https://localhost:1851/swagger"]
README.md:151:26 error MD034/no-bare-urls Bare URL used [Context: "http://localhost:1751/swagger"]
README.md:152:21 error MD034/no-bare-urls Bare URL used [Context: "https://localhost:1851/health"]
README.md:153:27 error MD034/no-bare-urls Bare URL used [Context: "http://localhost:1861/metrics"]
⚠️ JSON / prettier - 1 error
Checking formatting...
[warn] src/.config/dotnet-tools.json
[warn] src/Cheetah.WebApi/Properties/launchSettings.json
[warn] src/Cheetah.WebApi/appsettings.json
[warn] src/Cheetah.WebApi/swagger.json
[warn] Code style issues found in 4 files. Run Prettier with --write to fix.
⚠️ CSHARP / roslynator - 1 error
ould not be found (are you missing a using directive or an assembly reference?)
      Presentation/Controllers/KafkaControllerV2.cs(52,39): error CS0246: The type or namespace name 'ConsumerOptions<,>' could not be found (are you missing a using directive or an assembly reference?)
      Presentation/Controllers/KafkaControllerV2.cs(52,55): error CS0246: The type or namespace name 'Ignore' could not be found (are you missing a using directive or an assembly reference?)
      Presentation/Controllers/KafkaControllerV2.cs(109,40): error CS0246: The type or namespace name 'Null' could not be found (are you missing a using directive or an assembly reference?)
      Presentation/Controllers/KafkaControllerV2.cs(113,21): error CS0246: The type or namespace name 'Message<,>' could not be found (are you missing a using directive or an assembly reference?)
      Presentation/Controllers/KafkaControllerV2.cs(113,29): error CS0246: The type or namespace name 'Null' could not be found (are you missing a using directive or an assembly reference?)
      Infrastructure/Installers/KafkaInstaller.cs(23,18): error CS1061: 'IServiceCollection' does not contain a definition for 'AddCheetahKafka' and no accessible extension method 'AddCheetahKafka' accepting a first argument of type 'IServiceCollection' could be found (are you missing a using directive or an assembly reference?)
      Infrastructure/Installers/ServiceInstaller.cs(34,22): error CS1061: 'IServiceCollection' does not contain a definition for 'AddCheetahOpenSearch' and no accessible extension method 'AddCheetahOpenSearch' accepting a first argument of type 'IServiceCollection' could be found (are you missing a using directive or an assembly reference?)
      Core/Config/KafkaConsumerConfig.cs(5,18): warning CS1591: Missing XML comment for publicly visible type or member 'KafkaConsumerConfig'
      Core/Config/KafkaConsumerConfig.cs(7,29): warning CS1591: Missing XML comment for publicly visible type or member 'KafkaConsumerConfig.Position'
      Core/Config/KafkaConsumerConfig.cs(8,23): warning CS1591: Missing XML comment for publicly visible type or member 'KafkaConsumerConfig.Topic'
      Core/Config/KafkaConsumerConfig.cs(9,23): warning CS1591: Missing XML comment for publicly visible type or member 'KafkaConsumerConfig.ConsumerName'
      Core/Config/KafkaProducerConfig.cs(5,18): warning CS1591: Missing XML comment for publicly visible type or member 'KafkaProducerConfig'
      Core/Config/KafkaProducerConfig.cs(7,29): warning CS1591: Missing XML comment for publicly visible type or member 'KafkaProducerConfig.Position'
      Core/Config/KafkaProducerConfig.cs(8,23): warning CS1591: Missing XML comment for publicly visible type or member 'KafkaProducerConfig.Topic'
      Core/Config/KafkaProducerConfig.cs(9,23): warning CS1591: Missing XML comment for publicly visible type or member 'KafkaProducerConfig.ProducerName'
      Core/Config/PrometheusConfig.cs(3,18): warning CS1591: Missing XML comment for publicly visible type or member 'PrometheusConfig'
      Core/Config/PrometheusConfig.cs(5,29): warning CS1591: Missing XML comment for publicly visible type or member 'PrometheusConfig.Position'
      Core/Config/PrometheusConfig.cs(6,20): warning CS1591: Missing XML comment for publicly visible type or member 'PrometheusConfig.Port'
      Core/Config/WebApiConfig.cs(9,18): warning CS1591: Missing XML comment for publicly visible type or member 'WebApiConfig'
      Core/Config/WebApiConfig.cs(11,29): warning CS1591: Missing XML comment for publicly visible type or member 'WebApiConfig.Position'
      Core/Models/DateAndValue.cs(5,14): warning CS1591: Missing XML comment for publicly visible type or member 'DateAndValue<T>'
      Core/Models/DateAndValue.cs(7,27): warning CS1591: Missing XML comment for publicly visible type or member 'DateAndValue<T>.Date'
      Core/Models/DateAndValue.cs(8,14): warning CS1591: Missing XML comment for publicly visible type or member 'DateAndValue<T>.Value'
      Infrastructure/Installers/FluentValidationInstaller.cs(9,25): warning CS1591: Missing XML comment for publicly visible type or member 'FluentValidationInstaller'
      Infrastructure/Installers/FluentValidationInstaller.cs(11,28): warning CS1591: Missing XML comment for publicly visible type or member 'FluentValidationInstaller.InstallFluentValidation(IServiceCollection)'
      Infrastructure/Installers/HealthCheckInstaller.cs(6,25): warning CS1591: Missing XML comment for publicly visible type or member 'HealthCheckInstaller'
      Infrastructure/Installers/HealthCheckInstaller.cs(8,28): warning CS1591: Missing XML comment for publicly visible type or member 'HealthCheckInstaller.InstallHealthChecks(IServiceCollection)'
      Infrastructure/Installers/KafkaInstaller.cs(12,25): warning CS1591: Missing XML comment for publicly visible type or member 'KafkaInstaller'
      Infrastructure/Installers/KafkaInstaller.cs(14,28): warning CS1591: Missing XML comment for publicly visible type or member 'KafkaInstaller.InstallKafka(IServiceCollection, IConfigurationRoot)'
      Infrastructure/Installers/OpenApiInstaller.cs(16,25): warning CS1591: Missing XML comment for publicly visible type or member 'OpenApiInstaller'
      Infrastructure/Installers/OpenApiInstaller.cs(18,28): warning CS1591: Missing XML comment for publicly visible type or member 'OpenApiInstaller.InstallOpenAPI(IServiceCollection)'
      Infrastructure/Installers/ServiceInstaller.cs(13,25): warning CS1591: Missing XML comment for publicly visible type or member 'ServiceInstaller'
      Infrastructure/Installers/ServiceInstaller.cs(15,28): warning CS1591: Missing XML comment for publicly visible type or member 'ServiceInstaller.InstallServices(IServiceCollection, IHostEnvironment, IConfigurationRoot)'
      Presentation/Controllers/DefaultController.cs(6,14): warning CS1591: Missing XML comment for publicly visible type or member 'DefaultController'
      Presentation/Controllers/DefaultController.cs(9,27): warning CS1591: Missing XML comment for publicly visible type or member 'DefaultController.RedirectToSwagger()'
      Presentation/Controllers/ErrorController.cs(8,14): warning CS1591: Missing XML comment for publicly visible type or member 'ErrorController'
      Presentation/Controllers/ErrorController.cs(11,26): warning CS1591: Missing XML comment for publicly visible type or member 'ErrorController.HandleErrorDevelopment(IHostEnvironment)'
      Presentation/Controllers/ErrorController.cs(27,26): warning CS1591: Missing XML comment for publicly visible type or member 'ErrorController.HandleError()'
      Presentation/Controllers/KafkaController.cs(28,16): warning CS1591: Missing XML comment for publicly visible type or member 'KafkaController.KafkaController(IConsumer<Ignore, string>, IProducer<Null, string>, IOptions<KafkaProducerConfig>, ILogger<KafkaController>)'
      Presentation/Controllers/KafkaControllerV2.cs(30,16): warning CS1591: Missing XML comment for publicly visible type or member 'KafkaController2.KafkaController2(IOptions<KafkaProducerConfig>, IOptions<KafkaConsumerConfig>, ILogger<KafkaController>, KafkaClientFactory)'
      Presentation/Controllers/OpenSearchController.cs(15,18): warning CS1591: Missing XML comment for publicly visible type or member 'OpenSearchController'
      Presentation/Controllers/OpenSearchController.cs(19,16): warning CS1591: Missing XML comment for publicly visible type or member 'OpenSearchController.OpenSearchController(IOpenSearchClient)'
      Program.cs(21,18): warning CS1591: Missing XML comment for publicly visible type or member 'Program'
      Program.cs(23,28): warning CS1591: Missing XML comment for publicly visible type or member 'Program.Main(string[])'
    Analyzed project 'src/Cheetah.WebApi/Cheetah.WebApi.csproj' (in 4.1 s)
    
     2 CS0103 
     6 CS0234 
    27 CS0246 
     2 CS1061 
    37 CS1591 Missing XML comment for publicly visible type or member
    
    74 diagnostics found



(Truncated to last 8000 characters out of 13939)

Notices

📣 MegaLinter 9.5.0 is out! Discover the new features and security recommendations in the release announcement. (Skip this info by defining SECURITY_SUGGESTIONS: false)

See detailed reports in MegaLinter artifacts

Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)

  • Documentation: Custom Flavors
  • Command: npx mega-linter-runner@9.6.0 --custom-flavor-setup --custom-flavor-linters CSHARP_DOTNET_FORMAT,CSHARP_CSHARPIER,CSHARP_ROSLYNATOR,DOCKERFILE_HADOLINT,JSON_JSONLINT,JSON_PRETTIER,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_GITLEAKS,REPOSITORY_BETTERLEAKS,REPOSITORY_GRYPE,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,XML_XMLLINT,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

MegaLinter is graciously provided by OX Security
Show us your support by starring ⭐ the repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant