Skip to content

Commit 1b84273

Browse files
chore: release 2024-04-23 [skip ci]
Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 541c450 commit 1b84273

File tree

93 files changed

+192
-192
lines changed

Some content is hidden

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

93 files changed

+192
-192
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-alpha.9</Version>
24+
<Version>7.0.0-beta.1</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.8.0';
2+
const packageVersion = '1.9.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.8.0
2+
version: 1.9.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.8.0
15-
algolia_client_search: ^1.8.0
16-
algolia_client_insights: ^1.8.0
14+
algolia_client_core: ^1.9.0
15+
algolia_client_search: ^1.9.0
16+
algolia_client_insights: ^1.9.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.8.0';
2+
const packageVersion = '1.9.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.8.0';
2+
const packageVersion = '1.9.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.8.0
2+
version: 1.9.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.8.0
14+
algolia_client_core: ^1.9.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.8.0';
2+
const packageVersion = '1.9.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.8.0
2+
version: 1.9.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.8.0
14+
algolia_client_core: ^1.9.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.8.0';
2+
const packageVersion = '1.9.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.8.0
2+
version: 1.9.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.8.0
14+
algolia_client_core: ^1.9.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
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func getDefaultHosts(r Region) []transport.StatefulHost {
9494
}
9595

9696
func getUserAgent() string {
97-
return fmt.Sprintf("Algolia for Go (4.0.0-beta.12); Go (%s); Abtesting (4.0.0-beta.12)", runtime.Version())
97+
return fmt.Sprintf("Algolia for Go (4.0.0-beta.13); Go (%s); Abtesting (4.0.0-beta.13)", runtime.Version())
9898
}
9999

100100
// queryParameterToString convert any query parameters to string.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func getDefaultHosts(r Region) []transport.StatefulHost {
9494
}
9595

9696
func getUserAgent() string {
97-
return fmt.Sprintf("Algolia for Go (4.0.0-beta.12); Go (%s); Analytics (4.0.0-beta.12)", runtime.Version())
97+
return fmt.Sprintf("Algolia for Go (4.0.0-beta.13); Go (%s); Analytics (4.0.0-beta.13)", runtime.Version())
9898
}
9999

100100
// queryParameterToString convert any query parameters to string.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func getDefaultHosts(r Region) []transport.StatefulHost {
9090
}
9191

9292
func getUserAgent() string {
93-
return fmt.Sprintf("Algolia for Go (4.0.0-beta.12); Go (%s); Ingestion (4.0.0-beta.12)", runtime.Version())
93+
return fmt.Sprintf("Algolia for Go (4.0.0-beta.13); Go (%s); Ingestion (4.0.0-beta.13)", runtime.Version())
9494
}
9595

9696
// queryParameterToString convert any query parameters to string.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func getDefaultHosts(r Region) []transport.StatefulHost {
9494
}
9595

9696
func getUserAgent() string {
97-
return fmt.Sprintf("Algolia for Go (4.0.0-beta.12); Go (%s); Insights (4.0.0-beta.12)", runtime.Version())
97+
return fmt.Sprintf("Algolia for Go (4.0.0-beta.13); Go (%s); Insights (4.0.0-beta.13)", runtime.Version())
9898
}
9999

100100
// queryParameterToString convert any query parameters to string.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func getDefaultHosts() []transport.StatefulHost {
8585
}
8686

8787
func getUserAgent() string {
88-
return fmt.Sprintf("Algolia for Go (4.0.0-beta.12); Go (%s); Monitoring (4.0.0-beta.12)", runtime.Version())
88+
return fmt.Sprintf("Algolia for Go (4.0.0-beta.13); Go (%s); Monitoring (4.0.0-beta.13)", runtime.Version())
8989
}
9090

9191
// queryParameterToString convert any query parameters to string.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func getDefaultHosts(r Region) []transport.StatefulHost {
9090
}
9191

9292
func getUserAgent() string {
93-
return fmt.Sprintf("Algolia for Go (4.0.0-beta.12); Go (%s); Personalization (4.0.0-beta.12)", runtime.Version())
93+
return fmt.Sprintf("Algolia for Go (4.0.0-beta.13); Go (%s); Personalization (4.0.0-beta.13)", runtime.Version())
9494
}
9595

9696
// queryParameterToString convert any query parameters to string.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func getDefaultHosts(r Region) []transport.StatefulHost {
9090
}
9191

9292
func getUserAgent() string {
93-
return fmt.Sprintf("Algolia for Go (4.0.0-beta.12); Go (%s); QuerySuggestions (4.0.0-beta.12)", runtime.Version())
93+
return fmt.Sprintf("Algolia for Go (4.0.0-beta.13); Go (%s); QuerySuggestions (4.0.0-beta.13)", runtime.Version())
9494
}
9595

