summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
AgeCommit message (Collapse)Author
2021-02-21Add missing fields to `ImageDetails` and `History` (#264)Abc Xyz
* Add missing fields to `ImageDetails` and `History` * Make some fields in `ContainerConfig` required
2021-02-21Fix `entrypoint` field in ContainerOptions (#269)Wojciech Kępka
* Fix `entrypoint` field in ContainerOptions * Update CHANGELOG Co-authored-by: Doug Tangren <d.tangren@gmail.com>
2021-02-20Fix lifetimes (#272)Eli W. Hunter
* Some changes * Clarify lifetimes in transport.rs * Fix remaining easy lifetimes in lib.rs * Refactor Images::build for new lifetimes to work * Fix Exec::start() * Fix Container::exec() * Make header_bytes not a Vec * Make Docker::{images,...}() lifetimes explicit * Fix Containers::get() * Remove unnecessary locals from examples * Update changelog * Appease clippy
2021-01-23Add Stop{Signal,Timeout} to ContainerOptionsBuilder (#248)Eli W. Hunter
2021-01-18Version and changelog updates for 0.7.0 (#247)Tom Fay
2020-07-23Async/Await Support (continuation of #191) (#229)Eli W. Hunter
* it builds! * remove unused dependencies * bump dependencies * reimplement 'exec' endpoint * update a few more examples * update remaining examples * fix doc tests, remove unused 'read' module * remove feature-gated async closures * split futures dependency to just 'futures-util' * update version and readme * make functions accepting Body generic over Into<Body> again * update changelog * reinstate 'unix-socket' feature * reinstate 'attach' endpoint * fix clippy lints * fix documentation typo * fix container copyfrom/into implementations * add convenience methods for TtyChunk struct * remove 'main' from code example to silence clippy lint * Update hyper to 0.13.1 * Add Send bounds to TtyWriter * Appease clippy * Fix examples * Update issue in changelog Co-authored-by: Daniel Eades <danieleades@hotmail.com> Co-authored-by: Marc Schreiber <marc.schreiber@aixigo.de>
2019-12-08prep release for 0.6.0 (#206)Doug Tangren
2019-09-14feat: use chrono to deserialize date times (#190)Marc Schreiber
2019-04-21update changelog and docssoftprops
2018-12-24changelog typosoftprops
2018-12-24releasedsoftprops
2018-12-24update CHANGELOGsoftprops
2018-12-23update changelog [skip ci]softprops
2018-10-17update changelogsoftprops
2018-10-13update changelog [skip ci]softprops
2018-10-13remove pub builder constructors (#125)doug tangren
2018-10-08update changelogsoftprops
2018-10-03more changelog notessoftprops
2018-10-02start a changelog for 0.4.0softprops
2017-06-25bump versionsoftprops
2017-01-14update version and add release notessoftprops
2017-01-02bump versionsoftprops
2017-01-02update changelogsoftprops
2017-01-02update changelogsoftprops
2017-01-02start changelogsoftprops
2016-01-18bump versionsoftprops
2016-01-18cleanupsoftprops
2016-01-15wip for image buildingsoftprops
2016-01-03update changelogsoftprops
2016-01-03update changelogsoftprops
2016-01-03update changelogsoftprops
2016-01-03better error repsoftprops
2016-01-03add a changelogsoftprops