Releases: fussybeaver/bollard
Releases · fussybeaver/bollard
Bollard v0.6.1
Release v0.6.1
- Fix features flag for compile/test in native TLS code path (thanks @fanatid )
- Add
From
implementation forContainerConfig
toConfig
Bollard v0.6.0
Release v0.6.0
Generate most models using the official Swagger API using a custom generator suited for this project. Models are uploaded to the bollard-stubs crate, but continue to be committed to this repository.
Note, that the method (operator) API remains unchanged except for referencing the generated models in API parameters / return types. Some types that exist as mixed or arbitrary JSON payloads in the Docker Swagger API (e.g. Container POST Config) are still maintained as custom non-generated types.
Bollard v0.5.2
Release v0.5.2
- Add unofficial service API rollback status enum values (thanks @iyzana )
- Make container mount optional (thanks @iyzana )
- Change LogStateHealth exit code to
i16
(thanks @SparksCreative ) - Create Ulimit struct for the container API (thanks @ethankhall )
- Make IPAMConfig elements optional in network API (thanks @ipoupaille )
- Improve timestamp accuracy in events in systems API (thanks @ipoupaille )
Bollard v0.5.1
Release v0.5.1
- Service API (Create/list/update/remove), thanks @iyzana and @bittrance
- Fix Serde issue #55 with large streams of JSON, thanks for reporting @Bunogi and @rcastill
- Import Image API
- Multiple PRs pruning stubs and polishing fixes thanks @Bunogi @edigaryev @mre
Bollard v0.5.0
Bollard v0.4.0
- Update dependencies to non-alpha versions. Tokio
0.2
and hyper0.13
. Thanks @nitros12
Bollard v0.4.0-alpha.1
- Async/await using Hyper and Tokio's alpha releases (thanks @jonhoo, @akshayknarayan)
- Fixes to network stubs (thanks @akshayknarayan) #41
- Fixes to commit container #37
- Make errors compatible with
std::error::Error
#31 - Implement events API
Bollard v0.3.3
- Implement client version negotiation. See documentation
- Support newer Docker API versions by ignoring additional properties in API responses (thx @edigaryev !)
- Stub updates to the v1.40 upstream Docker API
- Fix docs.rs badge to display the latest version (thx @edigaryev !)
- Change mock unit test connect method to public
Bollard v0.3.2
This release ensures that OpenSSL is not a requirement to build and use the library. A license file was also added.
Bollard v0.3.1
- Implement Network API
- Add status log to inspect container API
- Fix windows builds
- Update dependencies (Tokio
0.1.19
)