Skip to content

Commit 3992431

Browse files
chore(release): 3.0.0 release notes
# [3.0.0](https://github.ibm.com/coligo/python-sdk/compare/v2.0.3...v3.0.0) (2023-03-23) ### Features * **oneOf:** addeed type support for secret data types ([#9](https://github.ibm.com/coligo/python-sdk/issues/9)) ([6dd33d2](https://github.ibm.com/coligo/python-sdk/commit/6dd33d2dca8663d65d00c4e5694bfa11abbb5d22)) ### BREAKING CHANGES * **oneOf:** new classes for each secret data type added * test fix * test fix * added more secret examples * updated to latest openAPI, added oneOf for secret updates * udpated timeout on int test * increase timeout * adjust timeout * removed retries * set retries to 0 * udpated retry interval * sleep adjust * removed loop, depending on python retry * increased project sleep to 2 minutes before trying get * moved sleep * fixed timestamp name, will removed security alerts
1 parent aa98c67 commit 3992431

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
# [3.0.0](https://github.ibm.com/coligo/python-sdk/compare/v2.0.3...v3.0.0) (2023-03-23)
2+
3+
4+
### Features
5+
6+
* **oneOf:** addeed type support for secret data types ([#9](https://github.ibm.com/coligo/python-sdk/issues/9)) ([6dd33d2](https://github.ibm.com/coligo/python-sdk/commit/6dd33d2dca8663d65d00c4e5694bfa11abbb5d22))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **oneOf:** new classes for each secret data type added
12+
13+
* test fix
14+
15+
* test fix
16+
17+
* added more secret examples
18+
19+
* updated to latest openAPI, added oneOf for secret updates
20+
21+
* udpated timeout on int test
22+
23+
* increase timeout
24+
25+
* adjust timeout
26+
27+
* removed retries
28+
29+
* set retries to 0
30+
31+
* udpated retry interval
32+
33+
* sleep adjust
34+
35+
* removed loop, depending on python retry
36+
37+
* increased project sleep to 2 minutes before trying get
38+
39+
* moved sleep
40+
41+
* fixed timestamp name, will removed security alerts
42+
143
## [2.0.3](https://github.ibm.com/coligo/python-sdk/compare/v2.0.2...v2.0.3) (2023-01-25)
244

345

0 commit comments

Comments
 (0)