What's Changed
General
- Fixed an issue with packets larger than 32kB - with default configuration up to and including 64kB request can be made
- Fixed an issue where block read/write operation does not return an expected return value when read or write fails - num_bytes_ok should now reflect the successfully read/written number of bytes
- Updated the rw demo
Python wrapper
- Updated pybind11 version
- Changed when pybind11 should be pulled (only when the python option is enabled)
- Updated and restructured Python package relevant CMakeLists.txt file
- Added requiremnets.txt for the virtual environment
- Updated how the Python wrapper wheel is installed during the build
Full Changelog: v1.0.1...v1.0.2