Skip to content

Releases: zowe/zowe-client-python-sdk

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

26 Aug 19:53
Compare
Choose a tag to compare

Bug Fixes

  • Fixed Core SDK package referencing a non-existent version of Secrets SDK.

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

13 Aug 20:32
Compare
Choose a tag to compare

Enhancements

  • Breaking: Update method return types to use custom classes for REST API responses [#89] (#89)

Bug Fixes

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

24 Jul 17:52
Compare
Choose a tag to compare

Enhancements

  • Supported for doc string enforcer [#309] (#309)

  • Add type annotations for all methods [#280] (#280)

  • Breaking: Revised function names in Logger class and files class into snake_case. Enabled pylint rule to enforce function case. [#315] (#315)

  • Added checks and auto addition for license headers on workflow. [#293] (#293)

Bug Fixes

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

19 Jul 11:16
Compare
Choose a tag to compare

Enhancements

  • Included support for AUTH_TYPE_CERT_PEM and AUTH_TYPE_NONE in session [#291] (#291) and [#296] (#296)

  • Updated all functions descriptions to be consitent [#279] (#279)

  • Breaking: Added Support for turning off loggers. Replaced setLoggerLevel in Logger class with setAllLoggerLevel [#278] (#278)

Bug Fixes

  • Fixed a bug on create in Datasets where the target dataset gets created with a different block size when like is specified [#295] (#295)

  • Fixed a bug on logger that it would affect all Python application loggers.

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

02 Jul 14:07
Compare
Choose a tag to compare

Enhancements

Bug Fixes

  • Fixed a bug on _create_custom_request_arguments where changes on custom_args will stay after the function returns #299

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

01 Jul 16:17
Compare
Choose a tag to compare

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

v1.0.0-dev15

13 Mar 19:40
Compare
Choose a tag to compare
v1.0.0-dev15 Pre-release
Pre-release

Bug Fixes

  • Fixed error when issuing TSO commands #255

v1.0.0-dev14

13 Mar 15:38
Compare
Choose a tag to compare
v1.0.0-dev14 Pre-release
Pre-release

Enhancements

  • Added method Files.download_uss to download USS files to disk
  • Added support to Tso class for loading TSO profile properties

Bug Fixes

  • Fixed Files.download_dsn and Files.download_binary_dsn failing to write contents to disk #179
  • Fixed Files.delete_data_set and Files.list_dsn_members so they encode URLs correctly
  • Fixed Files.upload_to_uss displaying an unclosed file warning
  • Fixed loading environment variables when there is no schema file in current directory

v1.0.0-dev13

13 Mar 15:37
Compare
Choose a tag to compare
v1.0.0-dev13 Pre-release
Pre-release

Enhancements

  • Next Breaking: Updated core SDK method RequestHandler.perform_streamed_request to return response object instead of raw buffer. #245

Bug Fixes

  • Fixed Files.create_data_set to accept "FBA", "FBM", "VBA", "VBM" as valid recfm #240
  • Fixed an issue with Jobs.list_jobs user correlator parameter #242
  • Fixed default encoding for I/O operations to be UTF-8 on Windows #243

v1.0.0-dev12

13 Mar 15:34
Compare
Choose a tag to compare
v1.0.0-dev12 Pre-release
Pre-release

Bug Fixes

  • Fixed Secrets SDK requiring LD_LIBRARY_PATH to be defined when installed from wheel on Linux #229
  • Fixed 'issue_command' Console API function to provide custom console name #231