Examples have been moved out into their own repository.
[arvados.git] / CHANGELOG
1 == 0.3.0
2
3 * updated to use v1 of the discovery API
4 * updated to use httpadapter 1.0.0
5 * added OAuth 2 support to the command line tool
6 * renamed some switches in the command line tool
7 * added additional configuration capabilities
8 * fixed a few deprecation warnings from dependencies
9 * added gemspec to source control
10
11 == 0.2.0
12
13 * updated to use v1 of the discovery API
14 * updated to use httpadapter 1.0.0
15 * added OAuth 2 support to the command line tool
16 * renamed some switches in the command line tool
17 * added additional configuration capabilities
18
19 == 0.1.3
20
21 * added support for manual overrides of the discovery URI
22 * added support for manual overrides of the API base
23 * added support for xoauth_requestor_id
24
25 == 0.1.2
26
27 * added support for two-legged OAuth
28 * moved some development dependencies into runtime
29
30 == 0.1.1
31
32 * substantial improvements to the command line interface
33
34 == 0.1.0
35
36 * initial release