You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/change-log.md
+41
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,47 @@
1
1
Changelog
2
2
==========
3
3
4
+
6.1.2
5
+
-----
6
+
7
+
#### Bugfixes
8
+
- Fix for socket timeouts on long `docker exec` calls
9
+
10
+
6.1.1
11
+
-----
12
+
13
+
#### Bugfixes
14
+
- Fix `containers.stats()` hanging with `stream=True`
15
+
- Correct return type in docs for `containers.diff()` method
16
+
17
+
18
+
6.1.0
19
+
-----
20
+
21
+
### Upgrade Notes
22
+
- Errors are no longer returned during client initialization if the credential helper cannot be found. A warning will be emitted instead, and an error is returned if the credential helper is used.
23
+
24
+
### Features
25
+
- Python 3.11 support
26
+
- Use `poll()` instead of `select()` on non-Windows platforms
27
+
- New API fields
28
+
-`network_driver_opt` on container run / create
29
+
-`one-shot` on container stats
30
+
-`status` on services list
31
+
32
+
### Bugfixes
33
+
- Support for requests 2.29.0+ and urllib3 2.x
34
+
- Do not strip characters from volume names
35
+
- Fix connection leak on container.exec_* operations
36
+
- Fix errors closing named pipes on Windows
37
+
38
+
6.0.1
39
+
-----
40
+
41
+
### Bugfixes
42
+
- Fix for `The pipe has been ended errors` on Windows
43
+
- Support floats for container log filtering by timestamp (`since` / `until`)
0 commit comments