Skip to content

Releases: zowe/zowe-cli

v7.18.6

28 Sep 17:21
Compare
Choose a tag to compare

Zowe CLI

  • BugFix: Bump Secrets SDK to 7.18.6 to use core-foundation-rs instead of the now-archived security-framework crate, and to include the edge-case bug fix for Linux.

Secrets SDK

  • BugFix: Use core-foundation-rs instead of security-framework for macOS logic, as security-framework is now archived. #1802
  • BugFix: Resolve bug where findCredentials scenarios with one match causes a segmentation fault on Linux.

v7.18.5

13 Sep 20:33
Compare
Choose a tag to compare

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

31 Aug 16:10
Compare
Choose a tag to compare
Release 7.18.4 to latest

v7.18.3

30 Aug 17:46
Compare
Choose a tag to compare

Zowe CLI

  • Enhancement: Bump Secrets SDK to 7.18.3 - uses more reliable resolution logic for prebuilds 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

29 Aug 19:55
Compare
Choose a tag to compare

Secrets SDK

  • Added OVERVIEW document to package: provides context on the Secrets SDK transition and how it affects Zowe CLI and Zowe Explorer.

z/OS USS SDK

  • BugFix: Updated zowe zos-ssh issue cmd to return just the command output in stdout instead of both the command and its output. #1724

v7.18.1

25 Aug 19:28
Compare
Choose a tag to compare

Zowe CLI

  • Enhancement: Bump Secrets SDK to 7.18.3 - uses more reliable resolution logic for prebuilds 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

15 Aug 17:38
Compare
Choose a tag to compare

Zowe CLI

  • BugFix: Bump Secrets SDK to 7.18.2 - uses more reliable resolution logic for prebuilds 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

01 Aug 14:18
1b90aff
Compare
Choose a tag to compare
Merge pull request #1766 from zowe/feat/daemon-macos-universal

Add Apple Silicon support for Zowe daemon

Native Client Release 1.1.0

08 May 15:56
b6411f2
Compare
Choose a tag to compare
Merge pull request #1710 from zowe/feat/use-tokio

feat(daemon): Remove `named_pipe` in favor of `tokio`

Native Client Release 1.0.5

01 May 15:32
c445fa7
Compare
Choose a tag to compare
Merge pull request #1700 from zowe/awharn-attempt-daemonizing

Make changes to fix several daemon related issues