Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

20 lines (14 loc) · 1.31 KB

Change Log

All notable changes to the Zowe Client Python SDK will be documented in this file.

1.0.0-dev11

Enhancements

  • Added method to save secure profile properties to vault #72
  • Added method to save profile properties to zowe.config.json file #73
  • Added CredentialManager class to securely retrieve values from credentials and manage multiple credential entries on Windows #134
  • Added method to load profile properties from environment variables #136
  • Added validation of zowe.config.json file matching the schema #192
  • Added Secrets SDK for storing client secrets in OS keyring #208

Bug Fixes

  • Fixed profile merge order to match Node.js SDK #190
  • Fixed issue for datasets and jobs with special characters in URL #211
  • Fixed exception handling in session.py #213