Skip to content

Commit 1df021d

Browse files
chore(release): 1.0.0 [skip ci]
# [1.0.0](v0.3.0...v1.0.0) (2019-10-04) ### Bug Fixes * fix name for CP4DTokenResponse ([0f71b32](0f71b32)) ### Features * **auth:** add new authenticator methods ([6716d05](6716d05)) * **Authentication:** make auth type case insesitive ([4f468e6](4f468e6)) * **base:** add support for authenticator in base service ([349bc1b](349bc1b)) * **connectors:** update connectors to work with new design ([9fd52c8](9fd52c8)) * **dynamicModel:** add dynamic model and meta files ([2b471aa](2b471aa)) * **setServiceUrl:** use setServiceUrl instead of setServiceEndpoint ([2c33bf8](2c33bf8)) * add model for file with metadata ([6b536d1](6b536d1)) * **websocket-dll:** update websocket dll file to import from IBMCloud namespace ([d9b0bc9](d9b0bc9)) ### BREAKING CHANGES * **setServiceUrl:** Use SetServiceUrl to set the service endpoint rather than SetEndpoint
1 parent e0d9038 commit 1df021d

File tree

2 files changed

+255
-1182
lines changed

2 files changed

+255
-1182
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# [1.0.0](https://github.com/IBM/unity-sdk-core/compare/v0.3.0...v1.0.0) (2019-10-04)
2+
3+
4+
### Bug Fixes
5+
6+
* fix name for CP4DTokenResponse ([0f71b32](https://github.com/IBM/unity-sdk-core/commit/0f71b32))
7+
8+
9+
### Features
10+
11+
* **auth:** add new authenticator methods ([6716d05](https://github.com/IBM/unity-sdk-core/commit/6716d05))
12+
* **Authentication:** make auth type case insesitive ([4f468e6](https://github.com/IBM/unity-sdk-core/commit/4f468e6))
13+
* **base:** add support for authenticator in base service ([349bc1b](https://github.com/IBM/unity-sdk-core/commit/349bc1b))
14+
* **connectors:** update connectors to work with new design ([9fd52c8](https://github.com/IBM/unity-sdk-core/commit/9fd52c8))
15+
* **dynamicModel:** add dynamic model and meta files ([2b471aa](https://github.com/IBM/unity-sdk-core/commit/2b471aa))
16+
* **setServiceUrl:** use setServiceUrl instead of setServiceEndpoint ([2c33bf8](https://github.com/IBM/unity-sdk-core/commit/2c33bf8))
17+
* add model for file with metadata ([6b536d1](https://github.com/IBM/unity-sdk-core/commit/6b536d1))
18+
* **websocket-dll:** update websocket dll file to import from IBMCloud namespace ([d9b0bc9](https://github.com/IBM/unity-sdk-core/commit/d9b0bc9))
19+
20+
21+
### BREAKING CHANGES
22+
23+
* **setServiceUrl:** Use SetServiceUrl to set the service endpoint rather than SetEndpoint
24+
125
# [0.2.0](https://github.com/IBM/unity-sdk-core/compare/v0.1.0...v0.2.0) (2019-06-29)
226

327

0 commit comments

Comments
 (0)