b.well SDK v1.14.0

b.well Kotlin SDK v1.14.0 Change Log

b.well Kotlin SDK version 1.14.0 includes an enhancement.

Updates

createConnection now supports integrationType

  • ConnectionCreateRequest has a new optional integrationType(IntegrationType) builder method
  • When integrationType is set to DIRECT, credentials are not required:username and password can be omitted
  • For all other integration types, username and password remain required

IntegrationType enum additions