All Versions
12
Latest Version
Avg Release Cycle
108 days
Latest Release
3085 days ago

Changelog History
Page 1

  • v0.7.2 Changes

    November 05, 2015
    • Fixed encoding of tilde bug in urlencode #186
    • Fixed overriding of Content-Type #166
    • Allow optional query parameters #175
  • v0.7.1 Changes

    December 17, 2014
    • Fixed Requests token saving in headers #137
    • Fixed character encoding; all percent-encoded #165
    • Added PLAINTEXT signature support #147
  • v0.7.0 Changes

    • Made OAuth1 nonces more secure via SystemRandom
    • Exposed authentication responses
    • Allowed Requests versions >= 1.2.3
    • Fixed OAuth1 unicode encoding issues
  • v0.6.2 Changes

    August 22, 2013
    • Made OAuth access token name dynamic
  • v0.6.1 Changes

    July 18, 2013
    • Updated PyPI metadata.
  • v0.6.0 Changes

    July 18, 2013
    • Added Python 3 support (thanks to everyone who contributed, espcially @sashahart)

    • Made service and session objects serializable

  • v0.5.5 Changes

    June 18, 2013
    • BUGFIX Fixed upstream CaseInsensitiveDict API changes

    • BUGFIX Corrected multiple quoting of oauth_token

  • v0.5.4 Changes

    April 10, 2013
    • BUGFIX Corrected adding header to OAuth 2.0 where no access token existed
  • v0.5.3 Changes

    April 10, 2013
    • Added an ad hoc check against double signing in OAuth 1.0/a
  • v0.5.2 Changes

    March 21, 2013
    • Added ability to pass in key name for get_token methods (excluding raw)

    • Added ability to pass in custom decoder for get_token methods (excluding raw)

    • Added better error reporting for get_token methods (excluding raw)

    • BUGIFX Corrected assignment of custom signature objects in OAuth 1.0 session objects

    • Added custom decoder param for request and access token getters

    • Updated test runner to not fail when yanc is missing

    • Removed bash requirement from test runner

    • Updated documentation to include CHANGELOG

    • Updated docstring to correct incorrect documentation

    • BUGFIX Corrected improper OAuth 1.0/a handling of entity-methods