Skip to content

Commit

Permalink
v1.0.2 version release
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Dec 10, 2018
1 parent 5cf73c3 commit 6515a58
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Change Log

## [v1.0.2](https://github.com/ably/ably-python/tree/v1.0.2)

[Full Changelog](https://github.com/ably/ably-python/compare/v1.0.1...v1.0.2)

**Fixed bugs:**

- HTTP connection pooling [\#133](https://github.com/ably/ably-python/issues/133)
- Timeouts when publishing messages [\#111](https://github.com/ably/ably-python/issues/111)
- AWS lambda packaging [\#97](https://github.com/ably/ably-python/issues/97)
- Rate limit requests to sandbox app [\#68](https://github.com/ably/ably-python/issues/68)

**Closed issues:**

- TokenRequest ttl unit discrepancy [\#104](https://github.com/ably/ably-python/issues/104)
- Python subscribe? [\#100](https://github.com/ably/ably-python/issues/100)

**Merged pull requests:**

- Fix README so it doesn't mislead ttl to be in s [\#105](https://github.com/ably/ably-python/pull/105) ([jdavid](https://github.com/jdavid))
- Fix tests [\#103](https://github.com/ably/ably-python/pull/103) ([jdavid](https://github.com/jdavid))
- Update README with supported platforms [\#102](https://github.com/ably/ably-python/pull/102) ([funkyboy](https://github.com/funkyboy))

## [v1.0.1](https://github.com/ably/ably-python/tree/v1.0.1) (2017-12-20)
[Full Changelog](https://github.com/ably/ably-python/compare/v1.0.0...v1.0.1)

Expand Down Expand Up @@ -32,7 +54,6 @@
- Fix \#65, \#71, \#72, \#86 and \#89 [\#90](https://github.com/ably/ably-python/pull/90) ([jdavid](https://github.com/jdavid))

## [v1.0.0](https://github.com/ably/ably-python/tree/v1.0.0) (2017-03-07)

[Full Changelog](https://github.com/ably/ably-python/compare/v0.8.2...v1.0.0)

### v1.0 release and upgrade notes from v0.8
Expand Down
2 changes: 1 addition & 1 deletion ably/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ def createLock(self):
from ably.util.exceptions import AblyException, AblyAuthException, IncompatibleClientIdException

api_version = '1.0'
lib_version = '1.0.1'
lib_version = '1.0.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='ably',
version='1.0.1',
version='1.0.2',
classifiers=[
'Development Status :: 6 - Mature',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 6515a58

Please sign in to comment.