Skip to content

Releases: amazon-connect/amazon-connect-chat-android

2.0.0

08 May 23:30
be10746
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.10...2.0.0

1.0.10

12 Apr 00:29
9c2b2c5
Compare
Choose a tag to compare

What's Changed

  • Adding additional events to ContentType + Add CODEOWNERS file by @mliao95 in #56
  • Fixing getTranscript loop on reconnection flow by @mliao95 in #57

Full Changelog: 1.0.9...1.0.10

1.0.9

13 Mar 22:13
2817810
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.8...1.0.9

1.0.8

08 Mar 01:29
b42bc53
Compare
Choose a tag to compare

What's Changed

  • Fix interactive message models and getTranscript not parsing interactive messages correctly - #48
  • Implementing UserAgent suffix for Connect Participant APIs - #49
  • Implementing ChatSession.reset API - #50
  • Adding interactive response contentType - #51
  • Fixing ChatSession.reset - #52

Full Changelog: 1.0.7...1.0.8

1.0.7

28 Feb 05:08
30b601a
Compare
Choose a tag to compare

What's Changed

  • Remove MessageStatus.Custom and support customValue in MessageStatus.Failed - commit
  • Exposing ConnectionDetailsProvider in ChatSession - commit
  • Implements suspendWebSocketConnection and resumeWebSocketConnection - commit
  • Removed transitive dependencies, exposed method to retry undelivered messages, and supported auto disconnect/reconnect on background/foreground event- commit

Full Changelog: 1.0.6...1.0.7

1.0.6

04 Feb 05:52
18274c7
Compare
Choose a tag to compare

What's Changed

  • Improved fallback mechanism when user is not using hilt/dagger in #43

Full Changelog: 1.0.5...1.0.6

1.0.5

23 Jan 21:34
76915ec
Compare
Choose a tag to compare

What's Changed

  • Modified logic to handle previous chat ended events in #42

Full Changelog: 1.0.4...1.0.5

1.0.4

17 Jan 22:19
06875c3
Compare
Choose a tag to compare

What's Changed

  • Reduced dependencies, now release includes sources jar

Full Changelog: 1.0.3...1.0.4

1.0.3

19 Dec 19:52
d900251
Compare
Choose a tag to compare

What's Changed

  • Fixes the bug where chat was getting stuck while retrieving previous session's transcript in #40

Full Changelog: 1.0.2...1.0.3

1.0.2

21 Nov 20:01
b206c91
Compare
Choose a tag to compare

What's Changed

  • Fixing the scenario where chat doesn't recognize chat has ended if the app is backgrounded: #38