Client Library SDK Improvement
Key improvements:
- Support update and delete operations over realtime connections #2127
- Support message append in realtime and REST #2127
- Publish, update, delete, and append methods now return result objects containing message serial/version information #2127
- Fix msgpack encoding for multi-byte UTF-8 characters when using the binary protocol browsers #2145
- Fix failing of non-sent queued messages when connection enters suspended/failed/closed state #2123
channel.detach()now immediately transitions todetachedwhen the connection is not connected, instead of waiting or erroring #2149