Skip to content

Releases: fussybeaver/bollard

Release v0.18.1

19 Nov 10:58
9126afa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.0...v0.18.1

Release v0.18.0

14 Nov 10:26
3a770d5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.17.1...v0.18.0

What's Changed

New Contributors

Full Changelog: v0.17.1...v0.18.0

Release v0.17.1

18 Aug 08:49
1be9ccf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.17.0...v0.17.1

Release v0.17.0

28 Jul 16:25
01413b7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.16.1...v0.17.0

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