9696
// queryParameterToString convert any query parameters to string.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func getDefaultHosts(appID string) []transport.StatefulHost {
9696
}
9797

9898
func getUserAgent() string {
99-
return fmt.Sprintf("Algolia for Go (4.0.0-beta.12); Go (%s); Recommend (4.0.0-beta.12)", runtime.Version())
99+
return fmt.Sprintf("Algolia for Go (4.0.0-beta.13); Go (%s); Recommend (4.0.0-beta.13)", runtime.Version())
100100
}
101101

102102
// queryParameterToString convert any query parameters to string.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func getDefaultHosts(appID string) []transport.StatefulHost {
9696
}
9797

9898
func getUserAgent() string {
99-
return fmt.Sprintf("Algolia for Go (4.0.0-beta.12); Go (%s); Search (4.0.0-beta.12)", runtime.Version())
99+
return fmt.Sprintf("Algolia for Go (4.0.0-beta.13); Go (%s); Search (4.0.0-beta.13)", runtime.Version())
100100
}
101101

102102
// queryParameterToString convert any query parameters to string.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func getDefaultHosts(appID string) []transport.StatefulHost {
9696
}
9797

9898
func getUserAgent() string {
99-
return fmt.Sprintf("Algolia for Go (4.0.0-beta.12); Go (%s); Usage (4.0.0-beta.12)", runtime.Version())
99+
return fmt.Sprintf("Algolia for Go (4.0.0-beta.13); Go (%s); Usage (4.0.0-beta.13)", runtime.Version())
100100
}
101101

102102
// queryParameterToString convert any query parameters to string.

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.30";
9+
public static final String VERSION = "4.0.0-beta.31";
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.30
2+
VERSION_NAME=4.0.0-beta.31
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 {
2222
import type { SearchMethodParams } from '../model/searchMethodParams';
2323
import type { SearchResponses } from '../model/searchResponses';
2424

25-
export const apiClientVersion = '5.0.0-alpha.112';
25+
export const apiClientVersion = '5.0.0-beta.1';
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
@@ -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-alpha.112';
32+
export const apiClientVersion = '5.0.0-beta.1';
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-alpha.112';
64+
export const apiClientVersion = '5.0.0-beta.1';
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-alpha.112';
27+
export const apiClientVersion = '5.0.0-beta.1';
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-alpha.112';
30+
export const apiClientVersion = '5.0.0-beta.1';
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 { GetLogFile200Response } from '../model/getLogFile200Response';
3131
import type { QuerySuggestionsConfigurationResponse } from '../model/querySuggestionsConfigurationResponse';
3232
import type { QuerySuggestionsConfigurationWithIndex } from '../model/querySuggestionsConfigurationWithIndex';
3333

34-
export const apiClientVersion = '5.0.0-alpha.112';
34+
export const apiClientVersion = '5.0.0-beta.1';
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
@@ -123,7 +123,7 @@ import type { UpdatedAtWithObjectIdResponse } from '../model/updatedAtWithObject
123123
import type { UpdatedRuleResponse } from '../model/updatedRuleResponse';
124124
import type { UserId } from '../model/userId';
125125

126-
export const apiClientVersion = '5.0.0-alpha.112';
126+
export const apiClientVersion = '5.0.0-beta.1';
127127

128128
function getDefaultHosts(appId: string): Host[] {
129129
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 { GetUsage200Response } from '../model/getUsage200Response';
2727

28-
export const apiClientVersion = '0.0.2-alpha.1';
28+
export const apiClientVersion = '0.0.2-beta.1';
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
@@ -83,7 +83,7 @@ import type { TaskSearch } from '../model/taskSearch';
8383
import type { TaskUpdateResponse } from '../model/taskUpdateResponse';
8484
import type { Trigger } from '../model/trigger';
8585

86-
export const apiClientVersion = '1.0.0-alpha.86';
86+
export const apiClientVersion = '1.0.0-beta.1';
8787

8888
export const REGIONS = ['eu', 'us'] as const;
8989
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-alpha.40';
36+
export const apiClientVersion = '1.0.0-beta.1';
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
@@ -32,7 +32,7 @@ import type { GetRecommendationsResponse } from '../model/getRecommendationsResp
3232
import type { RecommendRule } from '../model/recommendRule';
3333
import type { SearchRecommendRulesResponse } from '../model/searchRecommendRulesResponse';
3434

35-
export const apiClientVersion = '5.0.0-alpha.112';
35+
export const apiClientVersion = '5.0.0-beta.1';
3636

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

0 commit comments

Comments
 (0)