Releases: zowe/zowe-client-python-sdk
Releases · zowe/zowe-client-python-sdk
v1.0.0-dev24: Bump version to 1.0.0-dev24 [ci skip]
05 Dec 15:15
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Bug Fixes
Fixed error when issuing TSO commands #255