Releases: amazon-connect/amazon-connect-chatjs
Releases · amazon-connect/amazon-connect-chatjs
2.1.0
Added
- The DescribeView API
2.0.2
2.0.1
Added
- Browser Refresh and Persistent Chat documentation
- More details to chatSession.sendAttachment README documentation
- Improved ReactNativeSupport documentation
Fixed
2.0.0
1.5.1
1.5.0
Added
- support React Native applications with latest WebSocketManager fix
1.4.0
Added
- Migrate critical connectionAcknowledge event to CreateParticipantConnection API, and keep sendEvent API for non-critical events like typing/read/delivered.
- Adding chatSession.onConnectionLost method which subscribes to the CHAT_EVENTS.CONNECTION_LOST event.
1.3.4
Added:
- Throttle typing event. Throttle wait time is set to 10 seconds.
- add interactiveMessageResponse as a supported ContentType.
1.3.3
1.3.2
Description of changes:
AWS Connect has started to support application/json.
However, the CONTENT_TYPE constant doesn't have it as a valid value. Thus, the ChatControllerArgsValidator.validateContentType() method throws an IllegalArgumentException.
This change adds application/json to be a valid ContentType.