Releases: wildfoundry/dataplicity-lomond
Releases · wildfoundry/dataplicity-lomond
v0.3.2: Merge pull request #73 from wildfoundry/bytearray
[0.3.2] - 2018-07-04
Changed
- Use bytearray internally to reduce memcpys
v0.3.1
[0.3.1] - 2018-06-27
Fixed
- Python3.7 compatibility
Added
- ProtocolError event
Added per-message compression
Merge pull request #70 from wildfoundry/compression Compression
v0.2.5: Merge pull request #61 from wildfoundry/premature-close
[0.2.5] - 2018-05-28
Fixed
- Traceback if close is called prior to WebSocket ready
v0.2.4: Merge pull request #57 from wildfoundry/integration-tests
Fixed
- Fixed incorrect name for Closing event
Added
- Added integration tests
[0.2.3] - 2018-05-14
Fixed
- non-graceful close #54
v0.2.2: Merge pull request #51 from wildfoundry/fix-graceful-clos
Fixed
- Fixed handling of non-ws URLs on Windows
- Fixed broken close timeout
v0.2.0: Merge pull request #42 from wildfoundry/proxy
[0.2.0] - 2018-04-22
Added
- Proxy support
- ipv6 support
v0.1.15: Merge pull request #41 from wildfoundry/poll
Added
- Added helpers
send_json
andText.json
Fixed
- Restored 'select' for Windows
v0.1.14: Merge pull request #40 from wildfoundry/poll
- Lomond now uses Poll or KQueue depending on platform, rather than select
- Fail fast on invalid utf-8
v0.1.13: Merge pull request #35 from wildfoundry/sni
Adds SNI support and ping_timeout