Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.27 KB

CHANGELOG.rst

File metadata and controls

54 lines (39 loc) · 1.27 KB

0.1.3 (2015-02-04)

  • Support Intraday Time Series API
  • Use connection pooling to avoid a TCP and SSL handshake for every API call

0.1.2 (2014-09-19)

  • Quick fix for response objects without a status code

0.1.1 (2014-09-18)

  • Fix the broken foods log date endpoint
  • Integrate with travis-ci.org, coveralls.io, and requires.io
  • Add HTTPTooManyRequests exception with retry_after_secs information
  • Enable adding parameters to authorize token URL

0.1.0 (2014-04-15)

  • Officially test/support Python 3.2+ and PyPy in addition to Python 2.x
  • Clean up OAuth workflow, change the API slightly to match oauthlib terminology
  • Fix some minor bugs

0.0.5 (2014-03-30)

  • Switch from python-oauth2 to the better supported oauthlib
  • Add get_bodyweight and get_bodyfat methods

0.0.3 (2014-02-05)

  • Add get_badges method
  • Include error messages in the exception
  • Add API for alarms
  • Add API for log activity
  • Correctly pass headers on requests
  • Way more test coverage
  • Publish to PyPI

0.0.2 (2012-10-02)

  • Add docs, including Readthedocs support
  • Add tests
  • Use official oauth2 version from pypi

0.0.1 (2012-02-25)

  • Initial release