Skip to content

Commit

Permalink
chore: release 4.2.0
Browse files Browse the repository at this point in the history
Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Clément Vannicatte <[email protected]>
  • Loading branch information
algolia-bot and shortcuts committed Aug 21, 2024
1 parent f4ccd05 commit 046b438
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 12 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [4.2.0](https://github.com/algolia/algoliasearch-client-php/compare/4.1.0...4.2.0)

- [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/)
- [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/)
- [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/)
- [d0e4f4ed4](https://github.com/algolia/api-clients-automation/commit/d0e4f4ed4) feat(php): waitForTasks param for various SearchClient methods ([#3565](https://github.com/algolia/api-clients-automation/pull/3565)) by [@aykutersoy](https://github.com/aykutersoy/)
- [fbe8a2356](https://github.com/algolia/api-clients-automation/commit/fbe8a2356) fix(php): native return types for AbstractModel methods ([#3563](https://github.com/algolia/api-clients-automation/pull/3563)) by [@aykutersoy](https://github.com/aykutersoy/)
- [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/)
- [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/)
- [675fc78d0](https://github.com/algolia/api-clients-automation/commit/675fc78d0) fix(php): Deprecation warning fix for PHP 8.1+ ([#3562](https://github.com/algolia/api-clients-automation/pull/3562)) by [@aykutersoy](https://github.com/aykutersoy/)

## [4.1.0](https://github.com/algolia/algoliasearch-client-php/compare/4.0.2...4.1.0)

- [d53060d96](https://github.com/algolia/api-clients-automation/commit/d53060d96) feat(specs): add /schedule endpoint ([#3350](https://github.com/algolia/api-clients-automation/pull/3350)) by [@febeck](https://github.com/febeck/)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "algolia/algoliasearch-client-php",
"version": "4.1.0",
"version": "4.2.0",
"description": "API powering the features of Algolia.",
"keywords": [
"openapitools",
Expand Down
2 changes: 1 addition & 1 deletion lib/Algolia.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

final class Algolia
{
public const VERSION = '4.1.0';
public const VERSION = '4.2.0';

/**
* Holds an instance of the simple cache repository (PSR-16).
Expand Down
2 changes: 1 addition & 1 deletion lib/Api/AbtestingClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/
class AbtestingClient
{
public const VERSION = '4.1.0';
public const VERSION = '4.2.0';

/**
* @var ApiWrapperInterface
Expand Down
2 changes: 1 addition & 1 deletion lib/Api/AnalyticsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/
class AnalyticsClient
{
public const VERSION = '4.1.0';
public const VERSION = '4.2.0';

/**
* @var ApiWrapperInterface
Expand Down
2 changes: 1 addition & 1 deletion lib/Api/IngestionClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
*/
class IngestionClient
{
public const VERSION = '4.1.0';
public const VERSION = '4.2.0';

/**
* @var ApiWrapperInterface
Expand Down
2 changes: 1 addition & 1 deletion lib/Api/InsightsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
class InsightsClient
{
public const VERSION = '4.1.0';
public const VERSION = '4.2.0';

/**
* @var ApiWrapperInterface
Expand Down
2 changes: 1 addition & 1 deletion lib/Api/MonitoringClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/
class MonitoringClient
{
public const VERSION = '4.1.0';
public const VERSION = '4.2.0';

/**
* @var ApiWrapperInterface
Expand Down
2 changes: 1 addition & 1 deletion lib/Api/PersonalizationClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
class PersonalizationClient
{
public const VERSION = '4.1.0';
public const VERSION = '4.2.0';

/**
* @var ApiWrapperInterface
Expand Down
2 changes: 1 addition & 1 deletion lib/Api/QuerySuggestionsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/
class QuerySuggestionsClient
{
public const VERSION = '4.1.0';
public const VERSION = '4.2.0';

/**
* @var ApiWrapperInterface
Expand Down
2 changes: 1 addition & 1 deletion lib/Api/RecommendClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/
class RecommendClient
{
public const VERSION = '4.1.0';
public const VERSION = '4.2.0';

/**
* @var ApiWrapperInterface
Expand Down
2 changes: 1 addition & 1 deletion lib/Api/SearchClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
*/
class SearchClient
{
public const VERSION = '4.1.0';
public const VERSION = '4.2.0';

/**
* @var ApiWrapperInterface
Expand Down
2 changes: 1 addition & 1 deletion lib/Api/UsageClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/
class UsageClient
{
public const VERSION = '4.1.0';
public const VERSION = '4.2.0';

/**
* @var ApiWrapperInterface
Expand Down

0 comments on commit 046b438

Please sign in to comment.