Skip to content

Releases: fussybeaver/bollard

Release v0.16.1

23 Mar 18:33
ecd557f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.16.0...v0.16.1

Release v0.16.0

02 Mar 16:43
907fcf6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.0...v0.16.0

What's Changed

New Contributors

Full Changelog: v0.15.0...v0.16.0

Release v0.15.0

15 Sep 15:58
6ecdb14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.0...v0.15.0

Release v0.14.0

21 Jan 14:24
a12c6b2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.0...v0.14.0

Release v0.13.0

20 Jun 17:37
e1046a4
Compare
Choose a tag to compare

Release v0.13.0

  • 304 Status code should be treated as a success (thanks @y-young )
  • Allow large response payloads in start exec response using an optional output capacity (thanks @uellenberg )
  • Do not error on empty server response (thanks @k8scat )
  • Bump models to match moby v20.10.16
  • Add chrono feature flag and alternative mutually exclusive time feature flag as alternative representations of dates.
  • Deserialize directly from bytes instead of through a string.
  • Add json_data_content feature flag to enable appending JSON payloads to deserialization errors.

Release v0.12.0

05 Apr 09:50
fdfb6a9
Compare
Choose a tag to compare

Release v0.12.0

  • Bump rustls, make ct_logs dependency optional
  • Add container attach method (thanks @antoinert )
  • Add resize container tty method (thanks @antoinert )
  • Fix bugs in JSON parser:
    • handle buffers ending in closing brace and not being parseable
    • handle newlines inside of JSON payload
  • Let users specify a timeout
  • Fix clippy failures on Rust version 1.59 (thanks @edmorley )
  • Make all SSL dependencies optional (thanks @edmorley )
  • Switch from pin-project to pin-project-lite dependency (thanks @edmorley )
  • Clean up tokio features (thanks @edmorley )
  • Enforce cargo fmt in CI
  • Make all Docker errors generic
  • Bump bollard-stubs models to a pre-1.42 API release
  • Add PartialEq to all options

Release v0.11.1

06 Dec 08:13
15e3605
Compare
Choose a tag to compare

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 in connect_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

20 Jun 14:47
f6a9328
Compare
Choose a tag to compare

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

03 Mar 13:18
b17636e
Compare
Choose a tag to compare

Release v0.10.1

  • Add V2 CGroups parsing for the Memory struct of the container stats endpoint (thanks @jeffa5 )

Release v0.10.0

27 Feb 11:36
34a7555
Compare
Choose a tag to compare

Release v0.10.0

  • Upgrade to Tokio release 1.2
  • Update stubs to upstream API version 1.41