Skip to content

Commit ae243a7

Browse files
algolia-botFluf22
andcommitted
chore: release 4.37.2
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 2edc745 commit ae243a7

14 files changed

+18
-13
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [4.37.2](https://github.com/algolia/algoliasearch-client-php/compare/4.37.1...4.37.2)
2+
3+
- [cd7a174b4](https://github.com/algolia/api-clients-automation/commit/cd7a174b4) fix(specs): BREAKING CHANGE — remove fields requirement from run response in CompAPI client ([#5809](https://github.com/algolia/api-clients-automation/pull/5809)) by [@ClaraMuller](https://github.com/ClaraMuller/)\
4+
Some fields from the Composition Run search response were marked as required while they were optional on the API side. This has been fixed, but might impact the client types.
5+
16
## [4.37.1](https://github.com/algolia/algoliasearch-client-php/compare/4.37.0...4.37.1)
27

38
- [54606b3b2](https://github.com/algolia/api-clients-automation/commit/54606b3b2) refactor(specs): extract `results` field in a dedicated directory ([#5739](https://github.com/algolia/api-clients-automation/pull/5739)) by [@ClaraMuller](https://github.com/ClaraMuller/)

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.1",
3+
"version": "4.37.2",
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.1';
17+
public const VERSION = '4.37.2';
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
@@ -25,7 +25,7 @@
2525
*/
2626
class AbtestingClient
2727
{
28-
public const VERSION = '4.37.1';
28+
public const VERSION = '4.37.2';
2929

3030
/**
3131
* @var ApiWrapperInterface

lib/Api/AbtestingV3Client.php

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

3131
/**
3232
* @var ApiWrapperInterface

lib/Api/AnalyticsClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
*/
4040
class AnalyticsClient
4141
{
42-
public const VERSION = '4.37.1';
42+
public const VERSION = '4.37.2';
4343

4444
/**
4545
* @var ApiWrapperInterface

lib/Api/CompositionClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*/
3535
class CompositionClient
3636
{
37-
public const VERSION = '4.37.1';
37+
public const VERSION = '4.37.2';
3838

3939
/**
4040
* @var ApiWrapperInterface

lib/Api/IngestionClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
*/
7474
class IngestionClient
7575
{
76-
public const VERSION = '4.37.1';
76+
public const VERSION = '4.37.2';
7777

7878
/**
7979
* @var ApiWrapperInterface

lib/Api/InsightsClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222
class InsightsClient
2323
{
24-
public const VERSION = '4.37.1';
24+
public const VERSION = '4.37.2';
2525

2626
/**
2727
* @var ApiWrapperInterface

lib/Api/MonitoringClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*/
2626
class MonitoringClient
2727
{
28-
public const VERSION = '4.37.1';
28+
public const VERSION = '4.37.2';
2929

3030
/**
3131
* @var ApiWrapperInterface

0 commit comments

Comments
 (0)