Skip to content

Commit f267ae5

Browse files
algolia-botFluf22
andcommitted
chore: release 4.38.0
Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Algolia Bot <30854082+algolia-bot@users.noreply.github.com> Co-authored-by: Thomas Raffray <Fluf22@users.noreply.github.com>
1 parent eca9557 commit f267ae5

14 files changed

Lines changed: 33 additions & 13 deletions

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [4.38.0](https://github.com/algolia/algoliasearch-client-php/compare/4.37.3...4.38.0)
2+
3+
BREAKING CHANGES: this minor version includes multiple breaking changes related to fixes on different APIs. See below for more details.
4+
5+
- [b39e3e013](https://github.com/algolia/api-clients-automation/commit/b39e3e013) feat(specs): `conditions` is not required anymore in composition rules ([#5853](https://github.com/algolia/api-clients-automation/pull/5853)) by [@ClaraMuller](https://github.com/ClaraMuller/)
6+
- [1bf767381](https://github.com/algolia/api-clients-automation/commit/1bf767381) feat(php): added withHttpInfo methods to PHP ([#5852](https://github.com/algolia/api-clients-automation/pull/5852)) by [@eric-zaharia](https://github.com/eric-zaharia/)
7+
- [9ef126ccd](https://github.com/algolia/api-clients-automation/commit/9ef126ccd) docs(SearchParams): Document that filter scores are supported in virtual replicas ([#5716](https://github.com/algolia/api-clients-automation/pull/5716)) by [@NixFrog](https://github.com/NixFrog/)
8+
- [6a3e60802](https://github.com/algolia/api-clients-automation/commit/6a3e60802) fix(specs): BREAKING CHANGE – remove baseRecommendRequest from trendingFacets [CR-10264] ([#5858](https://github.com/algolia/api-clients-automation/pull/5858)) by [@raed667](https://github.com/raed667/)
9+
- The `TrendingFacets` model has been updated to reflect the API response.
10+
- [f9453e693](https://github.com/algolia/api-clients-automation/commit/f9453e693) docs: BREAKING CHANGE – authentication type can't be updated ([#5824](https://github.com/algolia/api-clients-automation/pull/5824)) by [@sbellone](https://github.com/sbellone/)
11+
- The `AuthenticationUpdate` model has been updated to reflect that the `type` field can't be updated.
12+
- [52aed5b35](https://github.com/algolia/api-clients-automation/commit/52aed5b35) fix(specs): allow additionalProperties on insights-api events ([#5885](https://github.com/algolia/api-clients-automation/pull/5885)) by [@sirockin](https://github.com/sirockin/)
13+
- [22ae44dd1](https://github.com/algolia/api-clients-automation/commit/22ae44dd1) fix(clients): remove unneeded curl_close in CurlHttpClient ([#5888](https://github.com/algolia/api-clients-automation/pull/5888)) by [@alexander-schranz](https://github.com/alexander-schranz/)
14+
- [2925f56d1](https://github.com/algolia/api-clients-automation/commit/2925f56d1) fix(specs): BREAKING CHANGE – more accurate composition behavior typing ([#5892](https://github.com/algolia/api-clients-automation/pull/5892)) by [@gavinwade12](https://github.com/gavinwade12/)
15+
- The `CompositionBehavior` model is now a union type for better accuracy.
16+
- [f1414f242](https://github.com/algolia/api-clients-automation/commit/f1414f242) feat(php): Implement retry strategy ([#5891](https://github.com/algolia/api-clients-automation/pull/5891)) by [@eric-zaharia](https://github.com/eric-zaharia/)
17+
- [63b0c5464](https://github.com/algolia/api-clients-automation/commit/63b0c5464) feat(specs): BREAKING CHANGE – Ingestion API: new `code` property in oauth authentication ([#5897](https://github.com/algolia/api-clients-automation/pull/5897)) by [@sbellone](https://github.com/sbellone/)
18+
- The `AuthOAuth` and `AuthOAuthPartial` models have been updated to reflect that the `clientId` field is now optional, and the `code` field can be set.
19+
- [d4d385654](https://github.com/algolia/api-clients-automation/commit/d4d385654) chore(deps): dependencies 2026-02-02 ([#5898](https://github.com/algolia/api-clients-automation/pull/5898)) by [@algolia-bot](https://github.com/algolia-bot/)
20+
121
## [4.37.3](https://github.com/algolia/algoliasearch-client-php/compare/4.37.2...4.37.3)
222

323
- [f02ab6fa0](https://github.com/algolia/api-clients-automation/commit/f02ab6fa0) chore: agentic config prep ([#5825](https://github.com/algolia/api-clients-automation/pull/5825)) by [@Fluf22](https://github.com/Fluf22/)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "algolia/algoliasearch-client-php",
3-
"version": "4.37.3",
3+
"version": "4.38.0",
44
"description": "API powering the features of Algolia.",
55
"keywords": ["algolia", "search", "api", "client", "php"],
66
"type": "library",

lib/Algolia.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
final class Algolia
1616
{
17-
public const VERSION = '4.37.3';
17+
public const VERSION = '4.38.0';
1818

1919
/**
2020
* Holds an instance of the simple cache repository (PSR-16).

lib/Api/AbtestingClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*/
2727
class AbtestingClient
2828
{
29-
public const VERSION = '4.37.3';
29+
public const VERSION = '4.38.0';
3030

3131
/**
3232
* @var ApiWrapperInterface

lib/Api/AbtestingV3Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*/
2828
class AbtestingV3Client
2929
{
30-
public const VERSION = '4.37.3';
30+
public const VERSION = '4.38.0';
3131

3232
/**
3333
* @var ApiWrapperInterface

lib/Api/AnalyticsClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
*/
4141
class AnalyticsClient
4242
{
43-
public const VERSION = '4.37.3';
43+
public const VERSION = '4.38.0';
4444

4545
/**
4646
* @var ApiWrapperInterface

lib/Api/CompositionClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
*/
3636
class CompositionClient
3737
{
38-
public const VERSION = '4.37.3';
38+
public const VERSION = '4.38.0';
3939

4040
/**
4141
* @var ApiWrapperInterface

lib/Api/IngestionClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
*/
7575
class IngestionClient
7676
{
77-
public const VERSION = '4.37.3';
77+
public const VERSION = '4.38.0';
7878

7979
/**
8080
* @var ApiWrapperInterface

lib/Api/InsightsClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*/
2323
class InsightsClient
2424
{
25-
public const VERSION = '4.37.3';
25+
public const VERSION = '4.38.0';
2626

2727
/**
2828
* @var ApiWrapperInterface

lib/Api/MonitoringClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*/
2727
class MonitoringClient
2828
{
29-
public const VERSION = '4.37.3';
29+
public const VERSION = '4.38.0';
3030

3131
/**
3232
* @var ApiWrapperInterface

0 commit comments

Comments
 (0)