Skip to content

Commit

Permalink
release v1.1.5
Browse files Browse the repository at this point in the history
changes:

    * new: Dev conn pool max idle time (#111) release connection if max-idle-time exceeded

    * update: discard travis-CI

    * Fix bug: new stream id used for test_streams
  • Loading branch information
NoneGG committed Jun 9, 2019
1 parent a53c35b commit 83e44c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion aredis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
)


__version__ = '1.1.4'
__version__ = '1.1.5'

VERSION = tuple(map(int, __version__.split('.')))

Expand Down
6 changes: 6 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,9 @@ master
* opt: add socket_keepalive options
* new: add ssl param in get_redis_link to support ssl mode
* new: add ssl_context to StrictRedis constructor and make it higher priority than ssl parameter

1.1.5
-----
* new: Dev conn pool max idle time (#111) release connection if max-idle-time exceeded
* update: discard travis-CI
* Fix bug: new stream id used for test_streams

0 comments on commit 83e44c1

Please sign in to comment.