Skip to content

Releases: zowe/zowe-client-python-sdk

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

30 Mar 18:07

Choose a tag to compare

Bug Fixes

  • Downgraded the jsonschema dependency of the Core SDK for Python versions older than 3.14 to remove Rust dependency. #390
  • Updated the requests dependency of the Core SDK for technical currency. #390

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

11 Feb 20:52

Choose a tag to compare

Enhancements

  • Clarification of return types for DatasetListResponse and USSListResponse. #380
  • Added USSFiles.retrieve_content as a substitution of USSFiles.get_content and USSFiles.get_content_streamed, USSFiles.perform_download as a substitution of USSFiles.download, USSFiles.perform_upload as a substitution of USSFiles.upload, Datasets.retrieve_content as a substitution of Datasets.get_content and Datasets.get_binary_content, Datasets.perform_download as a substitution of Datasets.download and Datasets.download_binary, Datasets.perform_upload as a substitution of Datasets.upload. #380
  • Added ContentType enum class to distinguish between data types to submit / retrieve. #380
  • Added binary USS files upload and write. #380
  • Added USSFiles.get_file_tag function. #380
  • Support responseTimeout profile property for z/OSMF operations. #369

Bug Fixes

  • Added support for the file_encoding and receive_encoding to the USSFiles.get_content, USSFiles.get_content_streamed, and USSFiles.download functions. #375, #380
  • Updated the urllib3 dependency of the Core SDK for technical currency. #381
  • Fixed bug where Tso.issue_command method sometimes returned "READY" message without command output. #386

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

05 Dec 15:15

Choose a tag to compare

Enhancements

  • Added z/OSMF Workflows functionality. #372
  • Replaced the commentjson package with the json5 package to support block comments. #374

Bug Fixes

  • Added support for the encoding option to the USSFiles.upload function. #372

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

07 Aug 20:55

Choose a tag to compare

Prerelease Breaking

  • Removed the suppress_config_file_warnings parameter from individual functions. #365

Enhancements

  • Introduced the class-wide property suppress_config_file_warnings to control configuration file warnings. #365

Bug Fixes

  • Fixed missing and incorrect type annotations. #321
  • Updated the pyo3 dependency of the Secrets SDK for technical currency. #355
  • Updated the urllib3 dependency of the Core SDK for technical currency. #370

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

06 Jan 16:55

Choose a tag to compare

Enhancements

  • Turning off logger at the class-constructor level #316
  • Added support for commonly used environmental variables, like REQUESTS_CA_BUNDLE and CURL_CA_BUNDLE. #346

Bug Fixes

  • Fixed the inconsistent use of the SDK name across SDKs in all files. #328
  • Updated the sample scripts in readmes to stop using methods that were deprecated in #276. #336

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

26 Aug 19:53

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

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

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

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

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