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