Skip to content

Commit

Permalink
Bump to 0.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ethe committed Mar 17, 2020
1 parent 7a293e6 commit b981e8c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,28 @@ Changelog

0.4.x
~~~~~
Version 0.4.11
-------------

Released on Mar 17, 2020.

- Support Cython in HTTP and fix TCyBufferedTransport early flush issue, via `2-#129`_.
- Fix exception handling in TProcessor, via `2-#128`_.
- Rename socket_timeout to timeout for compatibility, via `2-#115`_.

.. _2-#115: https://github.com/Thriftpy/thriftpy2/pull/115
.. _2-#128: https://github.com/Thriftpy/thriftpy2/pull/128
.. _2-#129: https://github.com/Thriftpy/thriftpy2/pull/129


Version 0.4.10
-------------

Released on Jan 1, 2020.

- Add TAsyncCompactProtocol and TAsyncFramedTransport, via `2-#103`_.
- Add TAsyncProtocolBase and TAsyncTransportBase, via `2-#108`_.
- Add __str__ on TProtocolException, , via `2-#109`_.
- Add __str__ on TProtocolException, via `2-#109`_.
- Support passing socket_family in make_client, via `2-#110`_.

.. _2-#103: https://github.com/Thriftpy/thriftpy2/pull/103
Expand Down
2 changes: 1 addition & 1 deletion thriftpy2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .hook import install_import_hook, remove_import_hook
from .parser import load, load_module, load_fp

__version__ = '0.4.10'
__version__ = '0.4.11'
__python__ = sys.version_info
__all__ = ["install_import_hook", "remove_import_hook", "load", "load_module",
"load_fp"]

0 comments on commit b981e8c

Please sign in to comment.