File tree 28 files changed +125
-116
lines changed
28 files changed +125
-116
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 5.1.1] ( https://github.com/algolia/algoliasearch-client-javascript/compare/5.1.0...5.1.1 )
2
+
3
+ - [ 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/ )
4
+ - [ 7c7de04ab] ( https://github.com/algolia/api-clients-automation/commit/7c7de04ab ) fix(specs): another wrong link ([ #3570 ] ( https://github.com/algolia/api-clients-automation/pull/3570 ) ) by [ @kai687 ] ( https://github.com/kai687/ )
5
+ - [ f38a9ef12] ( https://github.com/algolia/api-clients-automation/commit/f38a9ef12 ) chore(specs): breaking change method names mapping table ([ #3568 ] ( https://github.com/algolia/api-clients-automation/pull/3568 ) ) by [ @shortcuts ] ( https://github.com/shortcuts/ )
6
+ - [ 73868d60e] ( https://github.com/algolia/api-clients-automation/commit/73868d60e ) fix(javascript): exports type field ([ #3569 ] ( https://github.com/algolia/api-clients-automation/pull/3569 ) ) by [ @shortcuts ] ( https://github.com/shortcuts/ )
7
+ - [ 9dedfc90f] ( https://github.com/algolia/api-clients-automation/commit/9dedfc90f ) fix(clients): mention ` main ` branch instead of ` master ` ([ #3566 ] ( https://github.com/algolia/api-clients-automation/pull/3566 ) ) by [ @shortcuts ] ( https://github.com/shortcuts/ )
8
+ - [ 0e5ffb1e8] ( https://github.com/algolia/api-clients-automation/commit/0e5ffb1e8 ) fix(specs): broken link ([ #3559 ] ( https://github.com/algolia/api-clients-automation/pull/3559 ) ) by [ @kai687 ] ( https://github.com/kai687/ )
9
+
1
10
## [ 5.1.0] ( https://github.com/algolia/algoliasearch-client-javascript/compare/5.0.2...5.1.0 )
2
11
3
12
- [ c8343884e] ( https://github.com/algolia/api-clients-automation/commit/c8343884e ) feat(javascript): add search wrappers to lite client ([ #3556 ] ( https://github.com/algolia/api-clients-automation/pull/3556 ) ) by [ @shortcuts ] ( https://github.com/shortcuts/ )
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import type { SearchMethodParams } from '../model/searchMethodParams';
27
27
import type { SearchResponse } from '../model/searchResponse' ;
28
28
import type { SearchResponses } from '../model/searchResponses' ;
29
29
30
- export const apiClientVersion = '5.1.0 ' ;
30
+ export const apiClientVersion = '5.1.1 ' ;
31
31
32
32
function getDefaultHosts ( appId : string ) : Host [ ] {
33
33
return (
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " algoliasearch" ,
3
- "version" : " 5.1.0 " ,
3
+ "version" : " 5.1.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" ,
67
67
"test" : " jest"
68
68
},
69
69
"dependencies" : {
70
- "@algolia/client-abtesting" : " 5.1.0 " ,
71
- "@algolia/client-analytics" : " 5.1.0 " ,
72
- "@algolia/client-common" : " 5.1.0 " ,
73
- "@algolia/client-personalization" : " 5.1.0 " ,
74
- "@algolia/client-search" : " 5.1.0 " ,
75
- "@algolia/recommend" : " 5.1.0 " ,
76
- "@algolia/requester-browser-xhr" : " 5.1.0 " ,
77
- "@algolia/requester-node-http" : " 5.1.0 "
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 "
78
78
},
79
79
"devDependencies" : {
80
80
"@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.1.0 " ,
3
+ "version" : " 5.1.1 " ,
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.0 " ,
48
- "@algolia/requester-browser-xhr" : " 5.1.0 " ,
49
- "@algolia/requester-node-http" : " 5.1.0 "
47
+ "@algolia/client-common" : " 5.1.1 " ,
48
+ "@algolia/requester-browser-xhr" : " 5.1.1 " ,
49
+ "@algolia/requester-node-http" : " 5.1.1 "
50
50
},
51
51
"devDependencies" : {
52
52
"@types/node" : " 22.2.0" ,
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import type { ListABTestsResponse } from '../model/listABTestsResponse';
31
31
import type { ScheduleABTestResponse } from '../model/scheduleABTestResponse' ;
32
32
import type { ScheduleABTestsRequest } from '../model/scheduleABTestsRequest' ;
33
33
34
- export const apiClientVersion = '5.1.0 ' ;
34
+ export const apiClientVersion = '5.1.1 ' ;
35
35
36
36
export const REGIONS = [ 'de' , '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-analytics" ,
3
- "version" : " 5.1.0 " ,
3
+ "version" : " 5.1.1 " ,
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.0 " ,
48
- "@algolia/requester-browser-xhr" : " 5.1.0 " ,
49
- "@algolia/requester-node-http" : " 5.1.0 "
47
+ "@algolia/client-common" : " 5.1.1 " ,
48
+ "@algolia/requester-browser-xhr" : " 5.1.1 " ,
49
+ "@algolia/requester-node-http" : " 5.1.1 "
50
50
},
51
51
"devDependencies" : {
52
52
"@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.1.0 ' ;
64
+ export const apiClientVersion = '5.1.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.1.0 " ,
3
+ "version" : " 5.1.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.1.0 " ,
3
+ "version" : " 5.1.1 " ,
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.0 " ,
48
- "@algolia/requester-browser-xhr" : " 5.1.0 " ,
49
- "@algolia/requester-node-http" : " 5.1.0 "
47
+ "@algolia/client-common" : " 5.1.1 " ,
48
+ "@algolia/requester-browser-xhr" : " 5.1.1 " ,
49
+ "@algolia/requester-node-http" : " 5.1.1 "
50
50
},
51
51
"devDependencies" : {
52
52
"@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.1.0 ' ;
27
+ export const apiClientVersion = '5.1.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.1.0 " ,
3
+ "version" : " 5.1.1 " ,
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.0 " ,
48
- "@algolia/requester-browser-xhr" : " 5.1.0 " ,
49
- "@algolia/requester-node-http" : " 5.1.0 "
47
+ "@algolia/client-common" : " 5.1.1 " ,
48
+ "@algolia/requester-browser-xhr" : " 5.1.1 " ,
49
+ "@algolia/requester-node-http" : " 5.1.1 "
50
50
},
51
51
"devDependencies" : {
52
52
"@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.1.0 ' ;
30
+ export const apiClientVersion = '5.1.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.1.0 " ,
3
+ "version" : " 5.1.1 " ,
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.0 " ,
48
- "@algolia/requester-browser-xhr" : " 5.1.0 " ,
49
- "@algolia/requester-node-http" : " 5.1.0 "
47
+ "@algolia/client-common" : " 5.1.1 " ,
48
+ "@algolia/requester-browser-xhr" : " 5.1.1 " ,
49
+ "@algolia/requester-node-http" : " 5.1.1 "
50
50
},
51
51
"devDependencies" : {
52
52
"@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.1.0 ' ;
34
+ export const apiClientVersion = '5.1.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.1.0 " ,
3
+ "version" : " 5.1.1 " ,
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.0 " ,
48
- "@algolia/requester-browser-xhr" : " 5.1.0 " ,
49
- "@algolia/requester-node-http" : " 5.1.0 "
47
+ "@algolia/client-common" : " 5.1.1 " ,
48
+ "@algolia/requester-browser-xhr" : " 5.1.1 " ,
49
+ "@algolia/requester-node-http" : " 5.1.1 "
50
50
},
51
51
"devDependencies" : {
52
52
"@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.1.0 ' ;
131
+ export const apiClientVersion = '5.1.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.1.0 " ,
3
+ "version" : " 1.1.1 " ,
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.0 " ,
48
- "@algolia/requester-browser-xhr" : " 5.1.0 " ,
49
- "@algolia/requester-node-http" : " 5.1.0 "
47
+ "@algolia/client-common" : " 5.1.1 " ,
48
+ "@algolia/requester-browser-xhr" : " 5.1.1 " ,
49
+ "@algolia/requester-node-http" : " 5.1.1 "
50
50
},
51
51
"devDependencies" : {
52
52
"@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.1.0 ' ;
28
+ export const apiClientVersion = '1.1.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.1.0 " ,
3
+ "version" : " 1.1.1 " ,
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.0 " ,
48
- "@algolia/requester-browser-xhr" : " 5.1.0 " ,
49
- "@algolia/requester-node-http" : " 5.1.0 "
47
+ "@algolia/client-common" : " 5.1.1 " ,
48
+ "@algolia/requester-browser-xhr" : " 5.1.1 " ,
49
+ "@algolia/requester-node-http" : " 5.1.1 "
50
50
},
51
51
"devDependencies" : {
52
52
"@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.1.0 ' ;
114
+ export const apiClientVersion = '1.1.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.1.0 " ,
3
+ "version" : " 1.1.1 " ,
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.0 " ,
48
- "@algolia/requester-browser-xhr" : " 5.1.0 " ,
49
- "@algolia/requester-node-http" : " 5.1.0 "
47
+ "@algolia/client-common" : " 5.1.1 " ,
48
+ "@algolia/requester-browser-xhr" : " 5.1.1 " ,
49
+ "@algolia/requester-node-http" : " 5.1.1 "
50
50
},
51
51
"devDependencies" : {
52
52
"@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.1.0 ' ;
36
+ export const apiClientVersion = '1.1.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.1.0 " ,
3
+ "version" : " 5.1.1 " ,
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.0 " ,
48
- "@algolia/requester-browser-xhr" : " 5.1.0 " ,
49
- "@algolia/requester-node-http" : " 5.1.0 "
47
+ "@algolia/client-common" : " 5.1.1 " ,
48
+ "@algolia/requester-browser-xhr" : " 5.1.1 " ,
49
+ "@algolia/requester-node-http" : " 5.1.1 "
50
50
},
51
51
"devDependencies" : {
52
52
"@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.1.0 ' ;
36
+ export const apiClientVersion = '5.1.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.1.0 " ,
3
+ "version" : " 5.1.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.1.0 "
26
+ "@algolia/client-common" : " 5.1.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.1.0 " ,
3
+ "version" : " 5.1.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.1.0 "
26
+ "@algolia/client-common" : " 5.1.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