|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 1.2.7 (2017-06-30) |
| 4 | + |
| 5 | +#### API |
| 6 | + |
| 7 | +- Add name filter for `network ls` |
| 8 | +- Allow control over where volumes get created with a whitelist label |
| 9 | +- Immediately flush response headers for ContainerWait requests |
| 10 | +- Add support for network filters on containers and label filters on volumes |
| 11 | +- Don't throw away most of the JSONMessage content when pulling images |
| 12 | +- Add progress reporting during image pulls |
| 13 | +- Add filter to list dangling images |
| 14 | +- Add OSType as a label for node constraints |
| 15 | +- Don't fail docker pull operations when running both Linux and Windows nodes |
| 16 | +- Add support for some new image build options |
| 17 | +- Node filters for networks and volumes |
| 18 | + |
| 19 | +#### Events |
| 20 | + |
| 21 | +- Move events handling to use watch queues from `github.com/docker/swarmkit` |
| 22 | +- Event stream retry interval capped to 10 seconds |
| 23 | + |
| 24 | +#### Networking |
| 25 | + |
| 26 | +- Fix refresh loop after `network ls` stopped returning containers attached to networks (for newer API versions) |
| 27 | + |
| 28 | +#### Discovery |
| 29 | + |
| 30 | +- Deprecate Docker Hub discovery (token based); to be removed in an upcoming release |
| 31 | + |
| 32 | +#### Misc |
| 33 | + |
| 34 | +- Move vendoring to use `github.com/LK4D4/vndr` instead of Godeps |
| 35 | +- Fix several test failures |
| 36 | +- Parallelize engine operations |
| 37 | + |
3 | 38 | ## 1.2.6 (2017-01-17) |
4 | 39 |
|
5 | 40 | #### API |
|
24 | 59 | - Remove dependency on IPv4 addresses |
25 | 60 | - Support event top, resize, commit and so on to avoid unnecessary refreshing |
26 | 61 | - Sequentialize event monitor to an engine to avoid data race |
27 | | -- When an active engine sends EOF on event stream, restart event monitor so we don't lose events |
| 62 | +- When an active engine sends EOF on event stream, restart event monitor so we don't lose events |
28 | 63 | - When proxying a request, cancel request if user connection is broken |
29 | 64 |
|
30 | 65 | #### MISC |
|
0 commit comments