Updated gemspec.
[arvados.git] / CHANGELOG.md
1 # 0.4.1
2
3 * Fixed ancestor checking issue when assigning Autoparse identifiers
4 * Renamed discovery methods to avoid collisions with some APIs
5 * Updated autoparse dependency to avoid JSON bug
6
7 # 0.4.0
8
9 * Replaced httpadapter gem dependency with faraday
10 * Replaced json gem dependency with multi_json
11 * Fixed /dev/null issues on Windows
12 * Repeated parameters now work
13
14 # 0.3.0
15
16 * Updated to use v1 of the discovery API
17 * Updated to use httpadapter 1.0.0
18 * Added OAuth 2 support to the command line tool
19 * Renamed some switches in the command line tool
20 * Added additional configuration capabilities
21 * Fixed a few deprecation warnings from dependencies
22 * Added gemspec to source control
23
24 # 0.2.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
32 # 0.1.3
33
34 * Added support for manual overrides of the discovery URI
35 * Added support for manual overrides of the API base
36 * Added support for xoauth_requestor_id
37
38 # 0.1.2
39
40 * Added support for two-legged OAuth
41 * Moved some development dependencies into runtime
42
43 # 0.1.1
44
45 * Substantial improvements to the command line interface
46
47 # 0.1.0
48
49 * Initial release