Skip to content

Commit

Permalink
Merge pull request #162 from zowe/update-with-master
Browse files Browse the repository at this point in the history
Update next with master
  • Loading branch information
zFernand0 authored Jul 31, 2024
2 parents ddfb280 + 78c2770 commit 61a52b9
Show file tree
Hide file tree
Showing 4 changed files with 804 additions and 990 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
config-file: ./.github/resources/codeql-config.yml

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the z/OS FTP Plug-in for Zowe CLI will be documented in this file.

## Recent Changes

- Update: See `2.1.9` for details

## `3.0.0-next.202406041826`

- Fix list spool file hang problem.
Expand Down Expand Up @@ -77,6 +81,10 @@ All notable changes to the z/OS FTP Plug-in for Zowe CLI will be documented in t
- `IJob.jobid: string` to `IJob.jobId: string`
- `IGetSpoolFileOption.fileId: string` to `IGetSpoolFileOption.fileId: number`

## `2.1.9`

- Fix issue #156 to return proper message for active job.

## `2.1.8`

- BugFix: Upload dataset using Buffer, stead of string. [2533](https://github.com/zowe/vscode-extension-for-zowe/issues/2533)
Expand Down
Loading

0 comments on commit 61a52b9

Please sign in to comment.