Releases: lmgarret/py-pcbu
Releases · lmgarret/py-pcbu
0.5.0
0.4.1
Added
- Links to project in pyproject.toml
0.4.0
Added
- Command to emulate an Unlock Client
Fixed
- Log message when an unlock request is not authenticated should now display the ip and port
0.3.0
Added
- Async support for all components
- CLI commands and
- CLI commands
pair-client
andunlock-server
Fixed
- Improper unbinding in TCPUnlockServerBase, causing port to be unusable when restarting
0.2.0
Added
- Command to emulate a Pairing Server
Changed
- Bump cryptography dependency
Fixed
- Protocol error with newer app versions
0.1.7
Added
- Allow async listen for TCP unlock server
0.1.6
Added
- Allow tweaking pairing timeout
0.1.5
Changed
- Release using different gh action
release: 0.1.4
Added
- Publish to PyPI
0.1.3
Changed
- Fixed release CI