qiscus_chat_sdk 1.0.4-dev.1 copy "qiscus_chat_sdk: ^1.0.4-dev.1" to clipboard
qiscus_chat_sdk: ^1.0.4-dev.1 copied to clipboard

outdated

The Scalable In-App Chat SDK for Mobile & Web

1.0.3-dev.1 #

  • trying to make this package compatible with dartjs

1.0.3-dev.1 #

  • fix not using utc time when parsing timestamp
  • another interval improvement

1.0.3 #

  • Fix broken changes leftover

1.0.2 #

  • Fix not sending the correct format of extras data for some API

1.0.2-dev.1 #

  • fix not using utc time when parsing timestamp
  • another interval improvement

1.0.1 #

  • Nothing new
  • No bugfix
  • No improvement
  • Just to make sure, the intended version are picked as latest by pub.dev

1.0.0 #

  • Stable release
  • fix not getting new message through sync service when mqtt are not connected
  • fix error when getting room info
  • fix error while listening to new message multiple times

1.0.0+beta5 #

  • refactor some code
  • other small improvement

1.0.0+beta4 #

  • fix missing injected library (internal)
  • fix missing lastMessage on getRoomWithMessages response
  • QoL remove some unneeded method
  • Improve some toString method for easier log reading
  • Make a workaround for not subscribing to mqtt after successfully login

1.0.0+beta3 #

  • fix not getting extras data for QChatRoom
  • fix not using the right version number in ajax request headers

1.0.0+beta2 #

  • fix cannot connect to broker server after getting new server from load balancer
  • fix not stopping sync from running after logout / user are cleared
  • fix error when clearing user
  • migrating dart specific features into an extensions
  • use a new object of QError instead of general Exception object for error generated by qiscus sdk

1.0.0+beta1 #

  • Fix sdk not usable for multiple appId
  • Fix not using appId as mqtt id
  • Fix not making message as delivered when received
  • Fix not able to send generated custom message

1.0.0+alpha6 #

  • Fix cannot get user data
  • Fix cannot determine if room are single, group, or channel
  • Add more method which return Future

1.0.0+alpha5 #

  • Fix not subscribing to new message

1.0.0+alpha4 #

  • Fix not handling error on future onError handler

1.0.0+alpha3 #

  • Add some method which will return a future instead of using callback
  • Fix not using broker url from provided value
  • Add generate message method helpers
  • Fix last message always empty on room object
  • Internal refactoring

1.0.0+alpha2 #

  • Fix not sending the correct appId

1.0.0+alpha1 #

  • Initial version