Skip to content

Commit 14e8d07

Browse files
authored
docs: update changelog (#3127)
Signed-off-by: Milas Bowman <[email protected]>
1 parent c5e582c commit 14e8d07

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

docs/change-log.md

+41
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,47 @@
11
Changelog
22
==========
33

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`)
44+
445
6.0.0
546
-----
647

0 commit comments

Comments
 (0)