Releases: cartoonist/pystream-protobuf
Releases · cartoonist/pystream-protobuf
pyStream v1.6.4
- Add
persistent_header
option
pyStream v1.6.3
- Support streaming bytes or any serializable objects (#20)
pyStream v1.6.2
- Add header support
pyStream v1.6.1
- Error handling on a partial read from the stream
pyStream v1.6.0
- Add asynchronous IO support
pyStream v1.5.2
- Fix some bugs
- Drop Python 2 support and adds support for Python 3.7, and 3.8.
pyStream v1.5.1
- [minor] Add
future
package to the requirements
pyStream v1.5.0
- Extend the
Stream
class to work with any input/output binary streams
pyStream v1.4.6
- Support Python 2
- Make GZip compression optional