Skip to content

Commit

Permalink
update changelog (generated)
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
  • Loading branch information
algolia-bot and millotp committed Sep 11, 2024
1 parent 5e0efbb commit a362e48
Show file tree
Hide file tree
Showing 167 changed files with 239 additions and 239 deletions.
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.3.0</Version>
<Version>7.3.1</Version>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TargetFrameworks>netstandard2.1;netstandard2.0</TargetFrameworks>
<IncludeSymbols>true</IncludeSymbols>
Expand Down
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.3.0")
public AbtestingConfig(string appId, string apiKey, string region = null) : base(appId, apiKey, "Abtesting", "7.3.1")
{
DefaultHosts = GetDefaultHosts(region);
Compression = CompressionType.None;
Expand Down
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.3.0")
public AnalyticsConfig(string appId, string apiKey, string region = null) : base(appId, apiKey, "Analytics", "7.3.1")
{
DefaultHosts = GetDefaultHosts(region);
Compression = CompressionType.None;
Expand Down
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.3.0")
public IngestionConfig(string appId, string apiKey, string region) : base(appId, apiKey, "Ingestion", "7.3.1")
{
DefaultHosts = GetDefaultHosts(region);
Compression = CompressionType.None;
Expand Down
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.3.0")
public InsightsConfig(string appId, string apiKey, string region = null) : base(appId, apiKey, "Insights", "7.3.1")
{
DefaultHosts = GetDefaultHosts(region);
Compression = CompressionType.None;
Expand Down
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.3.0")
public MonitoringConfig(string appId, string apiKey) : base(appId, apiKey, "Monitoring", "7.3.1")
{
DefaultHosts = GetDefaultHosts();
Compression = CompressionType.None;
Expand Down
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.3.0")
public PersonalizationConfig(string appId, string apiKey, string region) : base(appId, apiKey, "Personalization", "7.3.1")
{
DefaultHosts = GetDefaultHosts(region);
Compression = CompressionType.None;
Expand Down
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.3.0")
public QuerySuggestionsConfig(string appId, string apiKey, string region) : base(appId, apiKey, "QuerySuggestions", "7.3.1")
{
DefaultHosts = GetDefaultHosts(region);
Compression = CompressionType.None;
Expand Down
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.3.0")
public RecommendConfig(string appId, string apiKey) : base(appId, apiKey, "Recommend", "7.3.1")
{
DefaultHosts = GetDefaultHosts(appId);
Compression = CompressionType.None;
Expand Down
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.3.0")
public SearchConfig(string appId, string apiKey) : base(appId, apiKey, "Search", "7.3.1")
{
DefaultHosts = GetDefaultHosts(appId);
Compression = CompressionType.None;
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/algoliasearch-client-go/algolia/insights/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/algoliasearch-client-go/algolia/search/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ private BuildConfig() {
// Empty.
}

public static final String VERSION = "4.3.0";
public static final String VERSION = "4.3.1";
}
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-java/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.algolia
VERSION_NAME=4.3.0
VERSION_NAME=4.3.1

SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import type { SearchMethodParams } from '../model/searchMethodParams';
import type { SearchResponse } from '../model/searchResponse';
import type { SearchResponses } from '../model/searchResponses';

export const apiClientVersion = '5.4.0';
export const apiClientVersion = '5.4.1';

function getDefaultHosts(appId: string): Host[] {
return (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import type { ListABTestsResponse } from '../model/listABTestsResponse';
import type { ScheduleABTestResponse } from '../model/scheduleABTestResponse';
import type { ScheduleABTestsRequest } from '../model/scheduleABTestsRequest';

export const apiClientVersion = '5.4.0';
export const apiClientVersion = '5.4.1';

export const REGIONS = ['de', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ import type { GetTopHitsResponse } from '../model/getTopHitsResponse';
import type { GetTopSearchesResponse } from '../model/getTopSearchesResponse';
import type { GetUsersCountResponse } from '../model/getUsersCountResponse';

export const apiClientVersion = '5.4.0';
export const apiClientVersion = '5.4.1';

export const REGIONS = ['de', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import type {
import type { EventsResponse } from '../model/eventsResponse';
import type { InsightsEvents } from '../model/insightsEvents';

export const apiClientVersion = '5.4.0';
export const apiClientVersion = '5.4.1';

export const REGIONS = ['de', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import type { GetUserTokenResponse } from '../model/getUserTokenResponse';
import type { PersonalizationStrategyParams } from '../model/personalizationStrategyParams';
import type { SetPersonalizationStrategyResponse } from '../model/setPersonalizationStrategyResponse';

export const apiClientVersion = '5.4.0';
export const apiClientVersion = '5.4.1';

export const REGIONS = ['eu', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import type { ConfigurationResponse } from '../model/configurationResponse';
import type { ConfigurationWithIndex } from '../model/configurationWithIndex';
import type { LogFile } from '../model/logFile';

export const apiClientVersion = '5.4.0';
export const apiClientVersion = '5.4.1';

export const REGIONS = ['eu', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ import type { UpdatedAtWithObjectIdResponse } from '../model/updatedAtWithObject
import type { UpdatedRuleResponse } from '../model/updatedRuleResponse';
import type { UserId } from '../model/userId';

export const apiClientVersion = '5.4.0';
export const apiClientVersion = '5.4.1';

function getDefaultHosts(appId: string): Host[] {
return (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ import type { TransformationTryResponse } from '../model/transformationTryRespon
import type { TransformationUpdateResponse } from '../model/transformationUpdateResponse';
import type { Trigger } from '../model/trigger';

export const apiClientVersion = '1.4.0';
export const apiClientVersion = '1.4.1';

export const REGIONS = ['eu', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import type { InventoryResponse } from '../model/inventoryResponse';
import type { LatencyResponse } from '../model/latencyResponse';
import type { StatusResponse } from '../model/statusResponse';

export const apiClientVersion = '1.4.0';
export const apiClientVersion = '1.4.1';

function getDefaultHosts(): Host[] {
return [{ url: 'status.algolia.com', accept: 'readWrite', protocol: 'https' }];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import type { GetRecommendationsResponse } from '../model/getRecommendationsResp
import type { RecommendRule } from '../model/recommendRule';
import type { SearchRecommendRulesResponse } from '../model/searchRecommendRulesResponse';

export const apiClientVersion = '5.4.0';
export const apiClientVersion = '5.4.1';

function getDefaultHosts(appId: string): Host[] {
return (
Expand Down
Loading

0 comments on commit a362e48

Please sign in to comment.