We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee14069 commit b1d7615Copy full SHA for b1d7615
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 8.5.0 (2022-10-14)
4
+
5
+- Release created to be compatible with 8.5 Elastic clients
6
+- Fixed the full body message in debug() log for Transport
7
+ [#11](https://github.com/elastic/elastic-transport-php/pull/11)
8
9
## 8.4.0 (2022-08-17)
10
11
- Release created to be compatible with 8.4 Elastic clients
src/Transport.php
@@ -48,7 +48,7 @@
48
49
final class Transport implements ClientInterface, HttpAsyncClient
50
{
51
- const VERSION = "8.5.0";
+ const VERSION = "8.6.0";
52
53
private ClientInterface $client;
54
private LoggerInterface $logger;
0 commit comments