- Fixes moby/moby#20350
- Fixes moby/moby#20145
- Initial Windows HNS integration
- Allow passing global datastore config to libnetwork after boot
- Set Recursion Available bit in DNS query responses
- Make sure iptables chains are recreated on firewalld reload
- Fixes moby/moby#20140
- Expose EnableIPV6 option
- discoverapi refactoring
- Fixed a few typos & docs update
- Fixes moby/moby#20132
- Fixes moby/moby#20140
- Fixes moby/moby#20019
- Fixes moby/moby#20026
- Allow inter-network connections via exposed ports
- Properly fixes moby/moby#18814
- Cleanup stale overlay sandboxes
- Add Endpoints() API to Sandbox interface
- Fixed a race-condition in default gateway network creation
- Fixes moby/moby#19576
- Fixed embedded DNS to listen in TCP as well
- Fixed a race-condition in IPAM to choose non-overlapping subnet for concurrent requests
- Fixes moby/moby#19376
- Fixes moby/moby#15819
- Fixes libnetwork/#885, Not filter v6 DNS servers from resolv.conf
- Fixes docker/docker #19448, also handles the . in service and network names correctly.
- Fixes moby/moby#19404
- Fixes the ungraceful daemon restart issue in systemd with remote network plugin (moby#813)
- Setup embedded DNS server correctly on container restart. Fixes moby/moby#19354
- Allow network-scoped alias to be resolved for anonymous endpoint
- Self repair corrupted IP database that could happen in 1.9.0 & 1.9.1
- Skip IPTables cleanup if --iptables=false is set. Fixes moby/moby#19063
- Removed the isNodeAlive protection when user forces an endpoint delete
- Bridge driver supporting internal network option
- Backend implementation to support "force" option to network disconnect
- Fixing a regex in etchosts package to fix moby/moby#19080
- Embedded DNS replacing /etc/hosts based Service Discovery
- Container local alias and Network-scoped alias support
- Backend support for internal network mode
- Support for IPAM driver options
- Fixes overlay veth cleanup issue : moby/moby#18814
- fixes moby/moby#19139
- disable IPv6 Duplicate Address Detection
- Allowing user to assign IP Address for containers
- Fixes moby/moby#18214
- Fixes moby/moby#18380
- Docker multi-host networking exiting experimental channel
- Introduced IP Address Management and IPAM drivers
- DEPRECATE service discovery from default bridge network
- Introduced new network UX
- Support for multiple networks in bridge driver
- Local persistence with boltdb
- Introduce experimental version of Overlay driver
- Introduce experimental version of network plugins
- Introduce experimental version of network & service UX
- Introduced experimental /etc/hosts based service discovery
- Integrated with libkv
- Improving test coverage
- Fixed a bunch of issues with osl namespace mgmt
- Introduce CNM (Container Networking Model)
- Replace docker networking with CNM & Bridge driver