X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e77169a7f4bb0097a8e1900b931e78abb4c82070..7e3cacdb0ecde219278c8297395b4f0f2d67ad2a:/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index adc8a6d279..31bba593a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# 0.5.0 + +* Beta candidate, potential incompatible changes with how requests are processed. + * All requests should be made using execute() or execute!() + * :api_method in request can no longer be a string + * Deprecated ResumableUpload.send_* methods. +* Reduce memory utilization when uploading large files +* Automatic refresh of OAuth 2 credentials & retry of request when 401 errors + are returned +* Simplify internal request processing. + +# 0.4.7 + +* Added the ability to convert client secrets to an authorization object + +# 0.4.6 + +* Backwards compatibility for MultiJson + # 0.4.5 * Updated Launchy dependency