Skip to content

Latest commit

 

History

History
159 lines (113 loc) · 10.4 KB

CHANGELOG.md

File metadata and controls

159 lines (113 loc) · 10.4 KB

Change Log

v1.0.1 (2017-12-20)

Full Changelog

Implemented enhancements:

  • Fix HttpRequest & HttpRetry timeouts #86
  • Cast TTL to integer #71
  • Make PyCrypto optional #65

Fixed bugs:

  • Travis random failures #88

Closed issues:

  • pycrypto --> pycryptodome #96
  • ably module seems to be broken / empty in some circumstances #95
  • installing via pip installs a more restrictive version of requests #91
  • Add test coverage to prevent possible MsgPack regression #89
  • 1.0 spec review #84
  • When using python2 with msgpack, dicts are not encoded correctly #72

Merged pull requests:

  • Fix unit tests #99 (jdavid)
  • Switch to cryptodome #98 (jdavid)
  • ttl: use isinstance instead of type #94 (jdavid)
  • Fix Flake8 warnings regarding spacing #93 (sginn)
  • Bumped upper limit on requests library, and removed websocket #92 (sginn)
  • Fix #65, #71, #72, #86 and #89 #90 (jdavid)

v1.0.0 (2017-03-07)

Full Changelog

v1.0 release and upgrade notes from v0.8

Implemented enhancements:

  • RSC19*, HP* - New REST #request method + HttpPaginatedResponse type #78
  • Update REST library for realtime platform to v1.0 specification #77

Closed issues:

  • requests version pin too strict? #66

Merged pull requests:

  • Issue#84 TP4, RSC15a (test), RSC19e (test), .. #87 (jdavid)
  • Fix issue 72 #85 (jdavid)
  • Fix README, now using pytest instead of nose #83 (jdavid)
  • RSA5, RSA6, RSA10, RSL*, TM*, TE6, TD7 #82 (jdavid)

v0.8.2 (2017-02-17)

Full Changelog

Implemented enhancements:

  • PaginatedResult attributes #70
  • 0.8.x finalisation #48

Fixed bugs:

  • Do not persist authorise attributes force & timestamp #52

Closed issues:

  • Publish on PyPI #50

Merged pull requests:

  • RSC7, RSC11, RSC15, RSC19 #81 (jdavid)
  • Several python code repo improvements #73 (txomon)
  • updated reqests version in requirements #67 (essweine)

v0.8.1 (2016-03-22)

Full Changelog

Implemented enhancements:

  • Don't require get_default_params for encryption #56
  • Consistent README #8

Closed issues:

  • when msgpack enabled, python 2 string literals are encoded as binaries #60

Merged pull requests:

v0.8.0 (2016-03-10)

Implemented enhancements:

  • Switch arity of auth methods #42
  • API changes Apr 2015 #7
  • Change of repository name imminent #4

Fixed bugs:

  • Switch arity of auth methods #42
  • Use sandbox not staging #38
  • API changes Apr 2015 #7

Closed issues:

  • AblyException does not have __str__ #32
  • Add a requirements-test.txt #29
  • Fix message on test #23
  • Rename test_channels_remove to test_channels_release #20
  • Add comments in Python 2/3 code at ably/rest/channel.py #19
  • Support for 2.6 #10
  • Spec validation #9

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator