mirror of https://github.com/docker/docker-py.git
22 lines
450 B
Markdown
22 lines
450 B
Markdown
\
|
|
## X.Y.Z (UNRELEASED)
|
|
|
|
**Features**
|
|
|
|
* Added `gw_priority` parameter to `EndpointConfig` (available in
|
|
`create_endpoint_config` and used by `connect_container_to_network`
|
|
and `create_container` via `networking_config`). This allows setting
|
|
the gateway priority for a container's network endpoint. Requires
|
|
Docker API version 1.48 or higher.
|
|
|
|
**Bugfixes**
|
|
|
|
* None yet.
|
|
|
|
**Deprecations**
|
|
|
|
* None yet.
|
|
|
|
---
|
|
## 7.1.0 (2024-04-08)
|