Skip to content

Commit 924f1fa

Browse files
chore: release 2024-08-14 [skip ci]
Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 0033e2d commit 924f1fa

File tree

73 files changed

+122
-122
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+122
-122
lines changed

clients/algoliasearch-client-csharp/algoliasearch/Algolia.Search.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<RepositoryType>git</RepositoryType>
2222
<RequireLicenseAcceptance>false</RequireLicenseAcceptance>
2323
<Copyright>Copyright 2019 Algolia</Copyright>
24-
<Version>7.0.0-beta.16</Version>
24+
<Version>7.0.0</Version>
2525
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2626
<TargetFrameworks>netstandard2.1;netstandard2.0</TargetFrameworks>
2727
<IncludeSymbols>true</IncludeSymbols>

clients/algoliasearch-client-go/algolia/abtesting/client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/algoliasearch-client-go/algolia/analytics/client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/algoliasearch-client-go/algolia/ingestion/client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/algoliasearch-client-go/algolia/insights/client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/algoliasearch-client-go/algolia/monitoring/client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/algoliasearch-client-go/algolia/personalization/client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/algoliasearch-client-go/algolia/query-suggestions/client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/algoliasearch-client-go/algolia/recommend/client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/algoliasearch-client-go/algolia/search/client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/algoliasearch-client-go/algolia/usage/client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/algoliasearch-client-java/algoliasearch/src/main/java/com/algolia/BuildConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ private BuildConfig() {
66
// Empty.
77
}
88

9-
public static final String VERSION = "4.0.0-beta.47";
9+
public static final String VERSION = "4.0.0";
1010
}

clients/algoliasearch-client-java/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.algolia
2-
VERSION_NAME=4.0.0-beta.47
2+
VERSION_NAME=4.0.0
33

44
SONATYPE_HOST=DEFAULT
55
RELEASE_SIGNING_ENABLED=true

clients/algoliasearch-client-javascript/packages/algoliasearch/lite/src/liteClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import type { GetRecommendationsResponse } from '../model/getRecommendationsResp
2525
import type { SearchMethodParams } from '../model/searchMethodParams';
2626
import type { SearchResponses } from '../model/searchResponses';
2727

28-
export const apiClientVersion = '5.0.0-beta.17';
28+
export const apiClientVersion = '5.0.0';
2929

3030
function getDefaultHosts(appId: string): Host[] {
3131
return (

clients/algoliasearch-client-javascript/packages/client-abtesting/src/abtestingClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import type {
2929
} from '../model/clientMethodProps';
3030
import type { ListABTestsResponse } from '../model/listABTestsResponse';
3131

32-
export const apiClientVersion = '5.0.0-beta.17';
32+
export const apiClientVersion = '5.0.0';
3333

3434
export const REGIONS = ['de', 'us'] as const;
3535
export type Region = (typeof REGIONS)[number];

clients/algoliasearch-client-javascript/packages/client-analytics/src/analyticsClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ import type { GetTopHitsResponse } from '../model/getTopHitsResponse';
6161
import type { GetTopSearchesResponse } from '../model/getTopSearchesResponse';
6262
import type { GetUsersCountResponse } from '../model/getUsersCountResponse';
6363

64-
export const apiClientVersion = '5.0.0-beta.17';
64+
export const apiClientVersion = '5.0.0';
6565

6666
export const REGIONS = ['de', 'us'] as const;
6767
export type Region = (typeof REGIONS)[number];

clients/algoliasearch-client-javascript/packages/client-insights/src/insightsClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import type {
2424
import type { EventsResponse } from '../model/eventsResponse';
2525
import type { InsightsEvents } from '../model/insightsEvents';
2626

27-
export const apiClientVersion = '5.0.0-beta.17';
27+
export const apiClientVersion = '5.0.0';
2828

2929
export const REGIONS = ['de', 'us'] as const;
3030
export type Region = (typeof REGIONS)[number];

clients/algoliasearch-client-javascript/packages/client-personalization/src/personalizationClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import type { GetUserTokenResponse } from '../model/getUserTokenResponse';
2727
import type { PersonalizationStrategyParams } from '../model/personalizationStrategyParams';
2828
import type { SetPersonalizationStrategyResponse } from '../model/setPersonalizationStrategyResponse';
2929

30-
export const apiClientVersion = '5.0.0-beta.17';
30+
export const apiClientVersion = '5.0.0';
3131

3232
export const REGIONS = ['eu', 'us'] as const;
3333
export type Region = (typeof REGIONS)[number];

clients/algoliasearch-client-javascript/packages/client-query-suggestions/src/querySuggestionsClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import type { ConfigurationResponse } from '../model/configurationResponse';
3131
import type { ConfigurationWithIndex } from '../model/configurationWithIndex';
3232
import type { LogFile } from '../model/logFile';
3333

34-
export const apiClientVersion = '5.0.0-beta.17';
34+
export const apiClientVersion = '5.0.0';
3535

3636
export const REGIONS = ['eu', 'us'] as const;
3737
export type Region = (typeof REGIONS)[number];

clients/algoliasearch-client-javascript/packages/client-search/src/searchClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ import type { UpdatedAtWithObjectIdResponse } from '../model/updatedAtWithObject
128128
import type { UpdatedRuleResponse } from '../model/updatedRuleResponse';
129129
import type { UserId } from '../model/userId';
130130

131-
export const apiClientVersion = '5.0.0-beta.17';
131+
export const apiClientVersion = '5.0.0';
132132

133133
function getDefaultHosts(appId: string): Host[] {
134134
return (

clients/algoliasearch-client-javascript/packages/client-usage/src/usageClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import type {
2525
} from '../model/clientMethodProps';
2626
import type { IndexUsage } from '../model/indexUsage';
2727

28-
export const apiClientVersion = '0.0.2-beta.17';
28+
export const apiClientVersion = '1.0.0';
2929

3030
function getDefaultHosts(appId: string): Host[] {
3131
return (

clients/algoliasearch-client-javascript/packages/ingestion/src/ingestionClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ import type { TransformationTryResponse } from '../model/transformationTryRespon
111111
import type { TransformationUpdateResponse } from '../model/transformationUpdateResponse';
112112
import type { Trigger } from '../model/trigger';
113113

114-
export const apiClientVersion = '1.0.0-beta.17';
114+
export const apiClientVersion = '1.0.0';
115115

116116
export const REGIONS = ['eu', 'us'] as const;
117117
export type Region = (typeof REGIONS)[number];

clients/algoliasearch-client-javascript/packages/monitoring/src/monitoringClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import type { InventoryResponse } from '../model/inventoryResponse';
3333
import type { LatencyResponse } from '../model/latencyResponse';
3434
import type { StatusResponse } from '../model/statusResponse';
3535

36-
export const apiClientVersion = '1.0.0-beta.17';
36+
export const apiClientVersion = '1.0.0';
3737

3838
function getDefaultHosts(): Host[] {
3939
return [

clients/algoliasearch-client-javascript/packages/recommend/src/recommendClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import type { GetRecommendationsResponse } from '../model/getRecommendationsResp
3333
import type { RecommendRule } from '../model/recommendRule';
3434
import type { SearchRecommendRulesResponse } from '../model/searchRecommendRulesResponse';
3535

36-
export const apiClientVersion = '5.0.0-beta.17';
36+
export const apiClientVersion = '5.0.0';
3737

3838
function getDefaultHosts(appId: string): Host[] {
3939
return (

0 commit comments

Comments
 (0)