Skip to content

Commit 8ee471c

Browse files
authored
Merge pull request #365 from zowe/pr/353-v2
Validating Type Annotation
2 parents 34b7df9 + 4bc0833 commit 8ee471c

43 files changed

Lines changed: 677 additions & 560 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to the Zowe Client Python SDK will be documented in this fil
44

55
## Recent Changes
66

7+
- Fixed missing and incorrect type annotations. [#321](https://github.com/zowe/zowe-client-python-sdk/issues/321)
8+
- Removed the `suppress_config_file_warnings` parameter from individual functions. [#365](https://github.com/zowe/zowe-client-python-sdk/issues/365)
9+
- Introduced the class-wide property `suppress_config_file_warnings` to control configuration file warnings. [#365](https://github.com/zowe/zowe-client-python-sdk/issues/365)
10+
711
### Bug Fixes
812

913
- Updated the `pyo3` dependency of the Secrets SDK for technical currency. [#355](https://github.com/zowe/zowe-client-python-sdk/pull/355)
@@ -24,17 +28,14 @@ All notable changes to the Zowe Client Python SDK will be documented in this fil
2428

2529
### Bug Fixes
2630

27-
- Fixed Core SDK package referencing a non-existent version of Secrets SDK.
31+
- Fixed Core SDK package referencing a non-existent version of Secrets SDK.
2832

2933
## `1.0.0-dev20`
3034

3135
### Enhancements
3236

3337
- *Breaking*: Update method return types to use custom classes for REST API responses [#89] (https://github.com/zowe/zowe-client-python-sdk/issues/89)
3438

35-
### Bug Fixes
36-
37-
3839
## `1.0.0-dev19`
3940

4041
### Enhancements

0 commit comments

Comments
 (0)