Skip to content

Commit 10af1f4

Browse files
committed
Prep for v8.17.1
1 parent c69b038 commit 10af1f4

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## Release 8.17.1
2+
3+
- Fix and improvements for PHPStan (rule level 5) #1442 (thanks @AJenbo)
4+
5+
## Release 8.17.0
6+
7+
- Updated the APIs to Elasticsearch [8.17.0](https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-8.17.0.html)
8+
9+
## Release 8.16.0
10+
11+
- Updated the APIs to Elasticsearch [8.16.0](https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-8.16.0.html)
12+
- Added the support of PHP 8.4 #1415 (thanks @ruudk)
13+
114
## Release 8.15.0
215

316
Updated the APIs to Elasticsearch [8.15.0](https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-8.15.0.html) and added the support of OpenTelemetry.

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
final class Client implements ClientInterface
2929
{
3030
const CLIENT_NAME = 'es';
31-
const VERSION = '8.17.0';
31+
const VERSION = '8.17.1';
3232
const API_COMPATIBILITY_HEADER = '%s/vnd.elasticsearch+%s; compatible-with=8';
3333

3434
const SEARCH_ENDPOINTS = [

0 commit comments

Comments
 (0)