I'm too picky.
[arvados.git] / CHANGELOG.md
1 # 0.4.3
2
3 * Added media upload capabilities
4 * Support serializing OAuth credentials to client_secrets.json
5 * Fixed OS name/version string on JRuby
6
7 # 0.4.2
8
9 * Fixed incompatibility with Ruby 1.8.7
10
11 # 0.4.1
12
13 * Fixed ancestor checking issue when assigning Autoparse identifiers
14 * Renamed discovery methods to avoid collisions with some APIs
15 * Updated autoparse dependency to avoid JSON bug
16
17 # 0.4.0
18
19 * Replaced httpadapter gem dependency with faraday
20 * Replaced json gem dependency with multi_json
21 * Fixed /dev/null issues on Windows
22 * Repeated parameters now work
23
24 # 0.3.0
25
26 * Updated to use v1 of the discovery API
27 * Updated to use httpadapter 1.0.0
28 * Added OAuth 2 support to the command line tool
29 * Renamed some switches in the command line tool
30 * Added additional configuration capabilities
31 * Fixed a few deprecation warnings from dependencies
32 * Added gemspec to source control
33
34 # 0.2.0
35
36 * Updated to use v1 of the discovery API
37 * Updated to use httpadapter 1.0.0
38 * Added OAuth 2 support to the command line tool
39 * Renamed some switches in the command line tool
40 * Added additional configuration capabilities
41
42 # 0.1.3
43
44 * Added support for manual overrides of the discovery URI
45 * Added support for manual overrides of the API base
46 * Added support for xoauth_requestor_id
47
48 # 0.1.2
49
50 * Added support for two-legged OAuth
51 * Moved some development dependencies into runtime
52
53 # 0.1.1
54
55 * Substantial improvements to the command line interface
56
57 # 0.1.0
58
59 * Initial release