== 0.3.5 * `query` CLI command to access protected resources (Seth) * Added -H, -Q CLI options for specifying the authorization scheme (Seth) * Added -O CLI option for specifying a file containing options (Seth) * Support streamable body contents for large request bodies (Seth Cousins) * Support for OAuth 1.0a (Seth) == 0.3.4 2009-05-06 * OAuth::Client::Helper uses OAuth::VERSION (chadisfaction) * Fix OAuth::RequestProxy::ActionControllerRequest's handling of params (Tristan Groléat) == 0.3.3 2009-05-04 * Corrected OAuth XMPP namespace (Seth) * Improved error handling for invalid Authorization headers (Matt Sanford) * Fixed signatures for non-ASCII under $KCODE other than 'u' (Matt Sanford) * Fixed edge cases in ActionControllerRequestProxy where params were being incorrectly signed (Marcos Wright Kuhns) * Support for arguments in OAuth::Consumer#get_access_token (Matt Sanford) * Add gem version to user-agent header (Matt Sanford) * Handle input from aggressive form encoding libraries (Matt Wood) == 0.3.2 2009-03-23 * 2xx statuses should be treated as success (Anders Conbere) * Support applications using the MethodOverride Rack middleware (László Bácsi) * `authorize` command for `oauth` CLI (Seth) * Initial support for Problem Reporting extension (Seth) * Verify SSL certificates if CA certificates are available (Seth) * Fixed ActionController parameter escaping behavior (Thiago Arrais, László Bácsi, Brett Gibson, et al) * Fixed signature calculation when both options and a block were provided to OAuth::Signature::Base#initialize (Seth) * Added help to the 'oauth' CLI (Seth) * Fixed a problem when attempting to normalize MockRequest URIs (Seth) == 0.3.1 2009-1-26 * Fixed a problem with relative and absolute token request paths. (Michael Wood) == 0.3.0 2009-1-25 * Support ActionController::Request from Edge Rails (László Bácsi) * Correctly handle multi-valued parameters (Seth) * Added #normalized_parameters to OAuth::RequestProxy::Base (Pelle) * OAuth::Signature.sign and friends now yield the RequestProxy instead of the token when the passed block's arity is 1. (Seth) * Token requests are made to the configured URL rather than generating a potentially incorrect one. (Kellan Elliott-McCrea) * Command-line app for generating signatures. (Seth) * Improved test-cases and compatibility for encoding issues. (Pelle) == 0.2.7 2008-9-10 The lets fix the last release release * Fixed plain text signatures (Andrew Arrow) * Fixed RSA requests using OAuthTokens. (Philip Lipu Tsai) == 0.2.6 2008-9-9 The lets RSA release * Improved support for Ruby 1.8.7 (Bill Kocik) * Fixed RSA verification to support RSA providers now using Ruby and RSA * Improved RSA testing * Omit token when signing with RSA * Added support for 'private_key_file' option for RSA signatures (Chris Mear) * Fixed several edge cases where params were being incorrectly signed (Scott Hill) * Fixed RSA signing (choonkeat) == 0.2.2 2008-2-22 Lets actually support SSL release * Use HTTPS when required. == 0.2 2008-1-19 All together now release This is a big release, where we have merged the efforts of various parties into one common library. This means there are definitely some API changes you should be aware of. They should be minimal but please have a look at the unit tests. == 0.1.2 2007-12-1 * Fixed checks for missing OAuth params to improve performance * Includes Pat's fix for getting the realm out. == 0.1.1 2007-11-26 * First release as a GEM * Moved all non-Rails functionality from the Rails plugin: http://code.google.com/p/oauth-plugin/