b.well SDK v1.0.0
over 1 year ago
b.well SDK v1.0.0 Change Log
The following changes are included in this release.
New Additions
- Added support for logging and performance metrics
Bug Fixes
- Fixed timeout issue that was causing createConnection requests for Basic connections to appear to fail (they would succeed in the background, but the SDK would return an error after 10 seconds)
Important Changes
- Import changes from:
- import com.bwell.core.config.BWellConfig
- import com.bwell.core.config.KeyStoreConfig
- import com.bwell.core.config.LogLevel
- import com.bwell.core.config.RetryPolicy
- to:
- import com.bwell.core.config.types.BWellConfig
- import com.bwell.core.config.types.KeyStoreConfig
- import com.bwell.core.config.types.LogLevel
- import com.bwell.core.config.types.RetryPolicy
