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