Skip to content

Releases: tinode/chat

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

Bug fixes

24 Mar 21:46
Compare
Choose a tag to compare

Server

65efc3e go mod tidy
363bb0f Add default access to {get} response, fix for a crash when reporting a topic
1903052 Missing gRPC file added back.
4ae6d04 1b3ec22 Vietnamese translation of server templates, thanks @ducmami
4931399 d94b390 c5dcf90 Typos in documentation

TinodeWeb

Bug fixes: https://github.com/tinode/webapp/releases/tag/v0.18.3

JS SDK

Bug fixes: https://github.com/tinode/tinode-js/releases/tag/v0.18.3

iOS, Android

No changes

Bug fixes

01 Mar 22:10
Compare
Choose a tag to compare

Server

Bug fixes:
cea05a4 fix for #726
1d25fe6 remove false warning on missing uid in 'me' topic
6b0ddba remove Cat from status because it's redundant
10304f5 bump versions of chatbot dependencies

JS SDK

Bug fix
https://github.com/tinode/tinode-js/releases/tag/v0.18.2

Android

Bug fixes
https://github.com/tinode/tindroid/releases/tag/v0.18.2

Crash in Webapp fixed

18 Feb 20:22
Compare
Choose a tag to compare
  • A crash in webapp fixed
  • gRPC and protobuf dependencies updated.

Avatars sent out of band, trusted badges, bug fixes

16 Feb 21:49
Compare
Choose a tag to compare

IMPORTANT: Requires database upgrade

Multiple new features:

  • Trusted account and topic parameters which enable tagging account as verified, staff, etc.
  • Support for sending links to avatars instead of binary data.
  • More informative push notifications.
  • Simplified message routing.
  • Support for more SMTP authentications mechanisms.
  • Binaries now include Apple M1 builds (mac-arm64), gox build dependency removed.
  • Bug fixes.

The full list of changes: v0.17.10...v0.18.0

Client releases:

Bug fixes in webapp

27 Aug 01:56
Compare
Choose a tag to compare

Bug fixes, Spanish Translations

20 Aug 17:21
Compare
Choose a tag to compare

Server

f7a42cd Fixed a crash in Store due to a bug in the mysql adapter when missing auth record.
77c524b b0e2b17 Spanish translations for email templates (thanks @rkgarcia)

Android

Bug fixes: https://github.com/tinode/tindroid/releases/tag/v0.17.9

iOS

Bug fixes, Russian translation: https://github.com/tinode/ios/releases/tag/v1.7.9

WebApp

Bug fixes: https://github.com/tinode/webapp/releases/tag/v0.17.9

JS SDK

Bug fixes: https://github.com/tinode/tinode-js/releases/tag/v0.17.9

Mongo adapter fixed

04 Aug 18:43
Compare
Choose a tag to compare

Mongo adapter is broken in 0.17.7, this release fixes it: 50de538.

Bug fixes

03 Aug 19:23
Compare
Choose a tag to compare

1ab363a Translation instructions added
9db2d83 Explain max_message_size and the fact that changing the value may cause crashes
82ebf00 Ensure a sane sequence of inserted messages
f81afc2 Added handling of desc.LastSeen to protobufs
344daed Partial fix for missing LastSeen in p2p topics
7e202e8 Fixed subscription browsing (wrong topic name)
5954cd1 Fixed failure to delete user due to un-initialized auth handlers
38ae262 Mongo driver updated due to https://nvd.nist.gov/vuln/detail/CVE-2021-20329
b74e765 Send silent pushes to the message sender too (no pushes were sent before)