File tree 28 files changed +120
-116
lines changed 28 files changed +120
-116
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 5.0.1] ( https://github.com/algolia/algoliasearch-client-javascript/compare/5.0.0...5.0.1 )
2
+
3
+ - [ 40c5d47bd] ( https://github.com/algolia/api-clients-automation/commit/40c5d47bd ) fix(specs): delete user token processing time ([ #3525 ] ( https://github.com/algolia/api-clients-automation/pull/3525 ) ) by [ @kai687 ] ( https://github.com/kai687/ )
4
+
1
5
## [ 5.0.0] ( https://github.com/algolia/algoliasearch-client-javascript/compare/5.0.0-beta.18...5.0.0 )
2
6
3
7
New major version released! Browse [ our documentation] ( https://www.algolia.com/doc/libraries/javascript )
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import type { GetRecommendationsResponse } from '../model/getRecommendationsResp
25
25
import type { SearchMethodParams } from '../model/searchMethodParams' ;
26
26
import type { SearchResponses } from '../model/searchResponses' ;
27
27
28
- export const apiClientVersion = '5.0.0 ' ;
28
+ export const apiClientVersion = '5.0.1 ' ;
29
29
30
30
function getDefaultHosts ( appId : string ) : Host [ ] {
31
31
return (
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " algoliasearch" ,
3
- "version" : " 5.0.0 " ,
3
+ "version" : " 5.0.1 " ,
4
4
"description" : " A fully-featured and blazing-fast JavaScript API client to interact with Algolia API." ,
5
5
"repository" : {
6
6
"type" : " git" ,
63
63
"test" : " jest"
64
64
},
65
65
"dependencies" : {
66
- "@algolia/client-abtesting" : " 5.0.0 " ,
67
- "@algolia/client-analytics" : " 5.0.0 " ,
68
- "@algolia/client-common" : " 5.0.0 " ,
69
- "@algolia/client-personalization" : " 5.0.0 " ,
70
- "@algolia/client-search" : " 5.0.0 " ,
71
- "@algolia/recommend" : " 5.0.0 " ,
72
- "@algolia/requester-browser-xhr" : " 5.0.0 " ,
73
- "@algolia/requester-node-http" : " 5.0.0 "
66
+ "@algolia/client-abtesting" : " 5.0.1 " ,
67
+ "@algolia/client-analytics" : " 5.0.1 " ,
68
+ "@algolia/client-common" : " 5.0.1 " ,
69
+ "@algolia/client-personalization" : " 5.0.1 " ,
70
+ "@algolia/client-search" : " 5.0.1 " ,
71
+ "@algolia/recommend" : " 5.0.1 " ,
72
+ "@algolia/requester-browser-xhr" : " 5.0.1 " ,
73
+ "@algolia/requester-node-http" : " 5.0.1 "
74
74
},
75
75
"devDependencies" : {
76
76
"@babel/preset-env" : " 7.25.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/client-abtesting" ,
3
- "version" : " 5.0.0 " ,
3
+ "version" : " 5.0.1 " ,
4
4
"description" : " JavaScript client for client-abtesting" ,
5
5
"repository" : {
6
6
"type" : " git" ,
42
42
"clean" : " rm -rf ./dist || true"
43
43
},
44
44
"dependencies" : {
45
- "@algolia/client-common" : " 5.0.0 " ,
46
- "@algolia/requester-browser-xhr" : " 5.0.0 " ,
47
- "@algolia/requester-node-http" : " 5.0.0 "
45
+ "@algolia/client-common" : " 5.0.1 " ,
46
+ "@algolia/requester-browser-xhr" : " 5.0.1 " ,
47
+ "@algolia/requester-node-http" : " 5.0.1 "
48
48
},
49
49
"devDependencies" : {
50
50
"@types/node" : " 22.2.0" ,
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import type {
29
29
} from '../model/clientMethodProps' ;
30
30
import type { ListABTestsResponse } from '../model/listABTestsResponse' ;
31
31
32
- export const apiClientVersion = '5.0.0 ' ;
32
+ export const apiClientVersion = '5.0.1 ' ;
33
33
34
34
export const REGIONS = [ 'de' , 'us' ] as const ;
35
35
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.0.0 " ,
3
+ "version" : " 5.0.1 " ,
4
4
"description" : " JavaScript client for client-analytics" ,
5
5
"repository" : {
6
6
"type" : " git" ,
42
42
"clean" : " rm -rf ./dist || true"
43
43
},
44
44
"dependencies" : {
45
- "@algolia/client-common" : " 5.0.0 " ,
46
- "@algolia/requester-browser-xhr" : " 5.0.0 " ,
47
- "@algolia/requester-node-http" : " 5.0.0 "
45
+ "@algolia/client-common" : " 5.0.1 " ,
46
+ "@algolia/requester-browser-xhr" : " 5.0.1 " ,
47
+ "@algolia/requester-node-http" : " 5.0.1 "
48
48
},
49
49
"devDependencies" : {
50
50
"@types/node" : " 22.2.0" ,
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ import type { GetTopHitsResponse } from '../model/getTopHitsResponse';
61
61
import type { GetTopSearchesResponse } from '../model/getTopSearchesResponse' ;
62
62
import type { GetUsersCountResponse } from '../model/getUsersCountResponse' ;
63
63
64
- export const apiClientVersion = '5.0.0 ' ;
64
+ export const apiClientVersion = '5.0.1 ' ;
65
65
66
66
export const REGIONS = [ 'de' , 'us' ] as const ;
67
67
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.0.0 " ,
3
+ "version" : " 5.0.1 " ,
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.0.0 " ,
3
+ "version" : " 5.0.1 " ,
4
4
"description" : " JavaScript client for client-insights" ,
5
5
"repository" : {
6
6
"type" : " git" ,
42
42
"clean" : " rm -rf ./dist || true"
43
43
},
44
44
"dependencies" : {
45
- "@algolia/client-common" : " 5.0.0 " ,
46
- "@algolia/requester-browser-xhr" : " 5.0.0 " ,
47
- "@algolia/requester-node-http" : " 5.0.0 "
45
+ "@algolia/client-common" : " 5.0.1 " ,
46
+ "@algolia/requester-browser-xhr" : " 5.0.1 " ,
47
+ "@algolia/requester-node-http" : " 5.0.1 "
48
48
},
49
49
"devDependencies" : {
50
50
"@types/node" : " 22.2.0" ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import type {
24
24
import type { EventsResponse } from '../model/eventsResponse' ;
25
25
import type { InsightsEvents } from '../model/insightsEvents' ;
26
26
27
- export const apiClientVersion = '5.0.0 ' ;
27
+ export const apiClientVersion = '5.0.1 ' ;
28
28
29
29
export const REGIONS = [ 'de' , 'us' ] as const ;
30
30
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.0.0 " ,
3
+ "version" : " 5.0.1 " ,
4
4
"description" : " JavaScript client for client-personalization" ,
5
5
"repository" : {
6
6
"type" : " git" ,
42
42
"clean" : " rm -rf ./dist || true"
43
43
},
44
44
"dependencies" : {
45
- "@algolia/client-common" : " 5.0.0 " ,
46
- "@algolia/requester-browser-xhr" : " 5.0.0 " ,
47
- "@algolia/requester-node-http" : " 5.0.0 "
45
+ "@algolia/client-common" : " 5.0.1 " ,
46
+ "@algolia/requester-browser-xhr" : " 5.0.1 " ,
47
+ "@algolia/requester-node-http" : " 5.0.1 "
48
48
},
49
49
"devDependencies" : {
50
50
"@types/node" : " 22.2.0" ,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import type { GetUserTokenResponse } from '../model/getUserTokenResponse';
27
27
import type { PersonalizationStrategyParams } from '../model/personalizationStrategyParams' ;
28
28
import type { SetPersonalizationStrategyResponse } from '../model/setPersonalizationStrategyResponse' ;
29
29
30
- export const apiClientVersion = '5.0.0 ' ;
30
+ export const apiClientVersion = '5.0.1 ' ;
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-query-suggestions" ,
3
- "version" : " 5.0.0 " ,
3
+ "version" : " 5.0.1 " ,
4
4
"description" : " JavaScript client for client-query-suggestions" ,
5
5
"repository" : {
6
6
"type" : " git" ,
42
42
"clean" : " rm -rf ./dist || true"
43
43
},
44
44
"dependencies" : {
45
- "@algolia/client-common" : " 5.0.0 " ,
46
- "@algolia/requester-browser-xhr" : " 5.0.0 " ,
47
- "@algolia/requester-node-http" : " 5.0.0 "
45
+ "@algolia/client-common" : " 5.0.1 " ,
46
+ "@algolia/requester-browser-xhr" : " 5.0.1 " ,
47
+ "@algolia/requester-node-http" : " 5.0.1 "
48
48
},
49
49
"devDependencies" : {
50
50
"@types/node" : " 22.2.0" ,
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import type { ConfigurationResponse } from '../model/configurationResponse';
31
31
import type { ConfigurationWithIndex } from '../model/configurationWithIndex' ;
32
32
import type { LogFile } from '../model/logFile' ;
33
33
34
- export const apiClientVersion = '5.0.0 ' ;
34
+ export const apiClientVersion = '5.0.1 ' ;
35
35
36
36
export const REGIONS = [ 'eu' , 'us' ] as const ;
37
37
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.0.0 " ,
3
+ "version" : " 5.0.1 " ,
4
4
"description" : " JavaScript client for client-search" ,
5
5
"repository" : {
6
6
"type" : " git" ,
42
42
"clean" : " rm -rf ./dist || true"
43
43
},
44
44
"dependencies" : {
45
- "@algolia/client-common" : " 5.0.0 " ,
46
- "@algolia/requester-browser-xhr" : " 5.0.0 " ,
47
- "@algolia/requester-node-http" : " 5.0.0 "
45
+ "@algolia/client-common" : " 5.0.1 " ,
46
+ "@algolia/requester-browser-xhr" : " 5.0.1 " ,
47
+ "@algolia/requester-node-http" : " 5.0.1 "
48
48
},
49
49
"devDependencies" : {
50
50
"@types/node" : " 22.2.0" ,
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ import type { UpdatedAtWithObjectIdResponse } from '../model/updatedAtWithObject
128
128
import type { UpdatedRuleResponse } from '../model/updatedRuleResponse' ;
129
129
import type { UserId } from '../model/userId' ;
130
130
131
- export const apiClientVersion = '5.0.0 ' ;
131
+ export const apiClientVersion = '5.0.1 ' ;
132
132
133
133
function getDefaultHosts ( appId : string ) : Host [ ] {
134
134
return (
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/client-usage" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " JavaScript client for client-usage" ,
5
5
"repository" : {
6
6
"type" : " git" ,
42
42
"clean" : " rm -rf ./dist || true"
43
43
},
44
44
"dependencies" : {
45
- "@algolia/client-common" : " 5.0.0 " ,
46
- "@algolia/requester-browser-xhr" : " 5.0.0 " ,
47
- "@algolia/requester-node-http" : " 5.0.0 "
45
+ "@algolia/client-common" : " 5.0.1 " ,
46
+ "@algolia/requester-browser-xhr" : " 5.0.1 " ,
47
+ "@algolia/requester-node-http" : " 5.0.1 "
48
48
},
49
49
"devDependencies" : {
50
50
"@types/node" : " 22.2.0" ,
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import type {
25
25
} from '../model/clientMethodProps' ;
26
26
import type { IndexUsage } from '../model/indexUsage' ;
27
27
28
- export const apiClientVersion = '1.0.0 ' ;
28
+ export const apiClientVersion = '1.0.1 ' ;
29
29
30
30
function getDefaultHosts ( appId : string ) : Host [ ] {
31
31
return (
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/ingestion" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " JavaScript client for ingestion" ,
5
5
"repository" : {
6
6
"type" : " git" ,
42
42
"clean" : " rm -rf ./dist || true"
43
43
},
44
44
"dependencies" : {
45
- "@algolia/client-common" : " 5.0.0 " ,
46
- "@algolia/requester-browser-xhr" : " 5.0.0 " ,
47
- "@algolia/requester-node-http" : " 5.0.0 "
45
+ "@algolia/client-common" : " 5.0.1 " ,
46
+ "@algolia/requester-browser-xhr" : " 5.0.1 " ,
47
+ "@algolia/requester-node-http" : " 5.0.1 "
48
48
},
49
49
"devDependencies" : {
50
50
"@types/node" : " 22.2.0" ,
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ import type { TransformationTryResponse } from '../model/transformationTryRespon
111
111
import type { TransformationUpdateResponse } from '../model/transformationUpdateResponse' ;
112
112
import type { Trigger } from '../model/trigger' ;
113
113
114
- export const apiClientVersion = '1.0.0 ' ;
114
+ export const apiClientVersion = '1.0.1 ' ;
115
115
116
116
export const REGIONS = [ 'eu' , 'us' ] as const ;
117
117
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.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " JavaScript client for monitoring" ,
5
5
"repository" : {
6
6
"type" : " git" ,
42
42
"clean" : " rm -rf ./dist || true"
43
43
},
44
44
"dependencies" : {
45
- "@algolia/client-common" : " 5.0.0 " ,
46
- "@algolia/requester-browser-xhr" : " 5.0.0 " ,
47
- "@algolia/requester-node-http" : " 5.0.0 "
45
+ "@algolia/client-common" : " 5.0.1 " ,
46
+ "@algolia/requester-browser-xhr" : " 5.0.1 " ,
47
+ "@algolia/requester-node-http" : " 5.0.1 "
48
48
},
49
49
"devDependencies" : {
50
50
"@types/node" : " 22.2.0" ,
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ import type { InventoryResponse } from '../model/inventoryResponse';
33
33
import type { LatencyResponse } from '../model/latencyResponse' ;
34
34
import type { StatusResponse } from '../model/statusResponse' ;
35
35
36
- export const apiClientVersion = '1.0.0 ' ;
36
+ export const apiClientVersion = '1.0.1 ' ;
37
37
38
38
function getDefaultHosts ( ) : Host [ ] {
39
39
return [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/recommend" ,
3
- "version" : " 5.0.0 " ,
3
+ "version" : " 5.0.1 " ,
4
4
"description" : " JavaScript client for recommend" ,
5
5
"repository" : {
6
6
"type" : " git" ,
42
42
"clean" : " rm -rf ./dist || true"
43
43
},
44
44
"dependencies" : {
45
- "@algolia/client-common" : " 5.0.0 " ,
46
- "@algolia/requester-browser-xhr" : " 5.0.0 " ,
47
- "@algolia/requester-node-http" : " 5.0.0 "
45
+ "@algolia/client-common" : " 5.0.1 " ,
46
+ "@algolia/requester-browser-xhr" : " 5.0.1 " ,
47
+ "@algolia/requester-node-http" : " 5.0.1 "
48
48
},
49
49
"devDependencies" : {
50
50
"@types/node" : " 22.2.0" ,
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ import type { GetRecommendationsResponse } from '../model/getRecommendationsResp
33
33
import type { RecommendRule } from '../model/recommendRule' ;
34
34
import type { SearchRecommendRulesResponse } from '../model/searchRecommendRulesResponse' ;
35
35
36
- export const apiClientVersion = '5.0.0 ' ;
36
+ export const apiClientVersion = '5.0.1 ' ;
37
37
38
38
function getDefaultHosts ( appId : string ) : Host [ ] {
39
39
return (
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/requester-browser-xhr" ,
3
- "version" : " 5.0.0 " ,
3
+ "version" : " 5.0.1 " ,
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.0.0 "
26
+ "@algolia/client-common" : " 5.0.1 "
27
27
},
28
28
"devDependencies" : {
29
29
"@babel/preset-env" : " 7.25.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/requester-fetch" ,
3
- "version" : " 5.0.0 " ,
3
+ "version" : " 5.0.1 " ,
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.0.0 "
26
+ "@algolia/client-common" : " 5.0.1 "
27
27
},
28
28
"devDependencies" : {
29
29
"@babel/preset-env" : " 7.25.3" ,
You can’t perform that action at this time.
0 commit comments