File tree 28 files changed +122
-116
lines changed
28 files changed +122
-116
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 5.2.0] ( https://github.com/algolia/algoliasearch-client-javascript/compare/5.1.1...5.2.0 )
2
+
3
+ - [ 23a799f0e] ( https://github.com/algolia/api-clients-automation/commit/23a799f0e ) feat(specs): push source type ([ #3600 ] ( https://github.com/algolia/api-clients-automation/pull/3600 ) ) by [ @shortcuts ] ( https://github.com/shortcuts/ )
4
+ - [ 536fdef01] ( https://github.com/algolia/api-clients-automation/commit/536fdef01 ) fix(specs): filter run list by type ([ #3577 ] ( https://github.com/algolia/api-clients-automation/pull/3577 ) ) by [ @millotp ] ( https://github.com/millotp/ )
5
+ - [ 9b6dc0b70] ( https://github.com/algolia/api-clients-automation/commit/9b6dc0b70 ) docs(specs): update api's length minimum value ([ #3574 ] ( https://github.com/algolia/api-clients-automation/pull/3574 ) ) by [ @Jerska ] ( https://github.com/Jerska/ )
6
+
1
7
## [ 5.1.1] ( https://github.com/algolia/algoliasearch-client-javascript/compare/5.1.0...5.1.1 )
2
8
3
9
- [ 4cbbce55c] ( https://github.com/algolia/api-clients-automation/commit/4cbbce55c ) fix(clients): highlight and snippet results e2e ([ #3567 ] ( https://github.com/algolia/api-clients-automation/pull/3567 ) ) by [ @shortcuts ] ( https://github.com/shortcuts/ )
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import type { SearchMethodParams } from '../model/searchMethodParams';
22
22
import type { SearchResponse } from '../model/searchResponse' ;
23
23
import type { SearchResponses } from '../model/searchResponses' ;
24
24
25
- export const apiClientVersion = '5.1.1 ' ;
25
+ export const apiClientVersion = '5.2.0 ' ;
26
26
27
27
function getDefaultHosts ( appId : string ) : Host [ ] {
28
28
return (
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " algoliasearch" ,
3
- "version" : " 5.1.1 " ,
3
+ "version" : " 5.2.0 " ,
4
4
"description" : " A fully-featured and blazing-fast JavaScript API client to interact with Algolia API." ,
5
5
"repository" : {
6
6
"type" : " git" ,
67
67
"test" : " jest"
68
68
},
69
69
"dependencies" : {
70
- "@algolia/client-abtesting" : " 5.1.1 " ,
71
- "@algolia/client-analytics" : " 5.1.1 " ,
72
- "@algolia/client-common" : " 5.1.1 " ,
73
- "@algolia/client-personalization" : " 5.1.1 " ,
74
- "@algolia/client-search" : " 5.1.1 " ,
75
- "@algolia/recommend" : " 5.1.1 " ,
76
- "@algolia/requester-browser-xhr" : " 5.1.1 " ,
77
- "@algolia/requester-node-http" : " 5.1.1 "
70
+ "@algolia/client-abtesting" : " 5.2.0 " ,
71
+ "@algolia/client-analytics" : " 5.2.0 " ,
72
+ "@algolia/client-common" : " 5.2.0 " ,
73
+ "@algolia/client-personalization" : " 5.2.0 " ,
74
+ "@algolia/client-search" : " 5.2.0 " ,
75
+ "@algolia/recommend" : " 5.2.0 " ,
76
+ "@algolia/requester-browser-xhr" : " 5.2.0 " ,
77
+ "@algolia/requester-node-http" : " 5.2.0 "
78
78
},
79
79
"devDependencies" : {
80
80
"@babel/preset-env" : " 7.25.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/client-abtesting" ,
3
- "version" : " 5.1.1 " ,
3
+ "version" : " 5.2.0 " ,
4
4
"description" : " JavaScript client for client-abtesting" ,
5
5
"repository" : {
6
6
"type" : " git" ,
44
44
"clean" : " rm -rf ./dist || true"
45
45
},
46
46
"dependencies" : {
47
- "@algolia/client-common" : " 5.1.1 " ,
48
- "@algolia/requester-browser-xhr" : " 5.1.1 " ,
49
- "@algolia/requester-node-http" : " 5.1.1 "
47
+ "@algolia/client-common" : " 5.2.0 " ,
48
+ "@algolia/requester-browser-xhr" : " 5.2.0 " ,
49
+ "@algolia/requester-node-http" : " 5.2.0 "
50
50
},
51
51
"devDependencies" : {
52
52
"@types/node" : " 22.5.0" ,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import type { ListABTestsResponse } from '../model/listABTestsResponse';
27
27
import type { ScheduleABTestResponse } from '../model/scheduleABTestResponse' ;
28
28
import type { ScheduleABTestsRequest } from '../model/scheduleABTestsRequest' ;
29
29
30
- export const apiClientVersion = '5.1.1 ' ;
30
+ export const apiClientVersion = '5.2.0 ' ;
31
31
32
32
export const REGIONS = [ 'de' , 'us' ] as const ;
33
33
export type Region = ( typeof REGIONS ) [ number ] ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/client-analytics" ,
3
- "version" : " 5.1.1 " ,
3
+ "version" : " 5.2.0 " ,
4
4
"description" : " JavaScript client for client-analytics" ,
5
5
"repository" : {
6
6
"type" : " git" ,
44
44
"clean" : " rm -rf ./dist || true"
45
45
},
46
46
"dependencies" : {
47
- "@algolia/client-common" : " 5.1.1 " ,
48
- "@algolia/requester-browser-xhr" : " 5.1.1 " ,
49
- "@algolia/requester-node-http" : " 5.1.1 "
47
+ "@algolia/client-common" : " 5.2.0 " ,
48
+ "@algolia/requester-browser-xhr" : " 5.2.0 " ,
49
+ "@algolia/requester-node-http" : " 5.2.0 "
50
50
},
51
51
"devDependencies" : {
52
52
"@types/node" : " 22.5.0" ,
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ import type { GetTopHitsResponse } from '../model/getTopHitsResponse';
57
57
import type { GetTopSearchesResponse } from '../model/getTopSearchesResponse' ;
58
58
import type { GetUsersCountResponse } from '../model/getUsersCountResponse' ;
59
59
60
- export const apiClientVersion = '5.1.1 ' ;
60
+ export const apiClientVersion = '5.2.0 ' ;
61
61
62
62
export const REGIONS = [ 'de' , 'us' ] as const ;
63
63
export type Region = ( typeof REGIONS ) [ number ] ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/client-common" ,
3
- "version" : " 5.1.1 " ,
3
+ "version" : " 5.2.0 " ,
4
4
"description" : " Common package for the Algolia JavaScript API client." ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/client-insights" ,
3
- "version" : " 5.1.1 " ,
3
+ "version" : " 5.2.0 " ,
4
4
"description" : " JavaScript client for client-insights" ,
5
5
"repository" : {
6
6
"type" : " git" ,
44
44
"clean" : " rm -rf ./dist || true"
45
45
},
46
46
"dependencies" : {
47
- "@algolia/client-common" : " 5.1.1 " ,
48
- "@algolia/requester-browser-xhr" : " 5.1.1 " ,
49
- "@algolia/requester-node-http" : " 5.1.1 "
47
+ "@algolia/client-common" : " 5.2.0 " ,
48
+ "@algolia/requester-browser-xhr" : " 5.2.0 " ,
49
+ "@algolia/requester-node-http" : " 5.2.0 "
50
50
},
51
51
"devDependencies" : {
52
52
"@types/node" : " 22.5.0" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import type {
20
20
import type { EventsResponse } from '../model/eventsResponse' ;
21
21
import type { InsightsEvents } from '../model/insightsEvents' ;
22
22
23
- export const apiClientVersion = '5.1.1 ' ;
23
+ export const apiClientVersion = '5.2.0 ' ;
24
24
25
25
export const REGIONS = [ 'de' , 'us' ] as const ;
26
26
export type Region = ( typeof REGIONS ) [ number ] ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/client-personalization" ,
3
- "version" : " 5.1.1 " ,
3
+ "version" : " 5.2.0 " ,
4
4
"description" : " JavaScript client for client-personalization" ,
5
5
"repository" : {
6
6
"type" : " git" ,
44
44
"clean" : " rm -rf ./dist || true"
45
45
},
46
46
"dependencies" : {
47
- "@algolia/client-common" : " 5.1.1 " ,
48
- "@algolia/requester-browser-xhr" : " 5.1.1 " ,
49
- "@algolia/requester-node-http" : " 5.1.1 "
47
+ "@algolia/client-common" : " 5.2.0 " ,
48
+ "@algolia/requester-browser-xhr" : " 5.2.0 " ,
49
+ "@algolia/requester-node-http" : " 5.2.0 "
50
50
},
51
51
"devDependencies" : {
52
52
"@types/node" : " 22.5.0" ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import type { GetUserTokenResponse } from '../model/getUserTokenResponse';
23
23
import type { PersonalizationStrategyParams } from '../model/personalizationStrategyParams' ;
24
24
import type { SetPersonalizationStrategyResponse } from '../model/setPersonalizationStrategyResponse' ;
25
25
26
- export const apiClientVersion = '5.1.1 ' ;
26
+ export const apiClientVersion = '5.2.0 ' ;
27
27
28
28
export const REGIONS = [ 'eu' , 'us' ] as const ;
29
29
export type Region = ( typeof REGIONS ) [ number ] ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/client-query-suggestions" ,
3
- "version" : " 5.1.1 " ,
3
+ "version" : " 5.2.0 " ,
4
4
"description" : " JavaScript client for client-query-suggestions" ,
5
5
"repository" : {
6
6
"type" : " git" ,
44
44
"clean" : " rm -rf ./dist || true"
45
45
},
46
46
"dependencies" : {
47
- "@algolia/client-common" : " 5.1.1 " ,
48
- "@algolia/requester-browser-xhr" : " 5.1.1 " ,
49
- "@algolia/requester-node-http" : " 5.1.1 "
47
+ "@algolia/client-common" : " 5.2.0 " ,
48
+ "@algolia/requester-browser-xhr" : " 5.2.0 " ,
49
+ "@algolia/requester-node-http" : " 5.2.0 "
50
50
},
51
51
"devDependencies" : {
52
52
"@types/node" : " 22.5.0" ,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import type { ConfigurationResponse } from '../model/configurationResponse';
27
27
import type { ConfigurationWithIndex } from '../model/configurationWithIndex' ;
28
28
import type { LogFile } from '../model/logFile' ;
29
29
30
- export const apiClientVersion = '5.1.1 ' ;
30
+ export const apiClientVersion = '5.2.0 ' ;
31
31
32
32
export const REGIONS = [ 'eu' , 'us' ] as const ;
33
33
export type Region = ( typeof REGIONS ) [ number ] ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/client-search" ,
3
- "version" : " 5.1.1 " ,
3
+ "version" : " 5.2.0 " ,
4
4
"description" : " JavaScript client for client-search" ,
5
5
"repository" : {
6
6
"type" : " git" ,
44
44
"clean" : " rm -rf ./dist || true"
45
45
},
46
46
"dependencies" : {
47
- "@algolia/client-common" : " 5.1.1 " ,
48
- "@algolia/requester-browser-xhr" : " 5.1.1 " ,
49
- "@algolia/requester-node-http" : " 5.1.1 "
47
+ "@algolia/client-common" : " 5.2.0 " ,
48
+ "@algolia/requester-browser-xhr" : " 5.2.0 " ,
49
+ "@algolia/requester-node-http" : " 5.2.0 "
50
50
},
51
51
"devDependencies" : {
52
52
"@types/node" : " 22.5.0" ,
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ import type { UpdatedAtWithObjectIdResponse } from '../model/updatedAtWithObject
122
122
import type { UpdatedRuleResponse } from '../model/updatedRuleResponse' ;
123
123
import type { UserId } from '../model/userId' ;
124
124
125
- export const apiClientVersion = '5.1.1 ' ;
125
+ export const apiClientVersion = '5.2.0 ' ;
126
126
127
127
function getDefaultHosts ( appId : string ) : Host [ ] {
128
128
return (
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/client-usage" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.2.0 " ,
4
4
"description" : " JavaScript client for client-usage" ,
5
5
"repository" : {
6
6
"type" : " git" ,
44
44
"clean" : " rm -rf ./dist || true"
45
45
},
46
46
"dependencies" : {
47
- "@algolia/client-common" : " 5.1.1 " ,
48
- "@algolia/requester-browser-xhr" : " 5.1.1 " ,
49
- "@algolia/requester-node-http" : " 5.1.1 "
47
+ "@algolia/client-common" : " 5.2.0 " ,
48
+ "@algolia/requester-browser-xhr" : " 5.2.0 " ,
49
+ "@algolia/requester-node-http" : " 5.2.0 "
50
50
},
51
51
"devDependencies" : {
52
52
"@types/node" : " 22.5.0" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import type {
20
20
} from '../model/clientMethodProps' ;
21
21
import type { IndexUsage } from '../model/indexUsage' ;
22
22
23
- export const apiClientVersion = '1.1.1 ' ;
23
+ export const apiClientVersion = '1.2.0 ' ;
24
24
25
25
function getDefaultHosts ( appId : string ) : Host [ ] {
26
26
return (
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/ingestion" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.2.0 " ,
4
4
"description" : " JavaScript client for ingestion" ,
5
5
"repository" : {
6
6
"type" : " git" ,
44
44
"clean" : " rm -rf ./dist || true"
45
45
},
46
46
"dependencies" : {
47
- "@algolia/client-common" : " 5.1.1 " ,
48
- "@algolia/requester-browser-xhr" : " 5.1.1 " ,
49
- "@algolia/requester-node-http" : " 5.1.1 "
47
+ "@algolia/client-common" : " 5.2.0 " ,
48
+ "@algolia/requester-browser-xhr" : " 5.2.0 " ,
49
+ "@algolia/requester-node-http" : " 5.2.0 "
50
50
},
51
51
"devDependencies" : {
52
52
"@types/node" : " 22.5.0" ,
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ import type { TransformationTryResponse } from '../model/transformationTryRespon
107
107
import type { TransformationUpdateResponse } from '../model/transformationUpdateResponse' ;
108
108
import type { Trigger } from '../model/trigger' ;
109
109
110
- export const apiClientVersion = '1.1.1 ' ;
110
+ export const apiClientVersion = '1.2.0 ' ;
111
111
112
112
export const REGIONS = [ 'eu' , 'us' ] as const ;
113
113
export type Region = ( typeof REGIONS ) [ number ] ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/monitoring" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.2.0 " ,
4
4
"description" : " JavaScript client for monitoring" ,
5
5
"repository" : {
6
6
"type" : " git" ,
44
44
"clean" : " rm -rf ./dist || true"
45
45
},
46
46
"dependencies" : {
47
- "@algolia/client-common" : " 5.1.1 " ,
48
- "@algolia/requester-browser-xhr" : " 5.1.1 " ,
49
- "@algolia/requester-node-http" : " 5.1.1 "
47
+ "@algolia/client-common" : " 5.2.0 " ,
48
+ "@algolia/requester-browser-xhr" : " 5.2.0 " ,
49
+ "@algolia/requester-node-http" : " 5.2.0 "
50
50
},
51
51
"devDependencies" : {
52
52
"@types/node" : " 22.5.0" ,
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import type { InventoryResponse } from '../model/inventoryResponse';
29
29
import type { LatencyResponse } from '../model/latencyResponse' ;
30
30
import type { StatusResponse } from '../model/statusResponse' ;
31
31
32
- export const apiClientVersion = '1.1.1 ' ;
32
+ export const apiClientVersion = '1.2.0 ' ;
33
33
34
34
function getDefaultHosts ( ) : Host [ ] {
35
35
return [ { url : 'status.algolia.com' , accept : 'readWrite' , protocol : 'https' } ] ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/recommend" ,
3
- "version" : " 5.1.1 " ,
3
+ "version" : " 5.2.0 " ,
4
4
"description" : " JavaScript client for recommend" ,
5
5
"repository" : {
6
6
"type" : " git" ,
44
44
"clean" : " rm -rf ./dist || true"
45
45
},
46
46
"dependencies" : {
47
- "@algolia/client-common" : " 5.1.1 " ,
48
- "@algolia/requester-browser-xhr" : " 5.1.1 " ,
49
- "@algolia/requester-node-http" : " 5.1.1 "
47
+ "@algolia/client-common" : " 5.2.0 " ,
48
+ "@algolia/requester-browser-xhr" : " 5.2.0 " ,
49
+ "@algolia/requester-node-http" : " 5.2.0 "
50
50
},
51
51
"devDependencies" : {
52
52
"@types/node" : " 22.5.0" ,
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import type { GetRecommendationsResponse } from '../model/getRecommendationsResp
28
28
import type { RecommendRule } from '../model/recommendRule' ;
29
29
import type { SearchRecommendRulesResponse } from '../model/searchRecommendRulesResponse' ;
30
30
31
- export const apiClientVersion = '5.1.1 ' ;
31
+ export const apiClientVersion = '5.2.0 ' ;
32
32
33
33
function getDefaultHosts ( appId : string ) : Host [ ] {
34
34
return (
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/requester-browser-xhr" ,
3
- "version" : " 5.1.1 " ,
3
+ "version" : " 5.2.0 " ,
4
4
"description" : " Promise-based request library for browser using xhr." ,
5
5
"repository" : {
6
6
"type" : " git" ,
23
23
"test" : " jest"
24
24
},
25
25
"dependencies" : {
26
- "@algolia/client-common" : " 5.1.1 "
26
+ "@algolia/client-common" : " 5.2.0 "
27
27
},
28
28
"devDependencies" : {
29
29
"@babel/preset-env" : " 7.25.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/requester-fetch" ,
3
- "version" : " 5.1.1 " ,
3
+ "version" : " 5.2.0 " ,
4
4
"description" : " Promise-based request library using Fetch." ,
5
5
"repository" : {
6
6
"type" : " git" ,
23
23
"test" : " jest"
24
24
},
25
25
"dependencies" : {
26
- "@algolia/client-common" : " 5.1.1 "
26
+ "@algolia/client-common" : " 5.2.0 "
27
27
},
28
28
"devDependencies" : {
29
29
"@babel/preset-env" : " 7.25.4" ,
You can’t perform that action at this time.
0 commit comments