Skip to content

Commit 1c6b166

Browse files
release v2.2.4
1 parent 003b322 commit 1c6b166

File tree

7 files changed

+30
-27
lines changed

7 files changed

+30
-27
lines changed

LICENSE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LICENSE INFORMATION
33
The Programs listed below are licensed under the following License Information terms and conditions in addition to the Program license terms previously agreed to by Client and IBM. If Client does not have previously agreed to license terms in effect for the Program, the International License Agreement for Non-Warranted Programs (i125-5589-06) applies.
44

55
Program Name (Program Number):
6-
IBM Db2 for z/OS Developer Extension, 2.2.3 (plug-in)
6+
IBM Db2 for z/OS Developer Extension, 2.2.4 (plug-in)
77

88
The following standard terms apply to Licensee's use of the Program.
99

@@ -28,9 +28,9 @@ Source Components and Sample Materials
2828
The Program includes components in source code form ("Source Components"), or other materials identified as Sample Materials or both. Licensee may copy and modify Source Components and Sample Materials for internal use only within the limits of the license rights under this Agreement; provided, however, that Licensee may not alter or delete any copyright information or notices contained in the Source Components or Sample Materials. IBM provides the Source Components and Sample Materials without obligation of support and "AS IS", WITH NO WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTY OF TITLE, NON-INFRINGEMENT OR NON-INTERFERENCE AND THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
2929

3030

31-
L/N: L-BJFZ-GJMJ2W
32-
D/N: L-BJFZ-GJMJ2W
33-
P/N: L-BJFZ-GJMJ2W
31+
L/N: L-XTRN-B7VEGY
32+
D/N: L-XTRN-B7VEGY
33+
P/N: L-XTRN-B7VEGY
3434

3535
International License Agreement for Non-Warranted Programs
3636

NOTICES.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
NOTICES AND INFORMATION
22

3-
IBM Db2 for z/OS Developer Extension, 2.2.3
3+
IBM Db2 for z/OS Developer Extension, 2.2.4
44

55
The IBM license agreement and any applicable information on the web
66
download page for IBM products refers Licensee to this file for details
@@ -25,7 +25,7 @@ and all liability for errors and omissions or for any damages accruing
2525
from the use of this NOTICES file or its contents, including without
2626
limitation URLs or references to any third party websites.
2727

28-
Notices and Information for IBM Db2 for z/OS Developer Extension, 2.2.3
28+
Notices and Information for IBM Db2 for z/OS Developer Extension, 2.2.4
2929

3030
Apache 2.0 License
3131

@@ -140,8 +140,9 @@ MIT License
140140
The Program includes some or all of the following that IBM obtained under the MIT License:
141141

142142

143+
@monaco-editor/react Copyright (c) 2018 Suren Atoyan
143144
async 3.2.6 Copyright (c) 2010-2018 Caolan McMahon
144-
axios 1.8.2 Copyright (c) 2014-present Matt Zabriskie
145+
axios 3.2.3 Copyright (c) 2014-present Matt Zabriskie
145146
fast-xml-parser 4.5.0 Copyright (c) 20117 Amit Kumar Gupta
146147
html-react-parser 5.1.15 Copyright (c) 2016 Menglin "Mark" Xu <mark@remarkablemark.org>
147148
json2csv 5.0.6 Copyright (C) 2012 [Mirco Zeiss](mailto: mirco.zeiss@gmail.com)
@@ -211,6 +212,6 @@ End of Python Software Foundation License 2.0
211212

212213

213214

