Skip to content

Releases: QuickBlox/quickblox-javascript-sdk

2.19.2

25 Sep 07:39
Compare
Choose a tag to compare

v2.19.2:

  • Library Upgrade: Transitioned to using version 2.0.0 of the strophe.js library.
  • Reconnect Functionality: Improved the reconnection mechanism.
  • Logging Approach: Modified the approach to creating logs.
  • Types Specification: Refined types in the application settings class for use with TypeScript.
  • Licensing for Examples: Updated licenses, adding MIT license files to each sample.

2.18.0

08 Aug 13:40
Compare
Choose a tag to compare

v2.18.0:

Introduced Changes:

  • License Update: Updated the license terms. See LICENSE.md for details, specifying the basis for our use of third-party libraries.

Fixed Issues:

  • Server API Message Handling: Fixed an issue in handling messages from the server API.

2.17.1

23 May 15:01
Compare
Choose a tag to compare

hot fix v2.17.1:
fix the types for ping methods to ensure compatibility with TypeScript.

2.17.0

20 May 15:42
Compare
Choose a tag to compare

v2.17.0:

  • Introduced AI Features:
  • ai answer assist: provides answers based on chat history to selected message.
  • ai translate: provides translation based on chat history to selected incoming message
  • Fixed the callback function parameter in the LeaveDialog method.

2.16.4

17 Apr 06:32
Compare
Choose a tag to compare

Hotfix v2.16.4:

  • Fixed the callback function parameter in the LeaveDialog method.

2.16.3

08 Apr 12:12
Compare
Choose a tag to compare

hot fix v2.16.3:

  • fix the types to ensure compatibility with TypeScript.

2.16.2

28 Mar 07:35
Compare
Choose a tag to compare
  • The type system was supplemented and improved to ensure compatibility with TypeScript.
  • Fixed sdk version in samples: up to 2.16.2

2.16.1

26 Oct 15:27
Compare
Choose a tag to compare
  • Add types for TypeScript compatibility.
  • Fixed sdk version in samples: up to 2.16.1

2.16.0

28 Sep 11:19
Compare
Choose a tag to compare
  • Introduced a type system for TypeScript compatibility.
  • Fixed an issue related to sending multiple identical system messages in node.js.

2.15.5

16 Feb 11:20
Compare
Choose a tag to compare

The default values for chat ping method was optimised in SDK's config file.