Releases: zowe/zowe-cli
Releases · zowe/zowe-cli
v7.18.6
Zowe CLI
- BugFix: Bump Secrets SDK to
7.18.6
to usecore-foundation-rs
instead of the now-archivedsecurity-framework
crate, and to include the edge-case bug fix for Linux.
Secrets SDK
- BugFix: Use
core-foundation-rs
instead ofsecurity-framework
for macOS logic, assecurity-framework
is now archived. #1802 - BugFix: Resolve bug where
findCredentials
scenarios with one match causes a segmentation fault on Linux.
v7.18.5
Zowe CLI
- BugFix: Bump Secrets SDK to
7.18.5
to resolve build failures for FreeBSD users.
Secrets SDK
- BugFix: Enable
KeyringError::Library
enum variant to fix building on FreeBSD targets.
v7.18.4
Release 7.18.4 to latest
v7.18.3
Zowe CLI
- Enhancement: Bump Secrets SDK to
7.18.3
- uses more reliable resolution logic forprebuilds
folder; adds static CRT for Windows builds.
Secrets SDK
- Enhancement: Separated module resolution logic during installation; added more error handling to provide a more graceful installation process.
- Enhancement: Add static CRT when compiling Windows builds.
- Added OVERVIEW document to package: provides context on the Secrets SDK transition and how it affects Zowe CLI and Zowe Explorer.
v7.18.2
v7.18.1
Zowe CLI
- Enhancement: Bump Secrets SDK to
7.18.3
- uses more reliable resolution logic forprebuilds
folder; adds static CRT for Windows builds.
Secrets SDK
- Added README to package w/ description, instructions and examples of using the
keyring
module.
v7.18.0
Zowe CLI
- BugFix: Bump Secrets SDK to
7.18.2
- uses more reliable resolution logic forprebuilds
folder.
Core SDK
- Enhancement: Added support for dynamic APIML tokens. #1734
z/OS Files SDK
- BugFix: Fixed error when listing data set members that include double quote in the name.
Secrets SDK
- Initial release.
keyring
module added for interacting with OS-specific keyring/credential vaults. See src/keyring for information on this native module and how it can be used.
Native Client Release 1.2.0
Merge pull request #1766 from zowe/feat/daemon-macos-universal Add Apple Silicon support for Zowe daemon
Native Client Release 1.1.0
Merge pull request #1710 from zowe/feat/use-tokio feat(daemon): Remove `named_pipe` in favor of `tokio`
Native Client Release 1.0.5
Merge pull request #1700 from zowe/awharn-attempt-daemonizing Make changes to fix several daemon related issues