214-
L/N: L-BJFZ-GJMJ2W
215-
D/N: L-BJFZ-GJMJ2W
216-
P/N: L-BJFZ-GJMJ2W
215+
L/N: L-XTRN-B7VEGY
216+
D/N: L-XTRN-B7VEGY
217+
P/N: L-XTRN-B7VEGY

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ And it includes features that enable you to easily:
2525
- [Analyze and tune the performance of SQL](https://ibm.github.io/db2forzosdeveloperextension-about/docs/tuning-sql-queries/setting-up-a-basic-tuning-environment)
2626
- [Navigate the Db2 catalog](https://ibm.github.io/db2forzosdeveloperextension-about/docs/the-basics/navigating-the-db2-catalog)
2727
- [Import database connections from Data Studio](https://ibm.github.io/db2forzosdeveloperextension-about/docs/the-basics/importing-connections-from-data-studio)
28+
- Work with DDL in CI/CD pipelines by using integrated [Db2 CI/CD Expert features](https://ibm.github.io/db2forzosdeveloperextension-about/docs/working-with-cicde/working-with-ddl-cicde)
2829

2930
For more information about the latest Db2 Developer Extension features, see [What's new in this release](https://ibm.github.io/db2forzosdeveloperextension-about/docs/the-basics/whats-new-in-this-release).
3031

@@ -50,7 +51,7 @@ This current release of Db2 Developer Extension will collect anonymous data for
5051
- Syntax parsing
5152
- Connecting to Db2
5253
- SQL execution
53-
- Deploying, running, or debugging native stored procedures
54+
- Deploying, running, or debugging stored procedures and user-defined functions
5455
- Performing tuning actions
5556
- Navigating the Db2 catalog
5657
- Deactivation of this VS Code extension
@@ -117,6 +118,8 @@ Installing Db2 Developer Extension requires the following software:
117118

118119
- Google Chrome is required to view the results of Access Path Comparison and Visual Explain jobs from within VS Code. Otherwise, the results can be displayed in an external browser.
119120

121+
- To use the integrated features of Db2 CI/CD Expert, you need to install Db2 CI/CD Expert in a Unified Management Server environment and connect to a Db2 CI/CD server. See the [Db2 for CI/CD Expert documentation](https://www.ibm.com/docs/en/dcefz/1.1.0?topic=db2-cicd-expert-zos-overview) for more information.
122+
120123
## Configuring Java
121124

122125
Because part of the SQL language server in IBM Db2 for z/OS Developer Extension is implemented using Java, a Java runtime must be defined in the program path to start Db2 Developer Extension in VS Code. You can specify the specific Java runtime that you want to use and you can set additional Java configuration parameters, such as how much memory the extension can use, in the [VS Code User or Workspace Settings](https://code.visualstudio.com/docs/getstarted/settings). You can also specify a Java runtime and set configuration parameters by editing the `settings.json` file directly.
@@ -178,6 +181,4 @@ The Debugger Session Manager (DSM) provides support for debugging native stored
178181
179182
## Limitations for this release
180183
181-
- When you run a CALL statement that includes OUT or INOUT parameters, it will fail.
182-
183184
- Debugging a native stored procedure that contains input parameters as array types is not supported.

product-licenses/LICENSE.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LICENSE INFORMATION
33
The Programs listed below are licensed under the following License Information terms and conditions in addition to the Program license terms previously agreed to by Client and IBM. If Client does not have previously agreed to license terms in effect for the Program, the International License Agreement for Non-Warranted Programs (i125-5589-06) applies.
44

55
Program Name (Program Number):
6-
IBM Db2 for z/OS Developer Extension, 2.2.3 (plug-in)
6+
IBM Db2 for z/OS Developer Extension, 2.2.4 (plug-in)
77

88
The following standard terms apply to Licensee's use of the Program.
99

@@ -28,9 +28,9 @@ Source Components and Sample Materials
2828
The Program includes components in source code form ("Source Components"), or other materials identified as Sample Materials or both. Licensee may copy and modify Source Components and Sample Materials for internal use only within the limits of the license rights under this Agreement; provided, however, that Licensee may not alter or delete any copyright information or notices contained in the Source Components or Sample Materials. IBM provides the Source Components and Sample Materials without obligation of support and "AS IS", WITH NO WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTY OF TITLE, NON-INFRINGEMENT OR NON-INTERFERENCE AND THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
2929

3030

31-
L/N: L-BJFZ-GJMJ2W
32-
D/N: L-BJFZ-GJMJ2W
33-
P/N: L-BJFZ-GJMJ2W
31+
L/N: L-XTRN-B7VEGY
32+
D/N: L-XTRN-B7VEGY
33+
P/N: L-XTRN-B7VEGY
3434

3535
International License Agreement for Non-Warranted Programs
3636

product-licenses/NOTICES.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
NOTICES AND INFORMATION
22

3-
IBM Db2 for z/OS Developer Extension, 2.2.3
3+
IBM Db2 for z/OS Developer Extension, 2.2.4
44

55
The IBM license agreement and any applicable information on the web
66
download page for IBM products refers Licensee to this file for details
@@ -25,7 +25,7 @@ and all liability for errors and omissions or for any damages accruing
2525
from the use of this NOTICES file or its contents, including without
2626
limitation URLs or references to any third party websites.
2727

28-
Notices and Information for IBM Db2 for z/OS Developer Extension, 2.2.3
28+
Notices and Information for IBM Db2 for z/OS Developer Extension, 2.2.4
2929

3030
Apache 2.0 License
3131

@@ -140,8 +140,9 @@ MIT License
140140
The Program includes some or all of the following that IBM obtained under the MIT License:
141141

142142

143+
@monaco-editor/react Copyright (c) 2018 Suren Atoyan
143144
async 3.2.6 Copyright (c) 2010-2018 Caolan McMahon
144-
axios 1.8.2 Copyright (c) 2014-present Matt Zabriskie
145+
axios 3.2.3 Copyright (c) 2014-present Matt Zabriskie
145146
fast-xml-parser 4.5.0 Copyright (c) 20117 Amit Kumar Gupta
146147
html-react-parser 5.1.15 Copyright (c) 2016 Menglin "Mark" Xu <mark@remarkablemark.org>
147148
json2csv 5.0.6 Copyright (C) 2012 [Mirco Zeiss](mailto: mirco.zeiss@gmail.com)
@@ -211,6 +212,6 @@ End of Python Software Foundation License 2.0
211212

212213

213214

214-
L/N: L-BJFZ-GJMJ2W
215-
D/N: L-BJFZ-GJMJ2W
216-
P/N: L-BJFZ-GJMJ2W
215+
L/N: L-XTRN-B7VEGY
216+
D/N: L-XTRN-B7VEGY
217+
P/N: L-XTRN-B7VEGY

signature/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Code signature validation
22

3-
This zip file contains IBM® Db2® for z/OS® Developer Extension 2.2.3 and code signing signatures to verify the binary of Db2 Developer Extension.
3+
This zip file contains IBM® Db2® for z/OS® Developer Extension 2.2.4 and code signing signatures to verify the binary of Db2 Developer Extension.
44

55
## How to verify the code signing signatures
66

7-
The db2forzosdeveloperextension-2.2.3.zip file contains .vsix, .sig and .pem files, which are used to verify the binary files.
7+
The db2forzosdeveloperextension-2.2.4.zip file contains .vsix, .sig and .pem files, which are used to verify the binary files.
88

99
After you extract the files from the zip file, you can verify the code signing signatures for the .vsix file by completing the following instructions.
1010

@@ -30,11 +30,11 @@ After you extract the files from the zip file, you can verify the code signing 
3030
~~~~
3131
Response verify OK
3232
~~~~
33-
3. Verify the downloaded binary file of Db2 Developer Extension 2.2.3.
33+
3. Verify the downloaded binary file of Db2 Developer Extension 2.2.4.
3434
3535
To verify the file by using the signature and public key files, issue the following command:
3636
~~~~
37-
$ openssl dgst -sha256 -verify public.pem -signature db2forzosdeveloperextension-2.2.3.vsix.cosign.sig db2forzosdeveloperextension-2.2.3.vsix
37+
$ openssl dgst -sha256 -verify public.pem -signature db2forzosdeveloperextension-2.2.4.vsix.cosign.sig db2forzosdeveloperextension-2.2.4.vsix
3838
~~~~
3939
If the binary verification is successful, the output is:
4040
~~~~
25.1 MB
Binary file not shown.

0 commit comments

Comments
 (0)