summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md19
1 files changed, 18 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4e8b1e3..24c629b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,20 @@
+# 0.3.0 (unreleased)
+
+* upgraded [hyper](https://github.com/hyperium/hyper/) from 0.7 to 0.9 [#13](https://github.com/softprops/shiplift/pull/29)
+* upgraded [hyperlocal](https://github.com/softprops/hyperlocal) dependency from 0.1 to 0.2
+* added documentation updates [#14](https://github.com/softprops/shiplift/pull/14)
+* added container deletion interface that takes options [#15](https://github.com/softprops/shiplift/pull/15)
+* return Err rather than panicing on IO errors communicating with the client [#16](https://github.com/softprops/shiplift/pull/16)
+* expose `container.id()` to Container service interface [#17](https://github.com/softprops/shiplift/pull/17/files)
+* add events filter to EventsOptionsBuilder [#18](https://github.com/softprops/shiplift/pull/18)
+* remove ExecDriver field of container details which no longer exists in remote api [#20](https://github.com/softprops/shiplift/pull/20)
+* add more options to ContainerOptions creation interface [#23](https://github.com/softprops/shiplift/pull/23)
+* fix volume parameter [#24](https://github.com/softprops/shiplift/pull/24)
+* make id and event optional for event reps to accommodate new network type events [#26](https://github.com/softprops/shiplift/pull/26)
+* set a host header for unix domain socket interface due to a golang impl detail in newer versions of the docker daemon [#27](https://github.com/softprops/shiplift/pull/27)
+* implement std error trait for shiplift's error type to make it play nicely with other error handling tools [#28](https://github.com/softprops/shiplift/pull/28)
+
+
# 0.2.1
* removed `Body` type with a preference for `Into<hyper::client::Body>`
@@ -6,7 +23,7 @@
# 0.2.0
-* many breaking changes required to make interfaces consistent, idomatic, and future friendly
+* many breaking changes required to make interfaces consistent, idiomatic, and future friendly
* better error representations
* improve (remove) mut in interfaces where it was no longer needed
* update deps