You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump up the version to `0.1.0` which complies with semver conventions.
* Improvements
- Extend HostConfig to allow LogConfig option for log-driver configuration Idein#131
bump up v0.0.24
Improvements:
- Update dependencies Idein#112
- Update tokio and hyper
- Replace failure crate with thiserror
- Extend IPAMConfig to accept AuxiliaryAddresses for macvlan network
- Restructuring unit tests
- Reduced number of images used for testing
- Add test cases
release 0.0.21
Since release 0.0.20 was skipped, this changelog also contains the differences.
* New features
- RestartPolicy constructors
- Workaround for hyper deadlock
* Changes
- This repository is transferred to Idein/dockworker
* Bug fixes
- Fix hyper workaround test
release 0.0.17
New features:
- (experimental) Add support for checkpoint feature (Idein#81)
Bug fixes:
- Fixes deserializer of a network configuraion parameter (Idein#84)
Release 0.0.10
New feature:
- Support inspecting image api (`/image/{id}/json`)
- Support restarting container api (`/containers{id}/restart`)
Breaking change:
- Change name of the type `Image` to `ImageSummary`
- Add some fields to `Config` type
- Tweak types of fields of `Config` type
- Add `Health` field to the type of container information (`container::State`)