Skip to content

Commit 336b16e

Browse files
authored
Merge branch 'main' into fix/python-pydantic-warnings
2 parents e36d123 + 773b30f commit 336b16e

File tree

62 files changed

+188
-176
lines changed

Some content is hidden

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

62 files changed

+188
-176
lines changed

clients/algoliasearch-client-java/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [4.3.5](https://github.com/algolia/algoliasearch-client-java/compare/4.3.4...4.3.5)
2+
3+
- [1ee5ce88e](https://github.com/algolia/api-clients-automation/commit/1ee5ce88e) fix(clients): use the correct host for search ([#3787](https://github.com/algolia/api-clients-automation/pull/3787)) by [@millotp](https://github.com/millotp/)
4+
15
## [4.3.4](https://github.com/algolia/algoliasearch-client-java/compare/4.3.3...4.3.4)
26

37
- [4f64d5fdd](https://github.com/algolia/api-clients-automation/commit/4f64d5fdd) fix(clients): use the dsn with the read transporter ([#3781](https://github.com/algolia/api-clients-automation/pull/3781)) by [@millotp](https://github.com/millotp/)

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.3.4";
9+
public static final String VERSION = "4.3.5";
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.3.4
2+
VERSION_NAME=4.3.5
33

44
SONATYPE_HOST=DEFAULT
55
RELEASE_SIGNING_ENABLED=true

clients/algoliasearch-client-javascript/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [5.5.3](https://github.com/algolia/algoliasearch-client-javascript/compare/5.5.2...5.5.3)
2+
3+
- [b187a09df](https://github.com/algolia/api-clients-automation/commit/b187a09df) fix(javascript): add override to name property ([#3785](https://github.com/algolia/api-clients-automation/pull/3785)) by [@shortcuts](https://github.com/shortcuts/)
4+
15
## [5.5.2](https://github.com/algolia/algoliasearch-client-javascript/compare/5.5.1...5.5.2)
26

37
- [1a73994ff](https://github.com/algolia/api-clients-automation/commit/1a73994ff) fix(specs): recommend remove unsupported query parameters [RECO-2345] [skip-bc] ([#3692](https://github.com/algolia/api-clients-automation/pull/3692)) by [@raed667](https://github.com/raed667/)

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.5.2';
25+
export const apiClientVersion = '5.5.3';
2626

2727
function getDefaultHosts(appId: string): Host[] {
2828
return (

clients/algoliasearch-client-javascript/packages/algoliasearch/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.5.2",
2+
"version": "5.5.3",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -73,18 +73,18 @@
7373
"lite.d.ts"
7474
],
7575
"dependencies": {
76-
"@algolia/client-abtesting": "5.5.2",
77-
"@algolia/client-analytics": "5.5.2",
78-
"@algolia/client-common": "5.5.2",
79-
"@algolia/client-personalization": "5.5.2",
80-
"@algolia/client-search": "5.5.2",
81-
"@algolia/recommend": "5.5.2",
82-
"@algolia/requester-browser-xhr": "5.5.2",
83-
"@algolia/requester-fetch": "5.5.2",
84-
"@algolia/requester-node-http": "5.5.2"
76+
"@algolia/client-abtesting": "5.5.3",
77+
"@algolia/client-analytics": "5.5.3",
78+
"@algolia/client-common": "5.5.3",
79+
"@algolia/client-personalization": "5.5.3",
80+
"@algolia/client-search": "5.5.3",
81+
"@algolia/recommend": "5.5.3",
82+
"@algolia/requester-browser-xhr": "5.5.3",
83+
"@algolia/requester-fetch": "5.5.3",
84+
"@algolia/requester-node-http": "5.5.3"
8585
},
8686
"devDependencies": {
87-
"@algolia/requester-testing": "5.5.2",
87+
"@algolia/requester-testing": "5.5.3",
8888
"@arethetypeswrong/cli": "0.16.2",
8989
"@types/node": "22.5.5",
9090
"jsdom": "25.0.0",

clients/algoliasearch-client-javascript/packages/client-abtesting/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.5.2",
2+
"version": "5.5.3",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -49,10 +49,10 @@
4949
"index.d.ts"
5050
],
5151
"dependencies": {
52-
"@algolia/client-common": "5.5.2",
53-
"@algolia/requester-browser-xhr": "5.5.2",
54-
"@algolia/requester-fetch": "5.5.2",
55-
"@algolia/requester-node-http": "5.5.2"
52+
"@algolia/client-common": "5.5.3",
53+
"@algolia/requester-browser-xhr": "5.5.3",
54+
"@algolia/requester-fetch": "5.5.3",
55+
"@algolia/requester-node-http": "5.5.3"
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.16.2",

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.5.2';
30+
export const apiClientVersion = '5.5.3';
3131

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

clients/algoliasearch-client-javascript/packages/client-analytics/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.5.2",
2+
"version": "5.5.3",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -49,10 +49,10 @@
4949
"index.d.ts"
5050
],
5151
"dependencies": {
52-
"@algolia/client-common": "5.5.2",
53-
"@algolia/requester-browser-xhr": "5.5.2",
54-
"@algolia/requester-fetch": "5.5.2",
55-
"@algolia/requester-node-http": "5.5.2"
52+
"@algolia/client-common": "5.5.3",
53+
"@algolia/requester-browser-xhr": "5.5.3",
54+
"@algolia/requester-fetch": "5.5.3",
55+
"@algolia/requester-node-http": "5.5.3"
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.16.2",

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.5.2';
60+
export const apiClientVersion = '5.5.3';
6161

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

0 commit comments

Comments
 (0)