Skip to content

v1.0.0-dev16: Bump version to 1.0.0-dev16 [ci skip]

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jul 16:17
· 211 commits to main since this release

Enhancements

  • Rename Python SDK bundle #286
  • Added logger class to core SDK #185
  • Added classes for handling Datasets, USSFiles, and FileSystems in favor of the single Files class. #264
  • Refactored tests into proper folders and files and add more tests #265
  • Breaking: Standardized response outputs based on Content-Type. #266
  • Refactored create function in Datasets class to accept DatasetOptions class as parameters. [#214] (#214)

Bug Fixes

  • Fixed truncated responses when issuing TSO commands #260
  • Fixed a bug on upload_file_to_dsn where it would not properly convert line endings on Windows. #104