Skip to content

2.5.0

Compare
Choose a tag to compare
@AfanasievAnton AfanasievAnton released this 03 Aug 16:36
· 144 commits to main since this release
cc6fcd9

Additions:

  • Implement Conversation Clear feature.
  • Add application parameter to ws request.
  • Add user agent with Platform and OS version details.

Bug Fixes:

  • Do not check DeploymentConfig.ConversationDisconnect status when Disconnect event received.
  • Reorder sequence of handling Event.ConversationDisconnect. First do state transition and only then dispatch event.

Documentation:

  • Add/Update KDoc.
  • SDK Documentation published in Developer Center
  • Add Clear Conversation related diagrams.

Test applications:

  • Implement Clear Conversation on Android and iOS Testbed Applications.

Testing:

  • Add automation tests for Clear Conversation on Android and iOS.
  • Add/Update unit tests.
  • Refactor MessagingClientImplTest.kt

Full Changelog: v2.4.1...v2.5.0