All Versions
10
Latest Version
Avg Release Cycle
36 days
Latest Release
1286 days ago

Changelog History

  • v0.16.8 Changes

    October 11, 2020
    • ๐Ÿ‘Œ Support for channels: topics with unlimited number of read-only subscribers.
    • ๐ŸŽ Reduced memory usage and performance improvements in cluster mode.
    • More data exported for monitoring.
    • ๐Ÿ›  Numerous bug fixes.
    • โœ… Basic integration test.

    Full list of changes: v0.16.7...v0.16.8

  • v0.16.8-rc2 Changes

    October 07, 2020

    ๐Ÿ› Bug fixes and performance improvements in cluster mode, more logging.

  • v0.16.8-rc1 Changes

    September 29, 2020
    • ๐Ÿ›  A few bugs fixed.
    • Memory consumption improved in cluster mode.
    • โœ… A basic integration test added.
  • v0.16.8-beta1 Changes

    September 15, 2020
    • ๐Ÿ‘Œ Support for channels: topics with unlimited number of read-only subscribers.
    • โฌ‡๏ธ Reduced memory usage in cluster mode.
    • More data exported for monitoring.
    • ๐Ÿ›  Numerous bug fixes.
  • v0.16.7 Changes

    July 17, 2020

    Server

    • โšก๏ธ Search functionality updated: searching contacts no longer requires prefixing tags with email: or tel: or basic:. https://github.com/tinode/chat/blob/devel/docs/API.md#query-rewrite
    • ๐Ÿ’ฅ BREAKING change: gRPC protobuffers were updated. If you are using gRPC interface regenerate the binding. Otherwise search will likely not work at all.
    • ๐Ÿ‘Œ Improvements in Tsung load testing script.
    • ๐Ÿš‘ Critical bug fixes in cluster mode.
    • ๐Ÿ”’ Security fix in password reset by @aihturie.
    • ๐Ÿ›  Several excellent bug fixes by @aihturie

    Full list of changes: v0.16.6...v0.16.7

    iOS

    ๐Ÿš€ Release notes: https://github.com/tinode/ios/releases/tag/v1.4.0

    Android

    ๐Ÿš€ Release notes: https://github.com/tinode/tindroid/releases/tag/v0.16.7

    Webapp & JS-SDK

    ๐Ÿš€ Release notes:

  • v0.16.6 Changes

    June 23, 2020

    โฌ†๏ธ There are some problems with notifications and message delivery in this version when running in cluster mode. If you run your production in cluster mode, do not upgrade.

    Server

    Main change:

    • ๐Ÿ”จ Clustering refactored from proxying sessions to proxying topics.

    ๐Ÿ†• New features:

    • ๐Ÿ‘Œ Support for background subscriptions and verbose logging in tn-cli
    • ๐Ÿ‘ TLS support in MongoDB adapter.
    • Korean README by @kimtaeyoung-98.
    • Incognito mode changed from per-subscription to per-session.

    ๐Ÿ› Bugs fixed:

    • ๐Ÿ› Bug fixes in notifications (duplicate updates and missing updates, missing push notifications).
    • ๐Ÿ› Bug fixes in handling blocked users.
    • ๐Ÿ‘€ LastSeen was not saved sometimes.
    • ๐Ÿ›  Various fixes in handling offline {get} and {set}.
    • ๐Ÿ‘Œ Support for X-Forwarded-For HTTP header.
    • ๐Ÿ›  Fix breakage while uploading multiple files (thanks @umatomba!)

    Full list of changes: v0.16.5...v0.16.6

    iOS v1.3.3

    ๐Ÿš€ Release notes: https://github.com/tinode/ios/releases/tag/v1.3.3

    Android

    ๐Ÿš€ Release notes: https://github.com/tinode/tindroid/releases/tag/v0.16.6

    Webapp & JS-SDK

    ๐Ÿš€ Release notes:

  • v0.16.5 Changes

    April 26, 2020

    Server

    • ๐Ÿณ Lots and lots of changes around docker, docker-compose.
    • ๐Ÿ— Switched to go.mod for builds.
    • ๐Ÿ†• New push notifications approach to simplify configuration: push gateway, support for silent pushes.
    • Tinode server can now accept connections over Unix sockets.
    • 0๏ธโƒฃ Default gRPC port changed from 6061 to 16060 so it would not interfere with the default web port 6060 when running in a cluster.
    • ๐Ÿ‘ Better logging in many places, most notably init-db and exporter.

    ๐Ÿ›  Notable bug fixes:

    • ๐Ÿ›  Incognito mode fixed: ability to appear offline while connected.
    • ๐Ÿ›  Significant bug in gRPC-cluster interaction fixed.
    • Data race in initializing AWS S3 buckets from a cluster.
    • Crash in password reset due to invalid template path.
    • Crash in cluster mode #420

    Full list of changes: v0.16.4...v0.16.5

    Android

    • Incognito mode: ability to be online while appearing offline to other users
    • ๐Ÿ’ป Dark (or night) theme on modern devices.
    • ๐Ÿ”จ Account Setting fragment refactored into multiple screens.
    • ๐Ÿ”จ Topic Info fragment refactored into two screens.
    • Ability to delete account.
    • ๐Ÿšš Request for contacts permission removed from login screen.
    • โฌ‡๏ธ Dropped support for API 19 and 20.
    • Legal compliance: added list of used OSS licenses.

    ๐Ÿ› Bug fixes:

    • ๐Ÿ›  Crash in Drafty fixed
    • Saving contacts to DB
    • ๐Ÿ”€ Full sync of contacts in background if it has not been performed yet.

    Full list of changes: tinode/[email protected]

    iOS

    • Incognito mode: ability to be online while appearing offline to other users
    • Ability to delete account.
    • ๐ŸŒ Chinese translations completed (would be nice for a native speaker to check them).
    • ๐Ÿ”จ PromisedReply substantially refactored.
    • โฌ‡๏ธ Dropped support for iOS 9.

    ๐Ÿ› Bug fixes:

    • ๐Ÿ›  Crash in Drafty fixed.
    • โž• Adding and deleting account contacts work as expected now.

    Full list of changes: tinode/[email protected]

    Webapp

    • Incognito mode: ability to be online while appearing offline to other users
    • ๐Ÿ”จ Account setting refactored into multiple views.
    • Ability to delete account added
    • Messages panel got a different background image
    • Blocked chats display

    Full list of changes: tinode/[email protected]

    JS-SDK

    • ๐Ÿ‘Œ Support for incognito mode.
    • ๐Ÿ‘Œ Support for display of blocked chats.
    • ๐Ÿ‘Œ Support for deleting accounts.
    • ๐Ÿ›  Long polling fixed.

    Full list of changes: tinode/[email protected]

  • v0.16.4 Changes

    March 14, 2020

    Server

    Important! This release (as of v0.16.4-rc2) requires a database upgrade! Run tinode-db --upgrade. Make sure your data is backed up before upgrading.

    • It's now possible to reversibly suspend users: a suspended user cannot login or do anything in the app, the suspension can be lifted.
    • tn-cli made more convenient by adding prompt_toolkit, enhanced with macro capability: it's now possible to write custom commands for tn-cli.
    • The server now sends push notifications for new conversations, not just for messages.
    • ๐ŸŒ Email templates are internationalized: registration and password reset emails can be sent in different languages. English and Russian are supported right away. More translations are welcome.
    • Reset password email now includes login too.
    • ๐Ÿ›  Installation instructions and scripts fixed.
    • Monitoring changes and improvements.
    • ๐Ÿ› Bug fixes, most notably 7fe6fb7 memory leak in cluster sessions.

    Full list of changes: v0.16.3...v0.16.4

    iOS

    ๐Ÿท Tagging of releases switched to Apple-required scheme of 1.x.x without the pre-release suffix.

    Notable changes:

    • Images and documents are now offered for preview before sending.
    • Push notifications for new subscriptions are now handled.
    • ๐Ÿ›  Data race while sending read notifications fixed.
    • ๐Ÿ’ป Password handling UI improved.
    • ๐Ÿ›  Several bug fixes.

    ๐Ÿš€ https://github.com/tinode/ios/releases/tag/v1.1.1

    Android

    • Images and attachments are now previewed before sending. A caption can be added to an outgoing image.
      Push notifications for new chats.
    • ๐Ÿ›  Multiple bug fixes including a fix for the broken message view screen and some crashes.
    • ๐Ÿ‘‰ show "( ! ) invalid content" when content is missing
    • ๐Ÿ›ฐ handle background AndroidNotification push payload

    ๐Ÿš€ https://github.com/tinode/tindroid/releases/tag/v0.16.4

    Webapp

    • Handling of new push types
    • ๐Ÿ›  Internationalization and bug fixes

    ๐Ÿš€ https://github.com/tinode/webapp/releases/tag/v0.16.4

    JS-SDK

    • ๐Ÿ› Bug fixes

    ๐Ÿš€ https://github.com/tinode/tinode-js/releases/tag/v0.16.4

  • v0.16.3 Changes

    January 21, 2020

    Server

    • ๐Ÿ‘ MongoDB support contributed by @Googlom. Thanks!
    • ๐Ÿ‘Œ Support added for delayed presence notifications for background data fetches: it's possible to defer sending presence notification by some seconds when attaching to topic. Useful for automatic background data sync on mobile phones.
    • _ Breaking _ change in configuration due to breaking changes introduced by Google in FCM: cc9d3f0
    • ๐Ÿ›  Multiple bugs fixed, new and old.

    Full list of changes: v0.16.2 - v0.16.3

    iOS

    • iOS Tinode is now available in the app store!
    • Automatic background data fetches on receiving a push notification.
    • ๐Ÿ“ˆ Firebase Analytics added.
    • Indicators of deleted messages.
    • ๐Ÿ›  Multiple bug fixes.

    Full list of changes: v0.16.2 - v0.16.3

    Android

    • Automatic background data fetches on receiving a push notification.
    • ๐ŸŒ Chinese translation contributed by @pcgpcgpcg. Thanks!
    • ๐Ÿ›  Multiple bug fixes.
    • Indicators of deleted messages.

    Full list of changes: v0.16.2 - v0.16.3

    Webapp

    Full list of changes: v0.16.2 - v0.16.3

    JS SDK

    • ๐Ÿ‘Œ Support for indicators of deleted messages.
    • ๐Ÿ› Bug fixes

    Full list of changes: v0.16.2 - v0.16.3

  • v0.16.2 Changes

    November 18, 2019

    Server

    ๐Ÿ› Bug fixes. Most notable changes out of 190 commits:

    • ๐Ÿ†“ Cluster is fully operational and reasonably bug free. The service at api.tinode.co runs as a cluster now.
    • ๐Ÿ‘Œ Support for Prometheus monitoring added.
    • iOS push notifications work correctly now.
    • ๐Ÿ› Bugs related to resetting password fixed.

    Tindroid: Android client

    • ๐Ÿ›  Lots and lots of bug fixes, 130 commits total.
    • Zooming and panning images in preview.
    • โž• Added privacy, ToS links, ability to report chats and contacts for violations.

    Tinodios: iOS client

    • Dark mode works.
    • Push notifications work, including unread counter.
    • ๐ŸŒ @KyoShio contributed Simplified Chinese translation. Thanks!
    • ๐Ÿ›  Multiple bug fixes, total of 120 commits.

    ๐ŸŒ TinodeWeb: web app

    • โž• Added privacy, ToS links, ability to report chats and contacts for violations.
    • Destructive menu actions wrapped in an alert.
    • ๐Ÿ”„ Changed CDN: replaced unpkg with jsdeliver as unpkg is too unreliable.
    • ๐Ÿ›  About 40 other fixes and visual improvements.

    Javascript SDK

    • ๐Ÿ›  Minor bug fixes.