Skip to content

Releases: desty2k/QtPyNetwork

v0.7.0

01 Jun 16:33
Compare
Choose a tag to compare
  • dd888ac - ADD: working on reworking
  • e356f62 - UPD: add write methods, rename Device to Client
  • 9e61c2a - UPD: data reading for ThreadBalancer
  • bc49717 - UPD: add TCPClient, move old version to examples
  • 10381c5 - ADD: ThreadPoolBalancer, wait(), is_running() for balancers
  • 7182532 - ADD: threaded client, update examples
  • 548ed9d - UPD: update changelog
  • 0317a63 - FIX: code style errors, remove commented code
  • 0d35537 - FIX: too short title underlines

v0.6.1

20 Feb 18:59
Compare
Choose a tag to compare
  • acebf6e - FIX: setSocketDescriptor failing on Python 3.10
  • 6eac44c - UPD: Get long_description by reading README.rst
  • e154ad2 - DEL: remove unused depedency cryptography
  • d7f8a1f - UPD: bump version to 0.6.1, update changelog

v0.6.0

14 Oct 18:44
Compare
Choose a tag to compare
  • a91df48 - UPD: get task from matrix instead of hardcoding it
  • 7dda0d4 - UPD: use private classes where possible
  • f8279d6 - UPD: change development status to stable, add issues and docs links
  • aa50122 - ADD: \_\_all__ variable in modules
  • 8ade585 - UPD: add client example to readme, remove server inheritance example
  • f2cf8c4 - UPD: bump version to 0.6.0, update changelog
  • 63e8923 - FIX: E126 continuation line over-indented for hanging indent

v0.5.3

30 Jun 14:02
Compare
Choose a tag to compare
  • c647037 - UPD: add/update docs
  • f652832 - ADD: docs workflow
  • de9e759 - UPD: bump version to 0.5.3, update changelog

v0.5.2

25 Jun 13:03
Compare
Choose a tag to compare
  • 1d21d36 - FIX: package not found when running bandit check
  • e8c2f6b - ADD: PyPI classifiers and keywords
  • b9856ce - UPD: add examples to PyPI description
  • e4fb661 - UPD: bump version to 0.5.2, update changelog

v0.5.1

16 Jun 13:36
Compare
Choose a tag to compare
  • a78fa12 - FIX: tox not running for macos workflow
  • b12bcb7 - FIX: ignore import not at the top of file
  • aa10408 - UPD: use port 12500 in all examples
  • 9add234 - ADD: server example with inheritance
  • 48620e2 - UPD: add inheritance example, fix composition example in readme
  • 85d0106 - UPD: make Device variables protected
  • 8998015 - UPD: update changelog, bump version to 0.5.1
  • 995f1de - UPD: replace get_id() with id() in examples and readme
  • 933e3db - FIX: missing positional argument device in Device.write method
  • dc5e816 - UPD: bump version to 0.5.2, update changelog
  • 265611c - FIX: blank line at the end of file
  • 7d309e0 - UPD: 0.5.1 build failed, so I can lower the version from 0.5.2 to 0.5.1

v0.5.0

14 Jun 06:32
Compare
Choose a tag to compare
  • 262bce3 - FIX: require successfull tests before creating release
  • c98699b - DEL: remove encryption
  • 181bb4a - ADD: NotConnectedError exception
  • 907912e - ADD: kick method for Device
  • 717edc2 - DEL: encryption, JSON dicts
  • 7882290 - UPD: update examples
  • 6405306 - UPD: use semver
  • 6d0454f - UPD: update info in readme, add server example
  • 67e0751 - UP:D update changelog, bump version to 0.5.0
  • 48122a4 - UPD: update info for PyPI
  • 0b74659 - ADD: server not running exception
  • 112048c - ADD: add pypi and build badges to readme
  • 91233d3 - UPD: rename finished to closed and add missing signal connections
  • 545c284 - FIX: kick() check if socket was found before closing it
  • 0dc7cc9 - UPD: raise ServerNotRunning if tried to write or kick before starting server
  • 83c52a5 - ADD: on_* methods to allow easy use of both inheritance and composition

v0.4.4

31 May 18:23
Compare
Choose a tag to compare
  • e60a432 - FIX: build platforms, add test job, spacing
  • f517634 - DEL: remove unused task
  • 9f3bc4f - UPD: bump version to 0.4.4

v0.4.3

31 May 18:18
Compare
Choose a tag to compare
FIX: task and platform envs for build