Releases: tinode/chat
Minor bug fix
Video and voice calls
Video and voice calls are available on all platforms.
Video calling will not work out of the box. It requires STUN/TURN servers which must be obtained and configured separately (for instance, see metered.ca).
Other changes:
f206e94 Python gRPC updated
9012817 bug fix: invalid push causing channels to be marked as deleted
49eb1b8 Respond with 503 instead of 500 when queues are full
9f306a6 incorrect struct tags in push
0d317b3 fix for #775
674f74f fix build script
c7508ee Remove deadlock on server overload, #786.
16f0eef Replace NULL uid with 0 in file upload record.
d7b9bfb Issue login-enabled auth token for new account validation.
538cad2 Make email templates more intuitive.
df465dd Make cred validator use STD base64 encoding instead of URL base64 token, consistently with normal auth token.
59f89b0 Add error logging for HTTP->HTTPS redirect.
96b0ab3 Improved error messages in topic_proxy.
6e803e5 Fix handling grpX and chnX multiplexing sessions.
29279f3 Change Topic.maybeFixTopicName() to account for sub type.
031b446 Add chn multiplexing sessions to topic master.
The full list of changes: v0.19.3...v0.20.0
Bug fixes in webapp
Server, iOS, Android
No changes
TinodeWeb
- Bug fix: crash when changing the password.
- Incorporated SDK bug fix.
JS-SDK
- Bug fixed: incorrect clearing of deleted fields (
DEL_CHAR
incorrectly imported).
Documentation updates, minor bug fixes
Server
Documentation, installation instructions updated.
Android
Several crashes fixed
Webapp
Minor bug fixes
iOS, JS-SDK
No changes.
French translation of Webapp, minor bug fixes and improvements
Server
be87131 Ignore x-forwarded-for if it contains unroutable IP
1288311 Do not tar/zip exporter binaries
Webapp
French translation, bug fix
https://github.com/tinode/webapp/releases/tag/v0.19.1
Android
Bug fixes
https://github.com/tinode/tindroid/releases/tag/v0.19.1
iOS
Bug fixes
https://github.com/tinode/ios/releases/tag/v1.9.1
JS-SDK
Minor bug fix
https://github.com/tinode/tinode-js/releases/tag/v0.19.1
Voice messages
Server
- Send 'message read' push notifications.
- Send a push to channel subscribers when channel is deleted
- API version updated to 0.19, minimum version to 0.17.
- Dependencies updates
- Docker file and drafty spec updated
- Bug fixes
The full list of changes: v0.18.7...v0.19.0
Voice messages and other UI/UX improvements in clients:
Monitoring Exporter
- Exporter rebuilt with dependencies updated.
Bug fixes
Server
f888679 Notify plugins on subscription change, #757
7a6842c Expose ServerAPIVersion as a separate config option
46f19c8 Adding validation of mongodb options
08bd568 Allow URI option for mongodb, thanks @saitensou
f509a96 Yet another fix for #738
0631fba Consistenly use plain UID in communication with the plugin (#753)
iOS, Android, Webapp, JS-SDK
No changes.
Bug fixes
Bug fixes
Server
a7d40de Fix missing notification on desc
change.
99d19ea Missing object name in tn-cli.
88953a8 Fix in tn-cli when a fully formatted json is not handled correctly.
53ff987 95e4c4f Fix for #742: too many DB connections.
16be737 Second fix for #738: suspend P2P topic immediately once both subscriptions are deleted.
e935093 Fix for #744 pluginSubscription is not called for deleted subscriptions.
bd30e58 Fix for #743 pluginSubscription is not called when a user is added as member into a group.
adfb5f3 Fix for #740 Failure to read account in RethinkDB adapter.
901d89f Fixed failing mongodb test
Webapp
Dependencies updated
iOS, Android, JS SDK
No changes