Releases: SpectraLogic/ds3_python3_sdk
Releases · SpectraLogic/ds3_python3_sdk
v5.8.3
What's Changed
- RMS-10707: helper get_objects and put_objects were swallowing exceptions by @RachelTucker in #71
- [fix #69] add missing buffer_size to get_object() by @slobinger in #70
- Adding example for Get range by @ashap-spectra in #62
- Updating test to be more robust if all blobs are not in the same chunk by @RachelTucker in #72
New Contributors
- @slobinger made their first contribution in #70
- @ashap-spectra made their first contribution in #62
Full Changelog: v5.8.2...v5.8.3
v5.8.2
What's Changed
- Adding .venv folder to gitignore by @RachelTucker in #65
- Fix socket leak by @RachelTucker in #67
- Update version in pyproject.toml by @RachelTucker in #68
Full Changelog: v5.8.1...v5.8.2
v5.8.1
Updated build and install to use pip.
v5.8.0
Updated to BP API 5.8
v5.4.3
Added logging to helper functions.
Fixed bug in multi-threading of helper functions.
v5.4.2
- Added ability to specify BP job names while using the helpers.
v5.4.1
- Added feature to helpers where blob checksums are calculated on the client and verified by the BP on puts.
- Added documentation to helpers.
v5.4.0
Updated to BP API 5.4
v5.3.0
Updated to BP API 5.3.1
v5.2.3
Fixed bug in retry delay within helpers that caused problems when BP cache is full.