google-api-ruby-client/CHANGELOG.md

37 lines
900 B
Markdown
Raw Normal View History

2011-12-02 13:41:05 +00:00
# 0.3.0
* updated to use v1 of the discovery API
* updated to use httpadapter 1.0.0
* added OAuth 2 support to the command line tool
* renamed some switches in the command line tool
* added additional configuration capabilities
* fixed a few deprecation warnings from dependencies
* added gemspec to source control
2011-12-02 13:41:05 +00:00
# 0.2.0
* updated to use v1 of the discovery API
* updated to use httpadapter 1.0.0
* added OAuth 2 support to the command line tool
* renamed some switches in the command line tool
* added additional configuration capabilities
2011-12-02 13:41:05 +00:00
# 0.1.3
* added support for manual overrides of the discovery URI
* added support for manual overrides of the API base
* added support for xoauth_requestor_id
2011-12-02 13:41:05 +00:00
# 0.1.2
* added support for two-legged OAuth
* moved some development dependencies into runtime
2011-12-02 13:41:05 +00:00
# 0.1.1
* substantial improvements to the command line interface
2011-12-02 13:41:05 +00:00
# 0.1.0
* initial release