ibm-cloud-sdk-core
Advanced tools
Changelog
2.0.0 (2019-11-19)
The BaseService
will no longer look for configurations externally by default. A new factory method is provided to create an instance from external configuration.
feat: changes to node-sdk-core to work with service factory feature
BaseService
constructor will no longer call configureService
.
updated test to reflect base service constructor does not call configureService
added test for getting credentials from vcap
removed name
and serviceVersion
because they are not referenced anymore
added comment for vcap parsing function. removed vcap_services dependency
added debug messages for when returning empty credential
Changelog
1.0.0 (2019-10-03)
setServiceUrl
method as a setter for the serviceUrl
property (#41) (cfb188f)UserOptions
interface from the BaseService (#50) (4f0075a)url
no longer exists on the baseOptions
object, it has been renamed to serviceUrl
Icp4dTokenManagerV1
renamed to Cp4dTokenManager
IamTokenManagerV1
renamed to IamTokenManager
JwtTokenManagerV1
renamed to JwtTokenManager
setAuthorizationInfo
is renamed to setClientIdAndSecret
result
property. The data
property is removed.