Skip to content

Commit 2ca1771

Browse files
chore: prepare release 2024-08-27 (generated)
Co-authored-by: shortcuts <[email protected]>
1 parent aea919c commit 2ca1771

File tree

82 files changed

+137
-137
lines changed

Some content is hidden

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

82 files changed

+137
-137
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.1.1</Version>
24+
<Version>7.2.0</Version>
2525
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2626
<TargetFrameworks>netstandard2.1;netstandard2.0</TargetFrameworks>
2727
<IncludeSymbols>true</IncludeSymbols>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/// Current package version
2-
const packageVersion = '1.22.3';
2+
const packageVersion = '1.23.0';

clients/algoliasearch-client-dart/packages/algoliasearch/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: algoliasearch
2-
version: 1.22.3
2+
version: 1.23.0
33
description: A Dart package for Algolia. Enables seamless integration for instant search, typo tolerance & user insights, and more, in Dart/Flutter apps.
44
homepage: https://www.algolia.com/doc/
55
repository: https://github.com/algolia/algoliasearch-client-dart/tree/main/packages/algoliasearch
@@ -11,9 +11,9 @@ environment:
1111
sdk: '>=3.0.0 <4.0.0'
1212

1313
dependencies:
14-
algolia_client_core: ^1.22.3
15-
algolia_client_search: ^1.22.3
16-
algolia_client_insights: ^1.22.3
14+
algolia_client_core: ^1.23.0
15+
algolia_client_search: ^1.23.0
16+
algolia_client_insights: ^1.23.0
1717
json_annotation: ^4.8.1
1818
collection: ^1.17.1
1919

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/// Current package version
2-
const packageVersion = '1.22.3';
2+
const packageVersion = '1.23.0';
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/// Current package version
2-
const packageVersion = '1.22.3';
2+
const packageVersion = '1.23.0';

clients/algoliasearch-client-dart/packages/client_insights/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: algolia_client_insights
2-
version: 1.22.3
2+
version: 1.23.0
33
description: A sub-package of the AlgoliaSearch library, offering insights-specific functionalities for enhanced search and discovery in Dart/Flutter apps.
44
homepage: https://www.algolia.com/doc/
55
repository: https://github.com/algolia/algoliasearch-client-dart/tree/main/packages/client_insights
@@ -11,7 +11,7 @@ environment:
1111
sdk: '>=3.0.0 <4.0.0'
1212

1313
dependencies:
14-
algolia_client_core: ^1.22.3
14+
algolia_client_core: ^1.23.0
1515
json_annotation: ^4.8.1
1616
collection: ^1.17.1
1717

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/// Current package version
2-
const packageVersion = '1.22.3';
2+
const packageVersion = '1.23.0';

clients/algoliasearch-client-dart/packages/client_recommend/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: algolia_client_recommend
2-
version: 1.22.3
2+
version: 1.23.0
33
description: A sub-package of the AlgoliaSearch library, offering recommend-specific functionalities for enhanced search and discovery in Dart/Flutter apps.
44
homepage: https://www.algolia.com/doc/
55
repository: https://github.com/algolia/algoliasearch-client-dart/tree/main/packages/client_recommend
@@ -11,7 +11,7 @@ environment:
1111
sdk: '>=3.0.0 <4.0.0'
1212

1313
dependencies:
14-
algolia_client_core: ^1.22.3
14+
algolia_client_core: ^1.23.0
1515
json_annotation: ^4.8.1
1616
collection: ^1.17.1
1717

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/// Current package version
2-
const packageVersion = '1.22.3';
2+
const packageVersion = '1.23.0';

clients/algoliasearch-client-dart/packages/client_search/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: algolia_client_search
2-
version: 1.22.3
2+
version: 1.23.0
33
description: A sub-package of the AlgoliaSearch library, offering search-specific functionalities for enhanced search and discovery in Dart/Flutter apps.
44
homepage: https://www.algolia.com/doc/
55
repository: https://github.com/algolia/algoliasearch-client-dart/tree/main/packages/client_search
@@ -11,7 +11,7 @@ environment:
1111
sdk: '>=3.0.0 <4.0.0'
1212

1313
dependencies:
14-
algolia_client_core: ^1.22.3
14+
algolia_client_core: ^1.23.0
1515
json_annotation: ^4.8.1
1616
collection: ^1.17.1
1717

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.1.1";
9+
public static final String VERSION = "4.2.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.1.1
2+
VERSION_NAME=4.2.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
@@ -22,7 +22,7 @@ import type { SearchMethodParams } from '../model/searchMethodParams';
2222
import type { SearchResponse } from '../model/searchResponse';
2323
import type { SearchResponses } from '../model/searchResponses';
2424

