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