Skip to content

Commit

Permalink
Bump CSharpier.Core, System.Text.Encodings.Web and System.Text.Json (o…
Browse files Browse the repository at this point in the history
…pensearch-project#863)

* Bump CSharpier.Core, System.Text.Encodings.Web and System.Text.Json

Bumps [CSharpier.Core](https://github.com/belav/csharpier), [System.Text.Encodings.Web](https://github.com/dotnet/runtime) and [System.Text.Json](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `CSharpier.Core` from 0.29.2 to 0.30.2
- [Release notes](https://github.com/belav/csharpier/releases)
- [Changelog](https://github.com/belav/csharpier/blob/main/CHANGELOG.md)
- [Commits](belav/csharpier@0.29.2...0.30.2)

Updates `System.Text.Encodings.Web` from 8.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v8.0.0)

Updates `System.Text.Json` from 8.0.5 to 8.0.5
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.5...v8.0.5)

Signed-off-by: Thomas Farr <[email protected]>

---
updated-dependencies:
- dependency-name: CSharpier.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Text.Encodings.Web
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* changelog

Signed-off-by: Thomas Farr <[email protected]>

* re-run codegen

Signed-off-by: Thomas Farr <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Thomas Farr <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Farr <[email protected]>
(cherry picked from commit b514527)
  • Loading branch information
dependabot[bot] authored and Xtansia committed Dec 9, 2024
1 parent 2c8d9fb commit 5f75279
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 32 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.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 0.29.2
- Bumps `CSharpier.Core` from 0.29.1 to 0.30.2
- Bumps `Proc` from 0.8.1 to 0.8.2
- Bumps `System.Text.Json` from 8.0.4 to 8.0.5
- Bumps `JunitXml.TestLogger` from 4.0.254 to 4.1.0
Expand Down
2 changes: 1 addition & 1 deletion src/ApiGenerator/ApiGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PreserveCompilationContext>true</PreserveCompilationContext>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CSharpier.Core" Version="0.29.2" />
<PackageReference Include="CSharpier.Core" Version="0.30.2" />
<PackageReference Include="Glob" Version="1.1.9" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NSwag.Core" Version="14.1.0" />
Expand Down
75 changes: 45 additions & 30 deletions src/OpenSearch.Client/_Generated/ApiUrlsLookup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,51 +45,66 @@ namespace OpenSearch.Client
{
internal static partial class ApiUrlsLookups
{
internal static readonly ApiUrls CatAllPitSegments =
new(new[] { "_cat/pit_segments/_all" });
internal static readonly ApiUrls CatAllPitSegments = new(
new[] { "_cat/pit_segments/_all" }
);

internal static readonly ApiUrls CatPitSegments = new(new[] { "_cat/pit_segments" });

internal static readonly ApiUrls CatSegmentReplication =
new(new[] { "_cat/segment_replication", "_cat/segment_replication/{index}" });
internal static readonly ApiUrls CatSegmentReplication = new(
new[] { "_cat/segment_replication", "_cat/segment_replication/{index}" }
);

internal static readonly ApiUrls ClusterDeleteComponentTemplate =
new(new[] { "_component_template/{name}" });
internal static readonly ApiUrls ClusterDeleteComponentTemplate = new(
new[] { "_component_template/{name}" }
);

internal static readonly ApiUrls ClusterComponentTemplateExists =
new(new[] { "_component_template/{name}" });
internal static readonly ApiUrls ClusterComponentTemplateExists = new(
new[] { "_component_template/{name}" }
);

internal static readonly ApiUrls ClusterGetComponentTemplate =
new(new[] { "_component_template", "_component_template/{name}" });
internal static readonly ApiUrls ClusterGetComponentTemplate = new(
new[] { "_component_template", "_component_template/{name}" }
);

internal static readonly ApiUrls ClusterPutComponentTemplate =
new(new[] { "_component_template/{name}" });
internal static readonly ApiUrls ClusterPutComponentTemplate = new(
new[] { "_component_template/{name}" }
);

internal static readonly ApiUrls NoNamespaceCreatePit =
new(new[] { "{index}/_search/point_in_time" });
internal static readonly ApiUrls NoNamespaceCreatePit = new(
new[] { "{index}/_search/point_in_time" }
);

internal static readonly ApiUrls NoNamespaceDeleteAllPits =
new(new[] { "_search/point_in_time/_all" });
internal static readonly ApiUrls NoNamespaceDeleteAllPits = new(
new[] { "_search/point_in_time/_all" }
);

internal static readonly ApiUrls NoNamespaceDeletePit =
new(new[] { "_search/point_in_time" });
internal static readonly ApiUrls NoNamespaceDeletePit = new(
new[] { "_search/point_in_time" }
);

internal static readonly ApiUrls NoNamespaceGetAllPits =
new(new[] { "_search/point_in_time/_all" });
internal static readonly ApiUrls NoNamespaceGetAllPits = new(
new[] { "_search/point_in_time/_all" }
);

internal static readonly ApiUrls IndicesDeleteComposableTemplate =
new(new[] { "_index_template/{name}" });
internal static readonly ApiUrls IndicesDeleteComposableTemplate = new(
new[] { "_index_template/{name}" }
);

internal static readonly ApiUrls IndicesComposableTemplateExists =
new(new[] { "_index_template/{name}" });
internal static readonly ApiUrls IndicesComposableTemplateExists = new(
new[] { "_index_template/{name}" }
);

internal static readonly ApiUrls IndicesGetComposableTemplate =
new(new[] { "_index_template", "_index_template/{name}" });
internal static readonly ApiUrls IndicesGetComposableTemplate = new(
new[] { "_index_template", "_index_template/{name}" }
);

internal static readonly ApiUrls IndicesPutComposableTemplate =
new(new[] { "_index_template/{name}" });
internal static readonly ApiUrls IndicesPutComposableTemplate = new(
new[] { "_index_template/{name}" }
);

internal static readonly ApiUrls IndicesStats =
new(new[] { "_stats", "{index}/_stats", "{index}/_stats/{metric}", "_stats/{metric}" });
internal static readonly ApiUrls IndicesStats = new(
new[] { "_stats", "{index}/_stats", "{index}/_stats/{metric}", "_stats/{metric}" }
);
}
}

0 comments on commit 5f75279

Please sign in to comment.