Releases: zowe/zowe-client-python-sdk
Releases · zowe/zowe-client-python-sdk
v1.0.0-dev21: Bump version to 1.0.0-dev21 [ci skip]
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]
v1.0.0-dev19: Bump version to 1.0.0-dev19 [ci skip]
v1.0.0-dev18: Bump version to 1.0.0-dev18 [ci skip]
Enhancements
-
Included support for
AUTH_TYPE_CERT_PEM
andAUTH_TYPE_NONE
insession
[#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 withsetAllLoggerLevel
[#278] (#278)
Bug Fixes
v1.0.0-dev17: Bump version to 1.0.0-dev17 [ci skip]
Enhancements
Bug Fixes
- Fixed a bug on
_create_custom_request_arguments
where changes oncustom_args
will stay after the function returns #299
v1.0.0-dev16: Bump version to 1.0.0-dev16 [ci skip]
Enhancements
- Rename Python SDK bundle #286
- Added logger class to core SDK #185
- Added classes for handling
Datasets
,USSFiles
, andFileSystems
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 onContent-Type
. #266 - Refactored
create
function inDatasets
class to acceptDatasetOptions
class as parameters. [#214] (#214)
Bug Fixes
v1.0.0-dev15
Bug Fixes
- Fixed error when issuing TSO commands #255
v1.0.0-dev14
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
andFiles.download_binary_dsn
failing to write contents to disk #179 - Fixed
Files.delete_data_set
andFiles.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
Enhancements
- Next Breaking: Updated core SDK method
RequestHandler.perform_streamed_request
to return response object instead of raw buffer. #245