Doc improvements
[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.6
10
11 * Backwards compatibility for MultiJson
12
13 # 0.4.5
14
15 * Updated Launchy dependency
16 * Updated Faraday dependency
17 * Updated Addressable dependency
18 * Updated Autoparse dependency
19 * Removed Sinatra development dependency
20
21 # 0.4.4
22
23 * Added batch execution
24 * Added service accounts
25 * Can now supply authorization on a per-request basis.
26
27 # 0.4.3
28
29 * Added media upload capabilities
30 * Support serializing OAuth credentials to client_secrets.json
31 * Fixed OS name/version string on JRuby
32
33 # 0.4.2
34
35 * Fixed incompatibility with Ruby 1.8.7
36
37 # 0.4.1
38
39 * Fixed ancestor checking issue when assigning Autoparse identifiers
40 * Renamed discovery methods to avoid collisions with some APIs
41 * Updated autoparse dependency to avoid JSON bug
42
43 # 0.4.0
44
45 * Replaced httpadapter gem dependency with faraday
46 * Replaced json gem dependency with multi_json
47 * Fixed /dev/null issues on Windows
48 * Repeated parameters now work
49
50 # 0.3.0
51
52 * Updated to use v1 of the discovery API
53 * Updated to use httpadapter 1.0.0
54 * Added OAuth 2 support to the command line tool
55 * Renamed some switches in the command line tool
56 * Added additional configuration capabilities
57 * Fixed a few deprecation warnings from dependencies
58 * Added gemspec to source control
59
60 # 0.2.0
61
62 * Updated to use v1 of the discovery API
63 * Updated to use httpadapter 1.0.0
64 * Added OAuth 2 support to the command line tool
65 * Renamed some switches in the command line tool
66 * Added additional configuration capabilities
67
68 # 0.1.3
69
70 * Added support for manual overrides of the discovery URI
71 * Added support for manual overrides of the API base
72 * Added support for xoauth_requestor_id
73
74 # 0.1.2
75
76 * Added support for two-legged OAuth
77 * Moved some development dependencies into runtime
78
79 # 0.1.1
80
81 * Substantial improvements to the command line interface
82
83 # 0.1.0
84
85 * Initial release