Merge pull request #175 from Christian-G/master
[arvados.git] / CHANGELOG.md
index af8a93e54c570c815ca8dc5cb30801023ee0e6b2..1c22d14eccd75f8b87847c027ec467dc5ca62f2b 100644 (file)
@@ -1,8 +1,14 @@
-# 0.7.0.rc2
+# 0.7.1
+* Minor fix to update gem dependencies
+
+# 0.7.0
+* Remove CLI
+* SUpport for automatic retires & backoff. Off by default, enable by setting `retries` on `APIClient`
+* Experimental new interface (see `Google::APIClient::Service`)
 * Fix warnings when using Faraday separately
 * Support Google Compute Engine service accounts
 * Enable gzip compression for responses
-* Upgrade to Faraday 0.9.x. Resolves multiple issues with query parameter encodings.
+* Upgrade to Faraday 0.9.0. Resolves multiple issues with query parameter encodings.
 * Use bundled root certificates for verifying SSL certificates
 * Rewind media when retrying uploads