File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 8.11.0 (2025-04-02)
4
+
5
+ - Added Node::getLastPing and Node::getFailedPings for custom NodePool implementations with ping backoffs
6
+ [ #35 ] ( https://github.com/elastic/elastic-transport-php/pull/35 )
7
+ - Add HTTP network exception as previous exception to NoNodeAvailableException for debugging
8
+ [ #34 ] ( https://github.com/elastic/elastic-transport-php/pull/34 )
9
+ - Fixed PHP 7.4+ issue - "must not be accessed before initialization" in getLastRequest() & getLastResponse()
10
+ [ #33 ] ( https://github.com/elastic/elastic-transport-php/pull/33 )
11
+ - Fixed missing response body with guzzle psr7 streams
12
+ [ #30 ] ( https://github.com/elastic/elastic-transport-php/pull/30 )
13
+
3
14
## 8.10.0 (2024-08-14)
4
15
5
16
- Added the OpenTelemetry support
Original file line number Diff line number Diff line change 51
51
52
52
final class Transport implements ClientInterface, HttpAsyncClient
53
53
{
54
- const VERSION = "8.10 .0 " ;
54
+ const VERSION = "8.11 .0 " ;
55
55
56
56
private ClientInterface $ client ;
57
57
private LoggerInterface $ logger ;
You can’t perform that action at this time.
0 commit comments