3 * Beta candidate, potential incompatible changes with how requests are processed.
4 * All requests should be made using execute() or execute!()
5 * :api_method in request can no longer be a string
6 * Deprecated ResumableUpload.send_* methods.
7 * Reduce memory utilization when uploading large files
8 * Automatic refresh of OAuth 2 credentials & retry of request when 401 errors
10 * Simplify internal request processing.
14 * Added the ability to convert client secrets to an authorization object
18 * Backwards compatibility for MultiJson
22 * Updated Launchy dependency
23 * Updated Faraday dependency
24 * Updated Addressable dependency
25 * Updated Autoparse dependency
26 * Removed Sinatra development dependency
30 * Added batch execution
31 * Added service accounts
32 * Can now supply authorization on a per-request basis.
36 * Added media upload capabilities
37 * Support serializing OAuth credentials to client_secrets.json
38 * Fixed OS name/version string on JRuby
42 * Fixed incompatibility with Ruby 1.8.7
46 * Fixed ancestor checking issue when assigning Autoparse identifiers
47 * Renamed discovery methods to avoid collisions with some APIs
48 * Updated autoparse dependency to avoid JSON bug
52 * Replaced httpadapter gem dependency with faraday
53 * Replaced json gem dependency with multi_json
54 * Fixed /dev/null issues on Windows
55 * Repeated parameters now work
59 * Updated to use v1 of the discovery API
60 * Updated to use httpadapter 1.0.0
61 * Added OAuth 2 support to the command line tool
62 * Renamed some switches in the command line tool
63 * Added additional configuration capabilities
64 * Fixed a few deprecation warnings from dependencies
65 * Added gemspec to source control
69 * Updated to use v1 of the discovery API
70 * Updated to use httpadapter 1.0.0
71 * Added OAuth 2 support to the command line tool
72 * Renamed some switches in the command line tool
73 * Added additional configuration capabilities
77 * Added support for manual overrides of the discovery URI
78 * Added support for manual overrides of the API base
79 * Added support for xoauth_requestor_id
83 * Added support for two-legged OAuth
84 * Moved some development dependencies into runtime
88 * Substantial improvements to the command line interface