Releases: desty2k/QtPyNetwork
Releases · desty2k/QtPyNetwork
v0.7.0
dd888ac
- ADD: working on reworkinge356f62
- UPD: add write methods, rename Device to Client9e61c2a
- UPD: data reading for ThreadBalancerbc49717
- UPD: add TCPClient, move old version to examples10381c5
- ADD: ThreadPoolBalancer, wait(), is_running() for balancers7182532
- ADD: threaded client, update examples548ed9d
- UPD: update changelog0317a63
- FIX: code style errors, remove commented code0d35537
- FIX: too short title underlines
v0.6.1
v0.6.0
a91df48
- UPD: get task from matrix instead of hardcoding it7dda0d4
- UPD: use private classes where possiblef8279d6
- UPD: change development status to stable, add issues and docs linksaa50122
- ADD:\_\_all__
variable in modules8ade585
- UPD: add client example to readme, remove server inheritance examplef2cf8c4
- UPD: bump version to 0.6.0, update changelog63e8923
- FIX: E126 continuation line over-indented for hanging indent
v0.5.3
v0.5.2
v0.5.1
a78fa12
- FIX: tox not running for macos workflowb12bcb7
- FIX: ignore import not at the top of fileaa10408
- UPD: use port 12500 in all examples9add234
- ADD: server example with inheritance48620e2
- UPD: add inheritance example, fix composition example in readme85d0106
- UPD: make Device variables protected8998015
- UPD: update changelog, bump version to 0.5.1995f1de
- UPD: replace get_id() with id() in examples and readme933e3db
- FIX: missing positional argument device in Device.write methoddc5e816
- UPD: bump version to 0.5.2, update changelog265611c
- FIX: blank line at the end of file7d309e0
- UPD: 0.5.1 build failed, so I can lower the version from 0.5.2 to 0.5.1
v0.5.0
262bce3
- FIX: require successfull tests before creating releasec98699b
- DEL: remove encryption181bb4a
- ADD: NotConnectedError exception907912e
- ADD: kick method for Device717edc2
- DEL: encryption, JSON dicts7882290
- UPD: update examples6405306
- UPD: use semver6d0454f
- UPD: update info in readme, add server example67e0751
- UP:D update changelog, bump version to 0.5.048122a4
- UPD: update info for PyPI0b74659
- ADD: server not running exception112048c
- ADD: add pypi and build badges to readme91233d3
- UPD: rename finished to closed and add missing signal connections545c284
- FIX: kick() check if socket was found before closing it0dc7cc9
- UPD: raise ServerNotRunning if tried to write or kick before starting server83c52a5
- ADD: on_* methods to allow easy use of both inheritance and composition