2 * Beta candidate, potential incompatible changes with how requests are processed. All requests
3 should be made using execute() or execute!()
4 * Reduce memory utilization when uploading large files
5 * Simplify internal request processing.
9 * Added the ability to convert client secrets to an authorization object
13 * Backwards compatibility for MultiJson
17 * Updated Launchy dependency
18 * Updated Faraday dependency
19 * Updated Addressable dependency
20 * Updated Autoparse dependency
21 * Removed Sinatra development dependency
25 * Added batch execution
26 * Added service accounts
27 * Can now supply authorization on a per-request basis.
31 * Added media upload capabilities
32 * Support serializing OAuth credentials to client_secrets.json
33 * Fixed OS name/version string on JRuby
37 * Fixed incompatibility with Ruby 1.8.7
41 * Fixed ancestor checking issue when assigning Autoparse identifiers
42 * Renamed discovery methods to avoid collisions with some APIs
43 * Updated autoparse dependency to avoid JSON bug
47 * Replaced httpadapter gem dependency with faraday
48 * Replaced json gem dependency with multi_json
49 * Fixed /dev/null issues on Windows
50 * Repeated parameters now work
54 * Updated to use v1 of the discovery API
55 * Updated to use httpadapter 1.0.0
56 * Added OAuth 2 support to the command line tool
57 * Renamed some switches in the command line tool
58 * Added additional configuration capabilities
59 * Fixed a few deprecation warnings from dependencies
60 * Added gemspec to source control
64 * Updated to use v1 of the discovery API
65 * Updated to use httpadapter 1.0.0
66 * Added OAuth 2 support to the command line tool
67 * Renamed some switches in the command line tool
68 * Added additional configuration capabilities
72 * Added support for manual overrides of the discovery URI
73 * Added support for manual overrides of the API base
74 * Added support for xoauth_requestor_id
78 * Added support for two-legged OAuth
79 * Moved some development dependencies into runtime
83 * Substantial improvements to the command line interface