Releases: MyPureCloud/genesys-messenger-transport-mobile-sdk
Releases · MyPureCloud/genesys-messenger-transport-mobile-sdk
2.8.1
v2.8.1-rc1
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
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
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
toandroidUnitTest
Full Changelog: v2.7.1...v2.7.2
2.7.2-rc2
Internal Release
2.7.2-rc1
2.7.1
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:
- kotlin: 1.9.22 reason: https://youtrack.jetbrains.com/issue/KT-60230
- ktor: 2.3.8
- agp: 8.2.0
- kotlinxSerializationJson: 1.6.3
- 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
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
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
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