Fix stackoverflow tag, minor doc cleanup for batch API
[arvados.git] / CHANGELOG.md
1 # 0.5.0
2
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
9   are returned
10 * Simplify internal request processing.
11
12 # 0.4.7
13
14 * Added the ability to convert client secrets to an authorization object
15
16 # 0.4.6
17
18 * Backwards compatibility for MultiJson
19
20 # 0.4.5
21
22 * Updated Launchy dependency
23 * Updated Faraday dependency
24 * Updated Addressable dependency
25 * Updated Autoparse dependency
26 * Removed Sinatra development dependency
27
28 # 0.4.4
29
30 * Added batch execution
31 * Added service accounts
32 * Can now supply authorization on a per-request basis.
33
34 # 0.4.3
35
36 * Added media upload capabilities
37 * Support serializing OAuth credentials to client_secrets.json
38 * Fixed OS name/version string on JRuby
39
40 # 0.4.2
41
42 * Fixed incompatibility with Ruby 1.8.7
43
44 # 0.4.1
45
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
49
50 # 0.4.0
51
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
56
57 # 0.3.0
58
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
66
67 # 0.2.0
68
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
74
75 # 0.1.3
76
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
80
81 # 0.1.2
82
83 * Added support for two-legged OAuth
84 * Moved some development dependencies into runtime
85
86 # 0.1.1
87
88 * Substantial improvements to the command line interface
89
90 # 0.1.0
91
92 * Initial release