Merge pull request #2897 from aiordache/changelog_5.0.3

Update changelog for 5.0.3
This commit is contained in:
Stefan Scherer 2021-10-14 10:46:17 +02:00 committed by GitHub
commit ac5f6ef93a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -1,6 +1,21 @@
Change log Change log
========== ==========
5.0.3
-----
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/76?closed=1)
### Features
- Add `cap_add` and `cap_drop` parameters to service create and ContainerSpec
- Add `templating` parameter to config create
### Bugfixes
- Fix getting a read timeout for logs/attach with a tty and slow output
### Miscellaneous
- Fix documentation examples
5.0.2 5.0.2
----- -----