Issue 59 - handle 204 responses more gracefully
[arvados.git] / CHANGELOG.md
1 # 0.5.0
2 * Beta candidate, potential incompatible changes with how requests are processed. 
3     * All requests should be made using execute() or execute!()
4     * :api_method in request can no longer be a string
5     * Deprecated ResumableUpload.send_* methods.
6 * Reduce memory utilization when uploading large files
7 * Simplify internal request processing.
8
9 # 0.4.7
10
11 * Added the ability to convert client secrets to an authorization object
12
13 # 0.4.6
14
15 * Backwards compatibility for MultiJson
16
17 # 0.4.5
18
19 * Updated Launchy dependency
20 * Updated Faraday dependency
21 * Updated Addressable dependency
22 * Updated Autoparse dependency
23 * Removed Sinatra development dependency
24
25 # 0.4.4
26
27 * Added batch execution
28 * Added service accounts
29 * Can now supply authorization on a per-request basis.
30
31 # 0.4.3
32
33 * Added media upload capabilities
34 * Support serializing OAuth credentials to client_secrets.json
35 * Fixed OS name/version string on JRuby
36
37 # 0.4.2
38
39 * Fixed incompatibility with Ruby 1.8.7
40
41 # 0.4.1
42
43 * Fixed ancestor checking issue when assigning Autoparse identifiers
44 * Renamed discovery methods to avoid collisions with some APIs
45 * Updated autoparse dependency to avoid JSON bug
46
47 # 0.4.0
48
49 * Replaced httpadapter gem dependency with faraday
50 * Replaced json gem dependency with multi_json
51 * Fixed /dev/null issues on Windows
52 * Repeated parameters now work
53
54 # 0.3.0
55
56 * Updated to use v1 of the discovery API
57 * Updated to use httpadapter 1.0.0
58 * Added OAuth 2 support to the command line tool
59 * Renamed some switches in the command line tool
60 * Added additional configuration capabilities
61 * Fixed a few deprecation warnings from dependencies
62 * Added gemspec to source control
63
64 # 0.2.0
65
66 * Updated to use v1 of the discovery API
67 * Updated to use httpadapter 1.0.0
68 * Added OAuth 2 support to the command line tool
69 * Renamed some switches in the command line tool
70 * Added additional configuration capabilities
71
72 # 0.1.3
73
74 * Added support for manual overrides of the discovery URI
75 * Added support for manual overrides of the API base
76 * Added support for xoauth_requestor_id
77
78 # 0.1.2
79
80 * Added support for two-legged OAuth
81 * Moved some development dependencies into runtime
82
83 # 0.1.1
84
85 * Substantial improvements to the command line interface
86
87 # 0.1.0
88
89 * Initial release