We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f5b2f commit e8ab8d0Copy full SHA for e8ab8d0
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## Release 7.4.2
2
+
3
+- Fixed indexing fails for item IDs that contain slashes
4
+ [#1048](https://github.com/elastic/elasticsearch-php/issues/1048)
5
+ [#1017](https://github.com/elastic/elasticsearch-php/pull/1017)
6
7
## Release 7.4.1
8
9
- We added the suppress operator `@` for the deprecation messages `@trigger_error()`.
src/Elasticsearch/Client.php
@@ -32,7 +32,7 @@
32
*/
33
class Client
34
{
35
- const VERSION = '7.4.1';
+ const VERSION = '7.4.2';
36
37
/**
38
* @var Transport
0 commit comments