Skip to content

Commit 00ca590

Browse files
algolia-botFluf22
andcommitted
chore: release 2024-05-17 [skip ci]
Co-authored-by: Thomas Raffray <[email protected]>
1 parent 44473a8 commit 00ca590

File tree

103 files changed

+236
-236
lines changed

Some content is hidden

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

103 files changed

+236
-236
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.1</Version>
24+
<Version>7.0.0-beta.2</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.9.0';
2+
const packageVersion = '1.10.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.9.0
2+
version: 1.10.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.9.0
15-
algolia_client_search: ^1.9.0
16-
algolia_client_insights: ^1.9.0
14+
algolia_client_core: ^1.10.0
15+
algolia_client_search: ^1.10.0
16+
algolia_client_insights: ^1.10.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.9.0';
2+
const packageVersion = '1.10.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.9.0';
2+
const packageVersion = '1.10.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.9.0
2+
version: 1.10.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.9.0
14+
algolia_client_core: ^1.10.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.9.0';
2+
const packageVersion = '1.10.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.9.0
2+
version: 1.10.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.9.0
14+
algolia_client_core: ^1.10.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.9.0';
2+
const packageVersion = '1.10.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.9.0
2+
version: 1.10.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.9.0
14+
algolia_client_core: ^1.10.0
1515
json_annotation: ^4.8.1
1616
collection: ^1.17.1
1717

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

Lines changed: 3 additions & 3 deletions
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.13); Go (%s); Abtesting (4.0.0-beta.13)", runtime.Version())
97+
return fmt.Sprintf("Algolia for Go (4.0.0-beta.14); Go (%s); Abtesting (4.0.0-beta.14)", runtime.Version())
9898
}
9999

100100
// queryParameterToString convert any query parameters to string.
@@ -252,14 +252,14 @@ func reportError(format string, a ...any) error {
252252
}
253253

