Skip to content

Commit 8b9d2b8

Browse files
chore: release 4.12.0
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 1ff6e82 commit 8b9d2b8

12 files changed

+20
-11
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [4.12.0](https://github.com/algolia/algoliasearch-client-php/compare/4.11.2...4.12.0)
2+
3+
- [b569646304](https://github.com/algolia/api-clients-automation/commit/b569646304) fix(specs): drop singer from ingestion specs ([#4281](https://github.com/algolia/api-clients-automation/pull/4281)) by [@shortcuts](https://github.com/shortcuts/)
4+
- [37223c9779](https://github.com/algolia/api-clients-automation/commit/37223c9779) feat(clients): cleanup after replaceAllObjects failure ([#3824](https://github.com/algolia/api-clients-automation/pull/3824)) by [@millotp](https://github.com/millotp/)
5+
- [47b567fd0d](https://github.com/algolia/api-clients-automation/commit/47b567fd0d) chore(deps): dependencies 2025-01-06 ([#4299](https://github.com/algolia/api-clients-automation/pull/4299)) by [@algolia-bot](https://github.com/algolia-bot/)
6+
- [5328ce8333](https://github.com/algolia/api-clients-automation/commit/5328ce8333) feat(specs): add notification settings to tasks ([#4297](https://github.com/algolia/api-clients-automation/pull/4297)) by [@millotp](https://github.com/millotp/)
7+
- [e7b3898f06](https://github.com/algolia/api-clients-automation/commit/e7b3898f06) feat(clients): add optionnal scopes to replaceAllObjects ([#4296](https://github.com/algolia/api-clients-automation/pull/4296)) by [@millotp](https://github.com/millotp/)
8+
- [47193ad3d1](https://github.com/algolia/api-clients-automation/commit/47193ad3d1) chore: revert release ([#4314](https://github.com/algolia/api-clients-automation/pull/4314)) by [@shortcuts](https://github.com/shortcuts/)
9+
110
## [4.11.2](https://github.com/algolia/algoliasearch-client-php/compare/4.11.1...4.11.2)
211

312
- [0481473fe0](https://github.com/algolia/api-clients-automation/commit/0481473fe0) chore: trigger auto close pr ([#4250](https://github.com/algolia/api-clients-automation/pull/4250)) by [@shortcuts](https://github.com/shortcuts/)

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.11.2",
3+
"version": "4.12.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.11.2';
17+
public const VERSION = '4.12.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
@@ -22,7 +22,7 @@
2222
*/
2323
class AbtestingClient
2424
{
25-
public const VERSION = '4.11.2';
25+
public const VERSION = '4.12.0';
2626

2727
/**
2828
* @var ApiWrapperInterface

lib/Api/AnalyticsClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020
class AnalyticsClient
2121
{
22-
public const VERSION = '4.11.2';
22+
public const VERSION = '4.12.0';
2323

2424
/**
2525
* @var ApiWrapperInterface

lib/Api/IngestionClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
*/
3939
class IngestionClient
4040
{
41-
public const VERSION = '4.11.2';
41+
public const VERSION = '4.12.0';
4242

4343
/**
4444
* @var ApiWrapperInterface

lib/Api/InsightsClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
class InsightsClient
2222
{
23-
public const VERSION = '4.11.2';
23+
public const VERSION = '4.12.0';
2424

2525
/**
2626
* @var ApiWrapperInterface

lib/Api/MonitoringClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020
class MonitoringClient
2121
{
22-
public const VERSION = '4.11.2';
22+
public const VERSION = '4.12.0';
2323

2424
/**
2525
* @var ApiWrapperInterface

lib/Api/PersonalizationClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
class PersonalizationClient
2222
{
23-
public const VERSION = '4.11.2';
23+
public const VERSION = '4.12.0';
2424

2525
/**
2626
* @var ApiWrapperInterface

lib/Api/QuerySuggestionsClient.php

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

2626
/**
2727
* @var ApiWrapperInterface

0 commit comments

Comments
 (0)