Skip to content

Commit b5bce82

Browse files
committed
docs: update changelog
Signed-off-by: Milas Bowman <[email protected]>
1 parent c5e582c commit b5bce82

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

docs/change-log.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,47 @@
11
Changelog
22
==========
33

4+
6.1.2
5+
-----
6+
#### Bugfixes
7+
- Fix for socket timeouts on long `docker exec` calls
8+
9+
6.1.1
10+
-----
11+
#### Bugfixes
12+
- Fix `containers.stats()` hanging with `stream=True`
13+
- Correct return type in docs for `containers.diff()` method
14+
15+
16+
6.1.0
17+
-----
18+
19+
### Upgrade Notes
20+
- 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.
21+
22+
### Features
23+
- Python 3.11 support
24+
- Use `poll()` instead of `select()` on non-Windows platforms
25+
- New API fields
26+
- `network_driver_opt` on container run / create
27+
- `one-shot` on container stats
28+
- `status` on services list
29+
30+
### Bugfixes
31+
- Support for requests 2.29.0+ and urllib3 2.x
32+
- Do not strip characters from volume names
33+
- Fix connection leak on container.exec_* operations
34+
- Fix errors closing named pipes on Windows
35+
36+
6.0.1
37+
-----
38+
This version is not compatible with requests 2.29+ or urllib3 2.x.
39+
Either explicitly add `requests < 2.29` and `urllib3 < 2` to your requirements constraints or upgrade to 6.1.0+.
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)