File tree Expand file tree Collapse file tree 28 files changed +125
-116
lines changed Expand file tree Collapse file tree 28 files changed +125
-116
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 5.3.0] ( https://github.com/algolia/algoliasearch-client-javascript/compare/5.2.5...5.3.0 )
2
+
3
+ - [ 3b673cee4] ( https://github.com/algolia/api-clients-automation/commit/3b673cee4 ) fix(javascript): type definition and template cleanup ([ #3656 ] ( https://github.com/algolia/api-clients-automation/pull/3656 ) ) by [ @shortcuts ] ( https://github.com/shortcuts/ )
4
+ - [ 2c65a8d11] ( https://github.com/algolia/api-clients-automation/commit/2c65a8d11 ) feat(clients): helper to switch API key in use ([ #3616 ] ( https://github.com/algolia/api-clients-automation/pull/3616 ) ) by [ @Fluf22 ] ( https://github.com/Fluf22/ )
5
+ - [ f126366dc] ( https://github.com/algolia/api-clients-automation/commit/f126366dc ) fix(specs): note on Analytics API server ([ #3650 ] ( https://github.com/algolia/api-clients-automation/pull/3650 ) ) by [ @kai687 ] ( https://github.com/kai687/ )
6
+ - [ 3d02b3164] ( https://github.com/algolia/api-clients-automation/commit/3d02b3164 ) feat(clients): add helper to check if an index exists ([ #3646 ] ( https://github.com/algolia/api-clients-automation/pull/3646 ) ) by [ @millotp ] ( https://github.com/millotp/ )
7
+ - [ a36746d65] ( https://github.com/algolia/api-clients-automation/commit/a36746d65 ) fix(specs): note on insights API server ([ #3649 ] ( https://github.com/algolia/api-clients-automation/pull/3649 ) ) by [ @kai687 ] ( https://github.com/kai687/ )
8
+ - [ 1f53716c6] ( https://github.com/algolia/api-clients-automation/commit/1f53716c6 ) fix(specs): don't extend $ref objects ([ #3623 ] ( https://github.com/algolia/api-clients-automation/pull/3623 ) ) by [ @kai687 ] ( https://github.com/kai687/ )
9
+
1
10
## [ 5.2.5] ( https://github.com/algolia/algoliasearch-client-javascript/compare/5.2.4...5.2.5 )
2
11
3
12
- [ ff0c99653] ( https://github.com/algolia/api-clients-automation/commit/ff0c99653 ) chore(javascript): use tsup bundler ([ #3640 ] ( https://github.com/algolia/api-clients-automation/pull/3640 ) ) 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.2.5 ' ;
25
+ export const apiClientVersion = '5.3.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
- "version" : " 5.2.5 " ,
2
+ "version" : " 5.3.0 " ,
3
3
"repository" : {
4
4
"type" : " git" ,
5
5
"url" : " git+https://github.com/algolia/algoliasearch-client-javascript.git"
65
65
" lite.d.ts"
66
66
],
67
67
"dependencies" : {
68
- "@algolia/client-abtesting" : " 5.2.5 " ,
69
- "@algolia/client-analytics" : " 5.2.5 " ,
70
- "@algolia/client-common" : " 5.2.5 " ,
71
- "@algolia/client-personalization" : " 5.2.5 " ,
72
- "@algolia/client-search" : " 5.2.5 " ,
73
- "@algolia/recommend" : " 5.2.5 " ,
74
- "@algolia/requester-browser-xhr" : " 5.2.5 " ,
75
- "@algolia/requester-node-http" : " 5.2.5 "
68
+ "@algolia/client-abtesting" : " 5.3.0 " ,
69
+ "@algolia/client-analytics" : " 5.3.0 " ,
70
+ "@algolia/client-common" : " 5.3.0 " ,
71
+ "@algolia/client-personalization" : " 5.3.0 " ,
72
+ "@algolia/client-search" : " 5.3.0 " ,
73
+ "@algolia/recommend" : " 5.3.0 " ,
74
+ "@algolia/requester-browser-xhr" : " 5.3.0 " ,
75
+ "@algolia/requester-node-http" : " 5.3.0 "
76
76
},
77
77
"devDependencies" : {
78
78
"@arethetypeswrong/cli" : " 0.15.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 5.2.5 " ,
2
+ "version" : " 5.3.0 " ,
3
3
"repository" : {
4
4
"type" : " git" ,
5
5
"url" : " git+https://github.com/algolia/algoliasearch-client-javascript.git"
44
44
" index.d.ts"
45
45
],
46
46
"dependencies" : {
47
- "@algolia/client-common" : " 5.2.5 " ,
48
- "@algolia/requester-browser-xhr" : " 5.2.5 " ,
49
- "@algolia/requester-node-http" : " 5.2.5 "
47
+ "@algolia/client-common" : " 5.3.0 " ,
48
+ "@algolia/requester-browser-xhr" : " 5.3.0 " ,
49
+ "@algolia/requester-node-http" : " 5.3.0 "
50
50
},
51
51
"devDependencies" : {
52
52
"@arethetypeswrong/cli" : " 0.15.4" ,
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.2.5 ' ;
30
+ export const apiClientVersion = '5.3.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
- "version" : " 5.2.5 " ,
2
+ "version" : " 5.3.0 " ,
3
3
"repository" : {
4
4
"type" : " git" ,
5
5
"url" : " git+https://github.com/algolia/algoliasearch-client-javascript.git"
44
44
" index.d.ts"
45
45
],
46
46
"dependencies" : {
47
- "@algolia/client-common" : " 5.2.5 " ,
48
- "@algolia/requester-browser-xhr" : " 5.2.5 " ,
49
- "@algolia/requester-node-http" : " 5.2.5 "
47
+ "@algolia/client-common" : " 5.3.0 " ,
48
+ "@algolia/requester-browser-xhr" : " 5.3.0 " ,
49
+ "@algolia/requester-node-http" : " 5.3.0 "
50
50
},
51
51
"devDependencies" : {
52
52
"@arethetypeswrong/cli" : " 0.15.4" ,
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.2.5 ' ;
60
+ export const apiClientVersion = '5.3.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.2.5 " ,
3
+ "version" : " 5.3.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
- "version" : " 5.2.5 " ,
2
+ "version" : " 5.3.0 " ,
3
3
"repository" : {
4
4
"type" : " git" ,
5
5
"url" : " git+https://github.com/algolia/algoliasearch-client-javascript.git"
44
44
" index.d.ts"
45
45
],
46
46
"dependencies" : {
47
- "@algolia/client-common" : " 5.2.5 " ,
48
- "@algolia/requester-browser-xhr" : " 5.2.5 " ,
49
- "@algolia/requester-node-http" : " 5.2.5 "
47
+ "@algolia/client-common" : " 5.3.0 " ,
48
+ "@algolia/requester-browser-xhr" : " 5.3.0 " ,
49
+ "@algolia/requester-node-http" : " 5.3.0 "
50
50
},
51
51
"devDependencies" : {
52
52
"@arethetypeswrong/cli" : " 0.15.4" ,
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.2.5 ' ;
23
+ export const apiClientVersion = '5.3.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
- "version" : " 5.2.5 " ,
2
+ "version" : " 5.3.0 " ,
3
3
"repository" : {
4
4
"type" : " git" ,
5
5
"url" : " git+https://github.com/algolia/algoliasearch-client-javascript.git"
44
44
" index.d.ts"
45
45
],
46
46
"dependencies" : {
47
- "@algolia/client-common" : " 5.2.5 " ,
48
- "@algolia/requester-browser-xhr" : " 5.2.5 " ,
49
- "@algolia/requester-node-http" : " 5.2.5 "
47
+ "@algolia/client-common" : " 5.3.0 " ,
48
+ "@algolia/requester-browser-xhr" : " 5.3.0 " ,
49
+ "@algolia/requester-node-http" : " 5.3.0 "
50
50
},
51
51
"devDependencies" : {
52
52
"@arethetypeswrong/cli" : " 0.15.4" ,
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.2.5 ' ;
26
+ export const apiClientVersion = '5.3.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
- "version" : " 5.2.5 " ,
2
+ "version" : " 5.3.0 " ,
3
3
"repository" : {
4
4
"type" : " git" ,
5
5
"url" : " git+https://github.com/algolia/algoliasearch-client-javascript.git"
44
44
" index.d.ts"
45
45
],
46
46
"dependencies" : {
47
- "@algolia/client-common" : " 5.2.5 " ,
48
- "@algolia/requester-browser-xhr" : " 5.2.5 " ,
49
- "@algolia/requester-node-http" : " 5.2.5 "
47
+ "@algolia/client-common" : " 5.3.0 " ,
48
+ "@algolia/requester-browser-xhr" : " 5.3.0 " ,
49
+ "@algolia/requester-node-http" : " 5.3.0 "
50
50
},
51
51
"devDependencies" : {
52
52
"@arethetypeswrong/cli" : " 0.15.4" ,
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.2.5 ' ;
30
+ export const apiClientVersion = '5.3.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
- "version" : " 5.2.5 " ,
2
+ "version" : " 5.3.0 " ,
3
3
"repository" : {
4
4
"type" : " git" ,
5
5
"url" : " git+https://github.com/algolia/algoliasearch-client-javascript.git"
44
44
" index.d.ts"
45
45
],
46
46
"dependencies" : {
47
- "@algolia/client-common" : " 5.2.5 " ,
48
- "@algolia/requester-browser-xhr" : " 5.2.5 " ,
49
- "@algolia/requester-node-http" : " 5.2.5 "
47
+ "@algolia/client-common" : " 5.3.0 " ,
48
+ "@algolia/requester-browser-xhr" : " 5.3.0 " ,
49
+ "@algolia/requester-node-http" : " 5.3.0 "
50
50
},
51
51
"devDependencies" : {
52
52
"@arethetypeswrong/cli" : " 0.15.4" ,
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.2.5 ' ;
131
+ export const apiClientVersion = '5.3.0 ' ;
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
- "version" : " 1.2.5 " ,
2
+ "version" : " 1.3.0 " ,
3
3
"repository" : {
4
4
"type" : " git" ,
5
5
"url" : " git+https://github.com/algolia/algoliasearch-client-javascript.git"
44
44
" index.d.ts"
45
45
],
46
46
"dependencies" : {
47
- "@algolia/client-common" : " 5.2.5 " ,
48
- "@algolia/requester-browser-xhr" : " 5.2.5 " ,
49
- "@algolia/requester-node-http" : " 5.2.5 "
47
+ "@algolia/client-common" : " 5.3.0 " ,
48
+ "@algolia/requester-browser-xhr" : " 5.3.0 " ,
49
+ "@algolia/requester-node-http" : " 5.3.0 "
50
50
},
51
51
"devDependencies" : {
52
52
"@arethetypeswrong/cli" : " 0.15.4" ,
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.2.5 ' ;
23
+ export const apiClientVersion = '1.3.0 ' ;
24
24
25
25
function getDefaultHosts ( ) : Host [ ] {
26
26
return [ { url : 'usage.algolia.com' , accept : 'readWrite' , protocol : 'https' } ] ;
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.2.5 " ,
2
+ "version" : " 1.3.0 " ,
3
3
"repository" : {
4
4
"type" : " git" ,
5
5
"url" : " git+https://github.com/algolia/algoliasearch-client-javascript.git"
44
44
" index.d.ts"
45
45
],
46
46
"dependencies" : {
47
- "@algolia/client-common" : " 5.2.5 " ,
48
- "@algolia/requester-browser-xhr" : " 5.2.5 " ,
49
- "@algolia/requester-node-http" : " 5.2.5 "
47
+ "@algolia/client-common" : " 5.3.0 " ,
48
+ "@algolia/requester-browser-xhr" : " 5.3.0 " ,
49
+ "@algolia/requester-node-http" : " 5.3.0 "
50
50
},
51
51
"devDependencies" : {
52
52
"@arethetypeswrong/cli" : " 0.15.4" ,
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.2.5 ' ;
110
+ export const apiClientVersion = '1.3.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
- "version" : " 1.2.5 " ,
2
+ "version" : " 1.3.0 " ,
3
3
"repository" : {
4
4
"type" : " git" ,
5
5
"url" : " git+https://github.com/algolia/algoliasearch-client-javascript.git"
44
44
" index.d.ts"
45
45
],
46
46
"dependencies" : {
47
- "@algolia/client-common" : " 5.2.5 " ,
48
- "@algolia/requester-browser-xhr" : " 5.2.5 " ,
49
- "@algolia/requester-node-http" : " 5.2.5 "
47
+ "@algolia/client-common" : " 5.3.0 " ,
48
+ "@algolia/requester-browser-xhr" : " 5.3.0 " ,
49
+ "@algolia/requester-node-http" : " 5.3.0 "
50
50
},
51
51
"devDependencies" : {
52
52
"@arethetypeswrong/cli" : " 0.15.4" ,
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.2.5 ' ;
32
+ export const apiClientVersion = '1.3.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
- "version" : " 5.2.5 " ,
2
+ "version" : " 5.3.0 " ,
3
3
"repository" : {
4
4
"type" : " git" ,
5
5
"url" : " git+https://github.com/algolia/algoliasearch-client-javascript.git"
44
44
" index.d.ts"
45
45
],
46
46
"dependencies" : {
47
- "@algolia/client-common" : " 5.2.5 " ,
48
- "@algolia/requester-browser-xhr" : " 5.2.5 " ,
49
- "@algolia/requester-node-http" : " 5.2.5 "
47
+ "@algolia/client-common" : " 5.3.0 " ,
48
+ "@algolia/requester-browser-xhr" : " 5.3.0 " ,
49
+ "@algolia/requester-node-http" : " 5.3.0 "
50
50
},
51
51
"devDependencies" : {
52
52
"@arethetypeswrong/cli" : " 0.15.4" ,
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.2.5 ' ;
31
+ export const apiClientVersion = '5.3.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.2.5 " ,
3
+ "version" : " 5.3.0 " ,
4
4
"description" : " Promise-based request library for browser using xhr." ,
5
5
"repository" : {
6
6
"type" : " git" ,
30
30
"test:bundle" : " publint . && attw --pack . --ignore-rules cjs-resolves-to-esm"
31
31
},
32
32
"dependencies" : {
33
- "@algolia/client-common" : " 5.2.5 "
33
+ "@algolia/client-common" : " 5.3.0 "
34
34
},
35
35
"devDependencies" : {
36
36
"@arethetypeswrong/cli" : " 0.15.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/requester-fetch" ,
3
- "version" : " 5.2.5 " ,
3
+ "version" : " 5.3.0 " ,
4
4
"description" : " Promise-based request library using Fetch." ,
5
5
"repository" : {
6
6
"type" : " git" ,
41
41
"test:bundle" : " publint . && attw --pack ."
42
42
},
43
43
"dependencies" : {
44
- "@algolia/client-common" : " 5.2.5 "
44
+ "@algolia/client-common" : " 5.3.0 "
45
45
},
46
46
"devDependencies" : {
47
47
"@arethetypeswrong/cli" : " 0.15.4" ,
You can’t perform that action at this time.
0 commit comments