Method renames to be consistent with change to resources.
[arvados.git] / CHANGELOG.md
1 # 0.4.0
2
3 * Replaced httpadapter gem dependency with faraday
4 * Replaced json gem dependency with multi_json
5 * Fixed /dev/null issues on Windows
6 * Repeated parameters now work
7
8 # 0.3.0
9
10 * Updated to use v1 of the discovery API
11 * Updated to use httpadapter 1.0.0
12 * Added OAuth 2 support to the command line tool
13 * Renamed some switches in the command line tool
14 * Added additional configuration capabilities
15 * Fixed a few deprecation warnings from dependencies
16 * Added gemspec to source control
17
18 # 0.2.0
19
20 * Updated to use v1 of the discovery API
21 * Updated to use httpadapter 1.0.0
22 * Added OAuth 2 support to the command line tool
23 * Renamed some switches in the command line tool
24 * Added additional configuration capabilities
25
26 # 0.1.3
27
28 * Added support for manual overrides of the discovery URI
29 * Added support for manual overrides of the API base
30 * Added support for xoauth_requestor_id
31
32 # 0.1.2
33
34 * Added support for two-legged OAuth
35 * Moved some development dependencies into runtime
36
37 # 0.1.1
38
39 * Substantial improvements to the command line interface
40
41 # 0.1.0
42
43 * Initial release