Skip to content

Commit

Permalink
chore: release 7.12.0
Browse files Browse the repository at this point in the history
Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Clément Vannicatte <[email protected]>
  • Loading branch information
algolia-bot and shortcuts committed Jan 7, 2025
1 parent e8941ee commit 8c768bb
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 10 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [7.12.0](https://github.com/algolia/algoliasearch-client-csharp/compare/7.11.2...7.12.0)

- [b569646304](https://github.com/algolia/api-clients-automation/commit/b569646304) fix(specs): drop singer from ingestion specs ([#4281](https://github.com/algolia/api-clients-automation/pull/4281)) by [@shortcuts](https://github.com/shortcuts/)
- [37223c9779](https://github.com/algolia/api-clients-automation/commit/37223c9779) feat(clients): cleanup after replaceAllObjects failure ([#3824](https://github.com/algolia/api-clients-automation/pull/3824)) by [@millotp](https://github.com/millotp/)
- [47b567fd0d](https://github.com/algolia/api-clients-automation/commit/47b567fd0d) chore(deps): dependencies 2025-01-06 ([#4299](https://github.com/algolia/api-clients-automation/pull/4299)) by [@algolia-bot](https://github.com/algolia-bot/)
- [5328ce8333](https://github.com/algolia/api-clients-automation/commit/5328ce8333) feat(specs): add notification settings to tasks ([#4297](https://github.com/algolia/api-clients-automation/pull/4297)) by [@millotp](https://github.com/millotp/)
- [e7b3898f06](https://github.com/algolia/api-clients-automation/commit/e7b3898f06) feat(clients): add optionnal scopes to replaceAllObjects ([#4296](https://github.com/algolia/api-clients-automation/pull/4296)) by [@millotp](https://github.com/millotp/)
- [47193ad3d1](https://github.com/algolia/api-clients-automation/commit/47193ad3d1) chore: revert release ([#4314](https://github.com/algolia/api-clients-automation/pull/4314)) by [@shortcuts](https://github.com/shortcuts/)
- [9e05bf278d](https://github.com/algolia/api-clients-automation/commit/9e05bf278d) fix(csharp): update deps to allow a range ([#4316](https://github.com/algolia/api-clients-automation/pull/4316)) by [@morganleroi](https://github.com/morganleroi/)

## [7.11.2](https://github.com/algolia/algoliasearch-client-csharp/compare/7.11.1...7.11.2)

- [0481473fe0](https://github.com/algolia/api-clients-automation/commit/0481473fe0) chore: trigger auto close pr ([#4250](https://github.com/algolia/api-clients-automation/pull/4250)) by [@shortcuts](https://github.com/shortcuts/)
Expand Down
2 changes: 1 addition & 1 deletion algoliasearch/Algolia.Search.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<RepositoryUrl>https://github.com/algolia/algoliasearch-client-csharp</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<RequireLicenseAcceptance>false</RequireLicenseAcceptance>
<Version>7.11.2</Version>
<Version>7.12.0</Version>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TargetFrameworks>netstandard2.1;netstandard2.0</TargetFrameworks>
<IncludeSymbols>true</IncludeSymbols>
Expand Down
2 changes: 1 addition & 1 deletion algoliasearch/Clients/AbtestingConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public sealed class AbtestingConfig : AlgoliaConfig
/// <param name="appId">Your application ID</param>
/// <param name="apiKey">Your API Key</param>
/// <param name="region">Targeted region (optional)</param>
public AbtestingConfig(string appId, string apiKey, string region = null) : base(appId, apiKey, "Abtesting", "7.11.2")
public AbtestingConfig(string appId, string apiKey, string region = null) : base(appId, apiKey, "Abtesting", "7.12.0")
{
DefaultHosts = GetDefaultHosts(region);
Compression = CompressionType.None;
Expand Down
2 changes: 1 addition & 1 deletion algoliasearch/Clients/AnalyticsConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public sealed class AnalyticsConfig : AlgoliaConfig
/// <param name="appId">Your application ID</param>
/// <param name="apiKey">Your API Key</param>
/// <param name="region">Targeted region (optional)</param>
public AnalyticsConfig(string appId, string apiKey, string region = null) : base(appId, apiKey, "Analytics", "7.11.2")
public AnalyticsConfig(string appId, string apiKey, string region = null) : base(appId, apiKey, "Analytics", "7.12.0")
{
DefaultHosts = GetDefaultHosts(region);
Compression = CompressionType.None;
Expand Down
2 changes: 1 addition & 1 deletion algoliasearch/Clients/IngestionConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public sealed class IngestionConfig : AlgoliaConfig
/// <param name="appId">Your application ID</param>
/// <param name="apiKey">Your API Key</param>
/// <param name="region">Targeted region </param>
public IngestionConfig(string appId, string apiKey, string region) : base(appId, apiKey, "Ingestion", "7.11.2")
public IngestionConfig(string appId, string apiKey, string region) : base(appId, apiKey, "Ingestion", "7.12.0")
{
DefaultHosts = GetDefaultHosts(region);
Compression = CompressionType.None;
Expand Down
2 changes: 1 addition & 1 deletion algoliasearch/Clients/InsightsConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public sealed class InsightsConfig : AlgoliaConfig
/// <param name="appId">Your application ID</param>
/// <param name="apiKey">Your API Key</param>
/// <param name="region">Targeted region (optional)</param>
public InsightsConfig(string appId, string apiKey, string region = null) : base(appId, apiKey, "Insights", "7.11.2")
public InsightsConfig(string appId, string apiKey, string region = null) : base(appId, apiKey, "Insights", "7.12.0")
{
DefaultHosts = GetDefaultHosts(region);
Compression = CompressionType.None;
Expand Down
2 changes: 1 addition & 1 deletion algoliasearch/Clients/MonitoringConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public sealed class MonitoringConfig : AlgoliaConfig
/// </summary>
/// <param name="appId">Your application ID</param>
/// <param name="apiKey">Your API Key</param>
public MonitoringConfig(string appId, string apiKey) : base(appId, apiKey, "Monitoring", "7.11.2")
public MonitoringConfig(string appId, string apiKey) : base(appId, apiKey, "Monitoring", "7.12.0")
{
DefaultHosts = GetDefaultHosts();
Compression = CompressionType.None;
Expand Down
2 changes: 1 addition & 1 deletion algoliasearch/Clients/PersonalizationConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public sealed class PersonalizationConfig : AlgoliaConfig
/// <param name="appId">Your application ID</param>
/// <param name="apiKey">Your API Key</param>
/// <param name="region">Targeted region </param>
public PersonalizationConfig(string appId, string apiKey, string region) : base(appId, apiKey, "Personalization", "7.11.2")
public PersonalizationConfig(string appId, string apiKey, string region) : base(appId, apiKey, "Personalization", "7.12.0")
{
DefaultHosts = GetDefaultHosts(region);
Compression = CompressionType.None;
Expand Down
2 changes: 1 addition & 1 deletion algoliasearch/Clients/QuerySuggestionsConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public sealed class QuerySuggestionsConfig : AlgoliaConfig
/// <param name="appId">Your application ID</param>
/// <param name="apiKey">Your API Key</param>
/// <param name="region">Targeted region </param>
public QuerySuggestionsConfig(string appId, string apiKey, string region) : base(appId, apiKey, "QuerySuggestions", "7.11.2")
public QuerySuggestionsConfig(string appId, string apiKey, string region) : base(appId, apiKey, "QuerySuggestions", "7.12.0")
{
DefaultHosts = GetDefaultHosts(region);
Compression = CompressionType.None;
Expand Down
2 changes: 1 addition & 1 deletion algoliasearch/Clients/RecommendConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public sealed class RecommendConfig : AlgoliaConfig
/// </summary>
/// <param name="appId">Your application ID</param>
/// <param name="apiKey">Your API Key</param>
public RecommendConfig(string appId, string apiKey) : base(appId, apiKey, "Recommend", "7.11.2")
public RecommendConfig(string appId, string apiKey) : base(appId, apiKey, "Recommend", "7.12.0")
{
DefaultHosts = GetDefaultHosts(appId);
Compression = CompressionType.None;
Expand Down
2 changes: 1 addition & 1 deletion algoliasearch/Clients/SearchConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public sealed class SearchConfig : AlgoliaConfig
/// </summary>
/// <param name="appId">Your application ID</param>
/// <param name="apiKey">Your API Key</param>
public SearchConfig(string appId, string apiKey) : base(appId, apiKey, "Search", "7.11.2")
public SearchConfig(string appId, string apiKey) : base(appId, apiKey, "Search", "7.12.0")
{
DefaultHosts = GetDefaultHosts(appId);
Compression = CompressionType.None;
Expand Down

0 comments on commit 8c768bb

Please sign in to comment.