254254
// A wrapper for strict JSON decoding.
255-
func newStrictDecoder(data []byte) *json.Decoder {
255+
func newStrictDecoder(data []byte) *json.Decoder {
256256
dec := json.NewDecoder(bytes.NewBuffer(data))
257257
dec.DisallowUnknownFields()
258258
return dec
259259
}
260260

261261
// A wrapper for validating a struct, returns nil if value is not a struct.
262-
func validateStruct(v any) error {
262+
func validateStruct(v any) error {
263263
err := validator.New().Struct(v)
264264
validationErrors, ok := err.(validator.ValidationErrors)
265265
if ok && len(validationErrors) > 0 {

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

Lines changed: 3 additions & 3 deletions
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.13); Go (%s); Analytics (4.0.0-beta.13)", runtime.Version())
97+
return fmt.Sprintf("Algolia for Go (4.0.0-beta.14); Go (%s); Analytics (4.0.0-beta.14)", runtime.Version())
9898
}
9999

100100
// queryParameterToString convert any query parameters to string.
@@ -252,14 +252,14 @@ func reportError(format string, a ...any) error {
252252
}
253253

254254
// A wrapper for strict JSON decoding.
255-
func newStrictDecoder(data []byte) *json.Decoder {
255+
func newStrictDecoder(data []byte) *json.Decoder {
256256
dec := json.NewDecoder(bytes.NewBuffer(data))
257257
dec.DisallowUnknownFields()
258258
return dec
259259
}
260260

261261
// A wrapper for validating a struct, returns nil if value is not a struct.
262-
func validateStruct(v any) error {
262+
func validateStruct(v any) error {
263263
err := validator.New().Struct(v)
264264
validationErrors, ok := err.(validator.ValidationErrors)
265265
if ok && len(validationErrors) > 0 {

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

Lines changed: 3 additions & 3 deletions
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.13); Go (%s); Ingestion (4.0.0-beta.13)", runtime.Version())
93+
return fmt.Sprintf("Algolia for Go (4.0.0-beta.14); Go (%s); Ingestion (4.0.0-beta.14)", runtime.Version())
9494
}
9595

9696
// queryParameterToString convert any query parameters to string.
@@ -248,14 +248,14 @@ func reportError(format string, a ...any) error {
248248
}
249249

250250
// A wrapper for strict JSON decoding.
251-
func newStrictDecoder(data []byte) *json.Decoder {
251+
func newStrictDecoder(data []byte) *json.Decoder {
252252
dec := json.NewDecoder(bytes.NewBuffer(data))
253253
dec.DisallowUnknownFields()
254254
return dec
255255
}
256256

257257
// A wrapper for validating a struct, returns nil if value is not a struct.
258-
func validateStruct(v any) error {
258+
func validateStruct(v any) error {
259259
err := validator.New().Struct(v)
260260
validationErrors, ok := err.(validator.ValidationErrors)
261261
if ok && len(validationErrors) > 0 {

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

Lines changed: 3 additions & 3 deletions
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.13); Go (%s); Insights (4.0.0-beta.13)", runtime.Version())
97+
return fmt.Sprintf("Algolia for Go (4.0.0-beta.14); Go (%s); Insights (4.0.0-beta.14)", runtime.Version())
9898
}
9999

100100
// queryParameterToString convert any query parameters to string.
@@ -252,14 +252,14 @@ func reportError(format string, a ...any) error {
252252
}
253253

254254
// A wrapper for strict JSON decoding.
255-
func newStrictDecoder(data []byte) *json.Decoder {
255+
func newStrictDecoder(data []byte) *json.Decoder {
256256
dec := json.NewDecoder(bytes.NewBuffer(data))
257257
dec.DisallowUnknownFields()
258258
return dec
259259
}
260260

261261
// A wrapper for validating a struct, returns nil if value is not a struct.
262-
func validateStruct(v any) error {
262+
func validateStruct(v any) error {
263263
err := validator.New().Struct(v)
264264
validationErrors, ok := err.(validator.ValidationErrors)
265265
if ok && len(validationErrors) > 0 {

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.13); Go (%s); Monitoring (4.0.0-beta.13)", runtime.Version())
88+
return fmt.Sprintf("Algolia for Go (4.0.0-beta.14); Go (%s); Monitoring (4.0.0-beta.14)", 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.13); Go (%s); Personalization (4.0.0-beta.13)", runtime.Version())
93+
return fmt.Sprintf("Algolia for Go (4.0.0-beta.14); Go (%s); Personalization (4.0.0-beta.14)", runtime.Version())
9494
}
9595

9696
// queryParameterToString convert any query parameters to string.

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

Lines changed: 3 additions & 3 deletions
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.13); Go (%s); QuerySuggestions (4.0.0-beta.13)", runtime.Version())
93+
return fmt.Sprintf("Algolia for Go (4.0.0-beta.14); Go (%s); QuerySuggestions (4.0.0-beta.14)", runtime.Version())
9494
}
9595

9696
// queryParameterToString convert any query parameters to string.
@@ -248,14 +248,14 @@ func reportError(format string, a ...any) error {
248248
}
249249

250250
// A wrapper for strict JSON decoding.
251-
func newStrictDecoder(data []byte) *json.Decoder {
251+
func newStrictDecoder(data []byte) *json.Decoder {
252252
dec := json.NewDecoder(bytes.NewBuffer(data))
253253
dec.DisallowUnknownFields()
254254
return dec
255255
}
256256

257257
// A wrapper for validating a struct, returns nil if value is not a struct.
258-
func validateStruct(v any) error {
258+
func validateStruct(v any) error {
259259
err := validator.New().Struct(v)
260260
validationErrors, ok := err.(validator.ValidationErrors)
261261
if ok && len(validationErrors) > 0 {

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

Lines changed: 3 additions & 3 deletions
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.13); Go (%s); Recommend (4.0.0-beta.13)", runtime.Version())
99+
return fmt.Sprintf("Algolia for Go (4.0.0-beta.14); Go (%s); Recommend (4.0.0-beta.14)", runtime.Version())
100100
}
101101

102102
// queryParameterToString convert any query parameters to string.
@@ -254,14 +254,14 @@ func reportError(format string, a ...any) error {
254254
}
255255

256256
// A wrapper for strict JSON decoding.
257-
func newStrictDecoder(data []byte) *json.Decoder {
257+
func newStrictDecoder(data []byte) *json.Decoder {
258258
dec := json.NewDecoder(bytes.NewBuffer(data))
259259
dec.DisallowUnknownFields()
260260
return dec
261261
}
262262

263263
// A wrapper for validating a struct, returns nil if value is not a struct.
264-
func validateStruct(v any) error {
264+
func validateStruct(v any) error {
265265
err := validator.New().Struct(v)
266266
validationErrors, ok := err.(validator.ValidationErrors)
267267
if ok && len(validationErrors) > 0 {

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.13); Go (%s); Search (4.0.0-beta.13)", runtime.Version())
99+
return fmt.Sprintf("Algolia for Go (4.0.0-beta.14); Go (%s); Search (4.0.0-beta.14)", runtime.Version())
100100
}
101101

102102
// queryParameterToString convert any query parameters to string.

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

Lines changed: 3 additions & 3 deletions
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.13); Go (%s); Usage (4.0.0-beta.13)", runtime.Version())
99+
return fmt.Sprintf("Algolia for Go (4.0.0-beta.14); Go (%s); Usage (4.0.0-beta.14)", runtime.Version())
100100
}
101101

102102
// queryParameterToString convert any query parameters to string.
@@ -254,14 +254,14 @@ func reportError(format string, a ...any) error {
254254
}
255255

256256
// A wrapper for strict JSON decoding.
257-
func newStrictDecoder(data []byte) *json.Decoder {
257+
func newStrictDecoder(data []byte) *json.Decoder {
258258
dec := json.NewDecoder(bytes.NewBuffer(data))
259259
dec.DisallowUnknownFields()
260260
return dec
261261
}
262262

263263
// A wrapper for validating a struct, returns nil if value is not a struct.
264-
func validateStruct(v any) error {
264+
func validateStruct(v any) error {
265265
err := validator.New().Struct(v)
266266
validationErrors, ok := err.(validator.ValidationErrors)
267267
if ok && len(validationErrors) > 0 {

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.31";
9+
public static final String VERSION = "4.0.0-beta.32";
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.31
2+
VERSION_NAME=4.0.0-beta.32
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-beta.1';
25+
export const apiClientVersion = '5.0.0-beta.2';
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-beta.1';
32+
export const apiClientVersion = '5.0.0-beta.2';
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.1';
64+
export const apiClientVersion = '5.0.0-beta.2';
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.1';
27+
export const apiClientVersion = '5.0.0-beta.2';
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.1';
30+
export const apiClientVersion = '5.0.0-beta.2';
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-beta.1';
34+
export const apiClientVersion = '5.0.0-beta.2';
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-beta.1';
126+
export const apiClientVersion = '5.0.0-beta.2';
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-beta.1';
28+
export const apiClientVersion = '0.0.2-beta.2';
2929

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

0 commit comments

Comments
 (0)