3 * Update autoparse to 0.3.3 to fix cases where results aren't correctly parsed.
4 * Fix railtie loading for compatibility with rails < 3.0
5 * Fix refresh of access token when passing credentials as parameter to execute
6 * Fix URI processing in batch requests to allow query parameters
10 * Update signet to 0.4.6 to support server side continuation of postmessage
15 * Fix impersonation with service accounts
19 * Apps strongly encouraged to set :application_name & :application_version when
21 * JWT/service accounts moved to signet
22 * Added helper class for installed app OAuth flows, updated samples & CLI
23 * Initial logging support for client
24 * Fix PKCS12 loading on windows
25 * Allow disabling auto-refresh of OAuth 2 access tokens
26 * Compatibility with MultiJson >= 1.0.0 & Rails 3.2.8
27 * Fix for body serialization when body doesn't respond to to_json
28 * Remove OAuth 1.0 logins from CLI
33 * Beta candidate, potential incompatible changes with how requests are processed.
34 * All requests should be made using execute() or execute!()
35 * :api_method in request can no longer be a string
36 * Deprecated ResumableUpload.send_* methods.
37 * Reduce memory utilization when uploading large files
38 * Automatic refresh of OAuth 2 credentials & retry of request when 401 errors
40 * Simplify internal request processing.
44 * Added the ability to convert client secrets to an authorization object
48 * Backwards compatibility for MultiJson
52 * Updated Launchy dependency
53 * Updated Faraday dependency
54 * Updated Addressable dependency
55 * Updated Autoparse dependency
56 * Removed Sinatra development dependency
60 * Added batch execution
61 * Added service accounts
62 * Can now supply authorization on a per-request basis.
66 * Added media upload capabilities
67 * Support serializing OAuth credentials to client_secrets.json
68 * Fixed OS name/version string on JRuby
72 * Fixed incompatibility with Ruby 1.8.7
76 * Fixed ancestor checking issue when assigning Autoparse identifiers
77 * Renamed discovery methods to avoid collisions with some APIs
78 * Updated autoparse dependency to avoid JSON bug
82 * Replaced httpadapter gem dependency with faraday
83 * Replaced json gem dependency with multi_json
84 * Fixed /dev/null issues on Windows
85 * Repeated parameters now work
89 * Updated to use v1 of the discovery API
90 * Updated to use httpadapter 1.0.0
91 * Added OAuth 2 support to the command line tool
92 * Renamed some switches in the command line tool
93 * Added additional configuration capabilities
94 * Fixed a few deprecation warnings from dependencies
95 * Added gemspec to source control
99 * Updated to use v1 of the discovery API
100 * Updated to use httpadapter 1.0.0
101 * Added OAuth 2 support to the command line tool
102 * Renamed some switches in the command line tool
103 * Added additional configuration capabilities
107 * Added support for manual overrides of the discovery URI
108 * Added support for manual overrides of the API base
109 * Added support for xoauth_requestor_id
113 * Added support for two-legged OAuth
114 * Moved some development dependencies into runtime
118 * Substantial improvements to the command line interface