25-
export const apiClientVersion = '5.1.1';
25+
export const apiClientVersion = '5.2.0';
2626

2727
function getDefaultHosts(appId: string): Host[] {
2828
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
@@ -27,7 +27,7 @@ import type { ListABTestsResponse } from '../model/listABTestsResponse';
2727
import type { ScheduleABTestResponse } from '../model/scheduleABTestResponse';
2828
import type { ScheduleABTestsRequest } from '../model/scheduleABTestsRequest';
2929

30-
export const apiClientVersion = '5.1.1';
30+
export const apiClientVersion = '5.2.0';
3131

3232
export const REGIONS = ['de', 'us'] as const;
3333
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
@@ -57,7 +57,7 @@ import type { GetTopHitsResponse } from '../model/getTopHitsResponse';
5757
import type { GetTopSearchesResponse } from '../model/getTopSearchesResponse';
5858
import type { GetUsersCountResponse } from '../model/getUsersCountResponse';
5959

60-
export const apiClientVersion = '5.1.1';
60+
export const apiClientVersion = '5.2.0';
6161

6262
export const REGIONS = ['de', 'us'] as const;
6363
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
@@ -20,7 +20,7 @@ import type {
2020
import type { EventsResponse } from '../model/eventsResponse';
2121
import type { InsightsEvents } from '../model/insightsEvents';
2222

23-
export const apiClientVersion = '5.1.1';
23+
export const apiClientVersion = '5.2.0';
2424

2525
export const REGIONS = ['de', 'us'] as const;
2626
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
@@ -23,7 +23,7 @@ import type { GetUserTokenResponse } from '../model/getUserTokenResponse';
2323
import type { PersonalizationStrategyParams } from '../model/personalizationStrategyParams';
2424
import type { SetPersonalizationStrategyResponse } from '../model/setPersonalizationStrategyResponse';
2525

26-
export const apiClientVersion = '5.1.1';
26+
export const apiClientVersion = '5.2.0';
2727

2828
export const REGIONS = ['eu', 'us'] as const;
2929
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
@@ -27,7 +27,7 @@ import type { ConfigurationResponse } from '../model/configurationResponse';
2727
import type { ConfigurationWithIndex } from '../model/configurationWithIndex';
2828
import type { LogFile } from '../model/logFile';
2929

30-
export const apiClientVersion = '5.1.1';
30+
export const apiClientVersion = '5.2.0';
3131

3232
export const REGIONS = ['eu', 'us'] as const;
3333
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
@@ -122,7 +122,7 @@ import type { UpdatedAtWithObjectIdResponse } from '../model/updatedAtWithObject
122122
import type { UpdatedRuleResponse } from '../model/updatedRuleResponse';
123123
import type { UserId } from '../model/userId';
124124

125-
export const apiClientVersion = '5.1.1';
125+
export const apiClientVersion = '5.2.0';
126126

127127
function getDefaultHosts(appId: string): Host[] {
128128
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
@@ -20,7 +20,7 @@ import type {
2020
} from '../model/clientMethodProps';
2121
import type { IndexUsage } from '../model/indexUsage';
2222

23-
export const apiClientVersion = '1.1.1';
23+
export const apiClientVersion = '1.2.0';
2424

2525
function getDefaultHosts(appId: string): Host[] {
2626
return (

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

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

110-
export const apiClientVersion = '1.1.1';
110+
export const apiClientVersion = '1.2.0';
111111

112112
export const REGIONS = ['eu', 'us'] as const;
113113
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
@@ -29,7 +29,7 @@ import type { InventoryResponse } from '../model/inventoryResponse';
2929
import type { LatencyResponse } from '../model/latencyResponse';
3030
import type { StatusResponse } from '../model/statusResponse';
3131

32-
export const apiClientVersion = '1.1.1';
32+
export const apiClientVersion = '1.2.0';
3333

3434
function getDefaultHosts(): Host[] {
3535
return [{ url: 'status.algolia.com', accept: 'readWrite', protocol: 'https' }];

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

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

31-
export const apiClientVersion = '5.1.1';
31+
export const apiClientVersion = '5.2.0';
3232

3333
function getDefaultHosts(appId: string): Host[] {
3434
return (

0 commit comments

Comments
 (0)