Skip to content

Releases: MyPureCloud/genesys-messenger-transport-mobile-sdk

2.8.1

11 Nov 14:56
Compare
Choose a tag to compare

Bug Fixes:

  • Ensures each user session starts with fresh credentials, preventing unauthorized access to previous session data.

Full Changelog: v2.8.0-rc1...v2.8.1

v2.8.1-rc1

08 Nov 21:14
Compare
Choose a tag to compare
v2.8.1-rc1 Pre-release
Pre-release

Bug Fixes:

  • Ensures each user session starts with fresh credentials, preventing unauthorized access to previous session data.

Full Changelog: v2.8.0...v2.8.0-rc1

2.8.0

14 Aug 19:19
1273d8a
Compare
Choose a tag to compare

Additions:

  • Implement Step-Up feature.

Documentation:

  • Add Step-Up diagrams.

Test applications:

  • Implement Step-Up on Android and iOS Testbed Applications.

Testing:

  • Add automation tests for Step-Up on Android and iOS.
  • Add/Update unit tests.

Full Changelog: v2.7.2...v2.8.0

2.7.2

22 May 19:13
Compare
Choose a tag to compare

Additions:

  • Add new Attachment.fileSizeInBytes field to represent the size of the attachment.

Bug Fixes:

  • Fix iOS demo app deployment config fetch

Build:

  • Migrate Jenkins to AWS

Documentation:

  • Add/Update KDoc.

Test:

  • Add/Update unit tests.
  • Move android unit tests from androidTest to androidUnitTest

Full Changelog: v2.7.1...v2.7.2

2.7.2-rc2

31 May 18:38
1273d8a
Compare
Choose a tag to compare
2.7.2-rc2 Pre-release
Pre-release

Internal Release

2.7.2-rc1

17 May 19:22
dc917b2
Compare
Choose a tag to compare
2.7.2-rc1 Pre-release
Pre-release

Bug Fixes:

  • Fix deployment config crash on iOS demo app

Full Changelog: v2.7.1...v2.7.2-rc1

2.7.1

14 May 19:04
Compare
Choose a tag to compare

Additions:

  • Add new remove(key: String) api to Vault to allow removal of token and authRefreshToken.
  • Opt-in to BetaInteropApi and ExperimentalForeignApi
  • Remove redundant type parameter in DeserializationStrategy

Bug Fixes:

  • Fix for a compatibility issue with XCode 15.

Build:

  • Dependencies updates:
  1. kotlin: 1.9.22 reason: https://youtrack.jetbrains.com/issue/KT-60230
  2. ktor: 2.3.8
  3. agp: 8.2.0
  4. kotlinxSerializationJson: 1.6.3
  5. kermit: 1.2.2

Documentation:

  • Add/Update KDoc.

Test applications:

  • Implement vault clear on Android and iOS Testbed applications.

Full Changelog: v2.7.0...v2.7.1

2.7.0

08 Apr 18:55
b6ae502
Compare
Choose a tag to compare

Additions:

  • Implement Generic File Attachment (Supported Content Profile) feature.

Deprecation:

  • DeploymentConfig.Messenger.FileUpload is deprecated. Use FileAtachmentProfile object to read file upload related information.

Documentation:

  • Add/Update KDoc.
  • Add Generic File Attachment diagrams.

Test applications:

  • Implement Generic File Attachment on Android and iOS Testbed Applications.

Testing:

  • Add automation tests for Generic File Attachment on Android and iOS.
  • Add/Update unit tests.

Full Changelog: v2.6.2...v2.7.0

2.6.2

21 Mar 20:02
b6ae502
Compare
Choose a tag to compare

Bug Fix:

  • Fix Unexpected CASizeTooLarge error during newChat flow. (MTSDK-322)

Testing:

  • Update unit tests.

Full Changelog: v2.6.1...v2.6.2

2.6.1

07 Mar 20:07
Compare
Choose a tag to compare

Bug Fix:

  • Allow addition of CA before maxCustomDataBytes is set. (MTSDK-312)
  • Invalidate JwtResponse upon cleanUp/error/SessionResponse (MTSDK-314)

Testing:

  • Add/Update unit tests.

Full Changelog: v2.6.0...v2.6.1