Items starting with DEPRECATE are important deprecation notices. For more information on the list of deprecated APIs please have a look at https://docs.docker.com/misc/deprecated/ where target removal dates can also be found.
- Fix issue configuring response hijacking with TLS enabled.
- Fix issue detecting missing images on container creation.
- Remove invalid json tag in endpoint configuration.
- Add missing fields in info structure.
- Allow to force network disconnection. (docker 1.10)
- Add global and local alias configuration to network endpoint.
- Add network ID to network endpoint.
- Add IPAM options.
- Add Seccomp options.
- Fix issue referencing OOMKillDisable.
- Fix issue sending all network configurations for a per network request.
- Add interface to represent the API client.
- Restrict the fields send to the update endpoint to only those that are used.
- Send network settings as part of the container create request. (docker 1.10)
- Send network settings as part of the network connect request. (docker 1.10)
- Add PidsLimit as part of the host configuration.
- Add PidsStats to show PID stats.
- Add graph storage options to host configuration.
- Add NetworkConfig and EndpointIPAMConfig structs. (docker 1.10)
- Delegate shmSize units conversion to the consumer.
- Add warnings to the volume list reponse.
- Fix image build options:
- use 0 as default value for shmSize.
- Initial API client implementation.
- Initial API types implementation.