Description
This issue tracks the 6.3.0 release of the Zowe Client Java SDK.
Changes Since Previous Release (6.2.0)
Related Issue
#467 – Fix final-attempt polling logic in pollByStatus and pollByMessage
Related Pull Requests
#486 – Fix USS response package typo (reaponse → response)
#481 – Refactor USS setfacl input creation using a controlled factory method
-
Introduced a new API method:
public Response modifyAndDelete(
final String targetPath,
final String modifyValue,
final String deleteValue)
throws ZosmfRequestException
-
Added a factory class to centralize and validate input creation, ensuring only valid combinations are allowed.
#465 – Fix inconsistent HTTP request type validation in ZosmfLogin
🚨 Breaking Changes
Package Rename
zowe.client.sdk.zosfiles.uss.reaponse
➝ zowe.client.sdk.zosfiles.uss.response
📘 Additional Updates
- Minor Javadoc improvements
Previous 6.x Release Notes
For changes included earlier in the 6.x line, see:
#455 – Release 6.1.1: Response handling enhancements and minor improvements
#459 – Release 6.1.2: Security fixes for Jackson and Central publishing plugin dependencies
#464 – Release 6.2.0: Zowe Client Java SDK release
Description
This issue tracks the 6.3.0 release of the Zowe Client Java SDK.
Changes Since Previous Release (6.2.0)
Related Issue
#467 – Fix final-attempt polling logic in
pollByStatusandpollByMessageRelated Pull Requests
#486 – Fix USS response package typo (
reaponse→response)#481 – Refactor USS
setfaclinput creation using a controlled factory methodIntroduced a new API method:
Added a factory class to centralize and validate input creation, ensuring only valid combinations are allowed.
#465 – Fix inconsistent HTTP request type validation in
ZosmfLogin🚨 Breaking Changes
Package Rename
📘 Additional Updates
Previous 6.x Release Notes
For changes included earlier in the 6.x line, see:
#455 – Release 6.1.1: Response handling enhancements and minor improvements
#459 – Release 6.1.2: Security fixes for Jackson and Central publishing plugin dependencies
#464 – Release 6.2.0: Zowe Client Java SDK release