Releases: tinode/chat
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
Minor bug fixes
Bug fixes
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
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
- A crash in webapp fixed
gRPC
andprotobuf
dependencies updated.
Avatars sent out of band, trusted badges, bug fixes
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
Server, Android, iOS
No changes
Webapp
Bug fixes: https://github.com/tinode/webapp/releases/tag/v0.17.10
JS SDK
Bug fixes: https://github.com/tinode/tinode-js/releases/tag/v0.17.10
Bug fixes, Spanish Translations
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
Mongo adapter is broken in 0.17.7, this release fixes it: 50de538.
Bug fixes
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)