diff --git a/CHANGELOG.md b/CHANGELOG.md index d5ebd1cf7c..860850ed8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Added ### Dependencies -- Bumps `YamlDotNet` from 16.0.0 to 16.1.3 -- Bumps `AWSSDK.Core` from 3.7.400.11 to 3.7.400.45 +- Bumps `YamlDotNet` from 16.0.0 to 16.2.0 +- Bumps `AWSSDK.Core` from 3.7.400.11 to 3.7.400.59 - Bumps `Fake.Core.SemVer` from 6.1.0 to 6.1.3 - Bumps `Bogus` from 35.6.0 to 35.6.1 - Bumps `Fake.Core.Environment` from 6.1.0 to 6.1.3 @@ -17,12 +17,15 @@ 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 - Bumps `FSharp.Core` from 8.0.400 to 8.0.401 - Bumps `JetBrains.Annotations` from 2024.2.0 to 2024.3.0 +- Bumps `xunit` from 2.8.0 to 2.9.2 +- Bumps `NSwag.Core` from 14.1.0 to 14.2.0 +- Bumps `Argu` from 6.2.4 to 6.2.5 ## [1.8.0] ### Added @@ -215,4 +218,4 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) [1.6.0]: https://github.com/opensearch-project/opensearch-net/compare/v1.5.0...v1.6.0 [1.5.0]: https://github.com/opensearch-project/opensearch-net/compare/v1.4.0...v1.5.0 [1.4.0]: https://github.com/opensearch-project/opensearch-net/compare/v1.3.0...v1.4.0 -[1.3.0]: https://github.com/opensearch-project/opensearch-net/compare/v1.2.0...v1.3.0 \ No newline at end of file +[1.3.0]: https://github.com/opensearch-project/opensearch-net/compare/v1.2.0...v1.3.0 diff --git a/abstractions/src/OpenSearch.OpenSearch.Xunit/OpenSearch.OpenSearch.Xunit.csproj b/abstractions/src/OpenSearch.OpenSearch.Xunit/OpenSearch.OpenSearch.Xunit.csproj index 5a67b8c78b..bb844416a1 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Xunit/OpenSearch.OpenSearch.Xunit.csproj +++ b/abstractions/src/OpenSearch.OpenSearch.Xunit/OpenSearch.OpenSearch.Xunit.csproj @@ -8,7 +8,7 @@ true - + diff --git a/src/ApiGenerator/ApiGenerator.csproj b/src/ApiGenerator/ApiGenerator.csproj index ba66810b43..3e5fcc7fde 100644 --- a/src/ApiGenerator/ApiGenerator.csproj +++ b/src/ApiGenerator/ApiGenerator.csproj @@ -9,11 +9,11 @@ true - + - - + + diff --git a/src/OpenSearch.Client/_Generated/ApiUrlsLookup.cs b/src/OpenSearch.Client/_Generated/ApiUrlsLookup.cs index 9d021a30da..7dc7f0cba9 100644 --- a/src/OpenSearch.Client/_Generated/ApiUrlsLookup.cs +++ b/src/OpenSearch.Client/_Generated/ApiUrlsLookup.cs @@ -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}" } + ); } } diff --git a/src/OpenSearch.Net.Auth.AwsSigV4/OpenSearch.Net.Auth.AwsSigV4.csproj b/src/OpenSearch.Net.Auth.AwsSigV4/OpenSearch.Net.Auth.AwsSigV4.csproj index eabede30d4..e135b07298 100644 --- a/src/OpenSearch.Net.Auth.AwsSigV4/OpenSearch.Net.Auth.AwsSigV4.csproj +++ b/src/OpenSearch.Net.Auth.AwsSigV4/OpenSearch.Net.Auth.AwsSigV4.csproj @@ -20,7 +20,7 @@ - + diff --git a/tests/Tests.Core/Tests.Core.csproj b/tests/Tests.Core/Tests.Core.csproj index b1813baad1..97284f751c 100644 --- a/tests/Tests.Core/Tests.Core.csproj +++ b/tests/Tests.Core/Tests.Core.csproj @@ -15,7 +15,7 @@ - + diff --git a/tests/Tests.YamlRunner/Tests.YamlRunner.fsproj b/tests/Tests.YamlRunner/Tests.YamlRunner.fsproj index dbfdadc495..6e4780b48e 100644 --- a/tests/Tests.YamlRunner/Tests.YamlRunner.fsproj +++ b/tests/Tests.YamlRunner/Tests.YamlRunner.fsproj @@ -31,7 +31,7 @@ - +