Skip to content

Commit

Permalink
Merge pull request #1710 from zowe/feat/use-tokio
Browse files Browse the repository at this point in the history
feat(daemon): Remove `named_pipe` in favor of `tokio`
  • Loading branch information
traeok authored May 8, 2023
2 parents e3a2635 + bdb7c5e commit b6411f2
Show file tree
Hide file tree
Showing 7 changed files with 298 additions and 86 deletions.
4 changes: 4 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the Zowe CLI package will be documented in this file.

## Recent Changes

- Enhancement: Updated daemon to use `tokio` library instead of unmaintained `named_pipe` library.

## `7.15.0`

- Enhancement: Added the `zowe files copy dsclp` command to copy a dataset from one LPAR to another. [#1098](https://github.com/zowe/zowe-cli/issues/1098)
Expand Down
Loading

0 comments on commit b6411f2

Please sign in to comment.