We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c736579 commit cdf9f63Copy full SHA for cdf9f63
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 8.8.0 (2023-11-08)
4
+
5
+- Support path in host connection URI
6
+ [#21](https://github.com/elastic/elastic-transport-php/pull/21)
7
8
+- Support userInfo in host connection URI
9
+ [#22](https://github.com/elastic/elastic-transport-php/pull/22)
10
11
## 8.7.0 (2023-05-23)
12
13
- Allow installation of psr/http-message v2.0
src/Transport.php
@@ -48,7 +48,7 @@
48
49
final class Transport implements ClientInterface, HttpAsyncClient
50
{
51
- const VERSION = "8.7.0";
+ const VERSION = "8.8.0";
52
53
private ClientInterface $client;
54
private LoggerInterface $logger;
0 commit comments