Releases: fussybeaver/bollard
Releases · fussybeaver/bollard
Release v0.11.1
Release v0.11.1
- Fix vulnerable swagger-codegen version from 2.4.14 to 2.4.19
- Fix podman incompatibility, skip until argument in container logs endpoint if undefined (thanks @gdesmott )
- Update API docs link (thanks @jareddlc )
- Delete redundant consul dockerfiles
- Bump AppVeyor Microsoft nanoserver image version
- Bump CircleCi docker image version
- Use
DOCKER_HOST
environment variable inconnect_with_unix_default
connection method (thanks @zeenix ) - Fix CGroups V1 Memory model for OSX and linux kernel >
4.15.0-1106
- Fix base64 URL encoding in registry authorisation (thanks @rongduan-zhu )
- Fix JSON parsing when docker server emits double newlines
- Fail in CircleCi task when clippy emits warnings
- Skip time 0.1 rust sec advisory
- Add dependabot yaml conifguration
- Force JVM version 8 in codegen
Release v0.11.0
Release v0.11.0
- Re-add windows named pipes support.
- Fix 'docker::ping' response string deserialized type (thanks @pitkley )
- Expose 'one-shot' option for docker stats (thanks @icewind1991 )
- Add resize TTY session in exec container (thanks @icewind1991 )
- Allow passing input into exec container (thanks @icewind1991 )
Release v0.10.1
Release v0.10.1
- Add V2 CGroups parsing for the Memory struct of the container stats endpoint (thanks @jeffa5 )
Release v0.10.0
Release v0.10.0
- Upgrade to Tokio release 1.2
- Update stubs to upstream API version 1.41
Release v0.9.1
Release v0.9.1
- Fix on setting the underlying byte position in JSON reader of
/events
API for macOS (thanks @archoversight ) - Add metadata to render TLS API docs and set links correctly (thanks @juchiast )
- Replace 'http://' or 'https://' as appropriate in address parameter of connection handler.
Release v0.9.0
Release v0.9.0
- Add missing TTY option to CreateExecOptions (thanks @ThetaSinner )
- Add audit to continuous integration to check for security vulnerabilities (thanks @smklein )
- Fix Build Image into the correct stream type (thanks @01010101lzy )
- Switch Create Image into a stream (thanks @lidin )
- Parse non-newline terminated JSON streams (fixes events API on macos)
- Allow arbitrary log configuration options in
HostConfigLogConfig
- Add info route (thanks @nickgerace )
Release v0.8.0
Release v0.8.0
- Switch AsRef to Into for all options. Change option serialization to use serde.
- Switch from failure crate to thiserror crate for error handling.
- Move most return types to the generated swagger API stubs.
- Add clippy and CI pipeline.
- Clean up dependencies (thanks @fanatid )
Release v0.7.2
Release v0.7.2
- Update to accommodate upstream swagger API changes to the
/system/df
endpoint #89 (thanks @mdonoughe )
Release v0.7.1
Release v0.7.1
- hotfix; Add "no" to container inspect RestartPolicy enum values
Release v0.7.0
Release v0.7.0
- Fix log stream interface with new implementation of NewlineLogOutputDecoder (thanks @fanatid )