|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.8.0-dev.1 (2016-04-16) |
| 4 | +- Fixes docker/docker#16964 |
| 5 | +- Added maximum egress bandwidth qos for Windows |
| 6 | + |
| 7 | +## 0.7.0-rc.6 (2016-04-10) |
| 8 | +- Flush cached resolver socket on default gateway change |
| 9 | + |
| 10 | +## 0.7.0-rc.5 (2016-04-08) |
| 11 | +- Persist ipam driver options |
| 12 | +- Fixes https://github.com/docker/libnetwork/issues/1087 |
| 13 | +- Use go vet from go tool |
| 14 | +- Godep update to pick up latest docker/docker packages |
| 15 | +- Validate remote driver response using docker plugins package method. |
| 16 | + |
| 17 | +## 0.7.0-rc.4 (2016-04-06) |
| 18 | +- Fix the handling for default gateway Endpoint join/leave. |
| 19 | + |
| 20 | +## 0.7.0-rc.3 (2016-04-05) |
| 21 | +- Revert fix for default gateway endoint join/leave. Needs to be reworked. |
| 22 | +- Persist the network internal mode for bridge networks |
| 23 | + |
| 24 | +## 0.7.0-rc.2 (2016-04-05) |
| 25 | +- Fixes https://github.com/docker/libnetwork/issues/1070 |
| 26 | +- Move IPAM resource initialization out of init() |
| 27 | +- Initialize overlay driver before network delete |
| 28 | +- Fix the handling for default gateway Endpoint join/lean |
| 29 | + |
| 30 | +## 0.7.0-rc.1 (2016-03-30) |
| 31 | +- Fixes https://github.com/docker/libnetwork/issues/985 |
| 32 | +- Fixes https://github.com/docker/libnetwork/issues/945 |
| 33 | +- Log time taken to set sandbox key |
| 34 | +- Limit number of concurrent DNS queries |
| 35 | + |
3 | 36 | ## 0.7.0-dev.10 (2016-03-21) |
4 | 37 | - Add IPv6 service discovery (AAAA records) in embedded DNS server |
5 | 38 | - Honor enableIPv6 flag in network create for the IP allocation |
|
0 commit comments