Skip to content

Commit

Permalink
Merge branch 'main' into fix/issue-tso-command-error
Browse files Browse the repository at this point in the history
  • Loading branch information
t1m0thyj authored Mar 13, 2024
2 parents 1f7e150 + a8c5794 commit 35c9c0b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,30 @@ All notable changes to the Zowe Client Python SDK will be documented in this fil

## `1.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` and `Files.download_binary_dsn` failing to write contents to disk [#179](https://github.com/zowe/zowe-client-python-sdk/issues/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

### Enhancements
## `1.0.0-dev13`

- Added method `Files.download_uss` to download USS files to disk
- Added support to `Tso` class for loading TSO profile properties
### Enhancements

## `1.0.0-dev13`
- Next Breaking: Updated core SDK method `RequestHandler.perform_streamed_request` to return response object instead of raw buffer. [#245](https://github.com/zowe/zowe-client-python-sdk/pull/245)

### Bug Fixes

- Fixed `Files.create_data_set` to accept "FBA", "FBM", "VBA", "VBM" as valid recfm [#240](https://github.com/zowe/zowe-client-python-sdk/issues/240)
- Fixed an issue with `Jobs.list_jobs` user correlator parameter [#242](https://github.com/zowe/zowe-client-python-sdk/issues/242)
- Fixed default encoding for I/O operations to be UTF-8 on Windows [#243](https://github.com/zowe/zowe-client-python-sdk/issues/243)

### Enhancements

- Next Breaking: Updated core SDK method `RequestHandler.perform_streamed_request` to return response object instead of raw buffer. [#245](https://github.com/zowe/zowe-client-python-sdk/pull/245)

## `1.0.0-dev12`

### Bug Fixes
Expand Down
7 changes: 5 additions & 2 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ module.exports = {
branches: [
{
name: "main",
level: "minor"
level: "none",
prerelease: true
},
{
name: "zowe-v?-lts",
Expand All @@ -16,7 +17,9 @@ module.exports = {
plugins: [
"@octorelease/changelog",
"@octorelease/pypi",
"@octorelease/github",
["@octorelease/github", {
publishRelease: true
}],
"@octorelease/git"
]
};

0 comments on commit 35c9c0b

Please sign in to comment.