Remove broken require
[arvados.git] / CHANGELOG.md
1 # 0.6.2
2
3 * Update signet to 0.4.6 to support server side continuation of postmessage
4   auth flows.
5
6 # 0.6.1
7
8 * Fix impersonation with service accounts
9
10 # 0.6
11
12 * Apps strongly encouraged to set :application_name & :application_version when
13   initializing a client
14 * JWT/service accounts moved to signet
15 * Added helper class for installed app OAuth flows, updated samples & CLI
16 * Initial logging support for client
17 * Fix PKCS12 loading on windows
18 * Allow disabling auto-refresh of OAuth 2 access tokens
19 * Compatibility with MultiJson >= 1.0.0 & Rails 3.2.8
20 * Fix for body serialization when body doesn't respond to to_json
21 * Remove OAuth 1.0 logins from CLI
22
23
24 # 0.5.0
25
26 * Beta candidate, potential incompatible changes with how requests are processed. 
27     * All requests should be made using execute() or execute!()
28     * :api_method in request can no longer be a string
29     * Deprecated ResumableUpload.send_* methods.
30 * Reduce memory utilization when uploading large files
31 * Automatic refresh of OAuth 2 credentials & retry of request when 401 errors
32   are returned
33 * Simplify internal request processing.
34
35 # 0.4.7
36
37 * Added the ability to convert client secrets to an authorization object
38
39 # 0.4.6
40
41 * Backwards compatibility for MultiJson
42
43 # 0.4.5
44
45 * Updated Launchy dependency
46 * Updated Faraday dependency
47 * Updated Addressable dependency
48 * Updated Autoparse dependency
49 * Removed Sinatra development dependency
50
51 # 0.4.4
52
53 * Added batch execution
54 * Added service accounts
55 * Can now supply authorization on a per-request basis.
56
57 # 0.4.3
58
59 * Added media upload capabilities
60 * Support serializing OAuth credentials to client_secrets.json
61 * Fixed OS name/version string on JRuby
62
63 # 0.4.2
64
65 * Fixed incompatibility with Ruby 1.8.7
66
67 # 0.4.1
68
69 * Fixed ancestor checking issue when assigning Autoparse identifiers
70 * Renamed discovery methods to avoid collisions with some APIs
71 * Updated autoparse dependency to avoid JSON bug
72
73 # 0.4.0
74
75 * Replaced httpadapter gem dependency with faraday
76 * Replaced json gem dependency with multi_json
77 * Fixed /dev/null issues on Windows
78 * Repeated parameters now work
79
80 # 0.3.0
81
82 * Updated to use v1 of the discovery API
83 * Updated to use httpadapter 1.0.0
84 * Added OAuth 2 support to the command line tool
85 * Renamed some switches in the command line tool
86 * Added additional configuration capabilities
87 * Fixed a few deprecation warnings from dependencies
88 * Added gemspec to source control
89
90 # 0.2.0
91
92 * Updated to use v1 of the discovery API
93 * Updated to use httpadapter 1.0.0
94 * Added OAuth 2 support to the command line tool
95 * Renamed some switches in the command line tool
96 * Added additional configuration capabilities
97
98 # 0.1.3
99
100 * Added support for manual overrides of the discovery URI
101 * Added support for manual overrides of the API base
102 * Added support for xoauth_requestor_id
103
104 # 0.1.2
105
106 * Added support for two-legged OAuth
107 * Moved some development dependencies into runtime
108
109 # 0.1.1
110
111 * Substantial improvements to the command line interface
112
113 # 0.1.0
114
115 * Initial release