Skip to content

Releases: tinode/chat

Minor bug fix

03 Nov 01:09
Compare
Choose a tag to compare

1aa7942 Add sound to iOS APS notification.
e8802d5 97e6b79 16d02bd iOS screenshots updated
85ecad8 Updated tinode_grpc

Video and voice calls

11 Oct 12:35
4c3abc2
Compare
Choose a tag to compare

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

30 Jun 18:55
Compare
Choose a tag to compare

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

28 Jun 22:27
605bd27
Compare
Choose a tag to compare

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

14 Jun 17:41
Compare
Choose a tag to compare

Voice messages

05 Jun 21:10
Compare
Choose a tag to compare

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

18 May 20:55
Compare
Choose a tag to compare

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

11 May 22:36
Compare
Choose a tag to compare

Server

56e7380 83b9b7f Another attempt at fixing #738
da6cc52 Support for trusted added to rest-auth

Webapp

Minor bug fix
https://github.com/tinode/webapp/releases/tag/v0.18.6

iOS, Android, JS-SDK

No changes

Bug fixes

01 May 17:27
Compare
Choose a tag to compare

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

Minor bug fixes

04 Apr 17:59
Compare
Choose a tag to compare

Server

1fc9699 fix for #737: FireHose plugin called after some changes to the incoming packet; should be before.
a81440d fix for #738: P2P topic is not locked after both subscribers leave.

Web, iOS, Android

No changes