Skip to content

Rainbow Node SDK ChangeLog : 2.25 - News : 2.25.0 - 2023-09-13

Latest
Compare
Choose a tag to compare
@vberder01 vberder01 released this 13 Sep 13:47
· 565 commits to master since this release

Rainbow Node SDK ChangeLog : 2.25 - News


[2.25.0] - 2023-09-11

Removed

  • None

Fixed

  • Fix AdminService::sendCustomerCareReport to send 'ccareclientlogs' header to uploadFileToStorage method and to use the initiateLogsContext instead of completeLogsContext
  • Downgrade to mime lib 1.6.0 version.

Added

  • Add option options.im.autoLoadConversationHistory to activate the retrieve of conversation's messages from the server. The default value is false.
  • Add customDatas parameter a JSON object with custom datas merged to the payload send to server for the ChannelService::publishMessageToChannel . (and createItem also). And also take these custom data into account is the events received.

Changed

  • Update sendCustomerCareReport to send "feedback" as default type.