Releases: Infineon/tas_client_api
Releases · Infineon/tas_client_api
TAS Client API v1.0.2
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
TAS Client API v1.0.1
What's Changed
- Updated pybind11 version
- Updated Python wrapper CMake file - now includes a way to specify a Python version
- Removed redundant compiler option for cpp standard in CMake files
- Improved README
Full Changelog: v1.0.0...v1.0.1
TAS Client API v1.0.0
What's changed
- Initial version
Full Changelog: https://github.com/Infineon/tas_client_api/commits/v1.0.0