Skip to content

Releases: Countly/countly-sdk-web

Countly Web SDK 26.1.1

06 Mar 07:47
b65211a

Choose a tag to compare

  • Improved device metric detection capabilities.

Countly Web SDK 26.1.0

09 Feb 06:27
a0d2f0a

Choose a tag to compare

  • Added support for SBS flags:

    • Event whitelisting / blacklisting
    • Segmentation whitelisting / blacklisting (global and per-event)
    • User property whitelisting / blacklisting
    • Journey trigger events
  • Added support for Feedback Widget resizing logic (will need server update to benefit.)

  • Improved testing consistency of queuing system

  • Mitigated an issue where an unintended URL was opened when closing a feedback widget after a content block was closed.

Countly Web SDK 25.4.5

16 Jan 13:13
4dcafe2

Choose a tag to compare

  • Added SDK info methods:
    • Countly.sdk_version() for retrieving current SDK version
    • Countly.sdk_name() for retrieving the SDK name

Countly Web SDK 25.4.4

18 Dec 07:43
02f0dc7

Choose a tag to compare

  • Improved user property recording order with respect to sessions and events.

Countly Web SDK 25.4.3

02 Dec 14:05
9470148

Choose a tag to compare

  • Added filtering capability to content interface through enterContentZone(contentFilterCallback).

Countly Web SDK 25.4.2

03 Nov 11:57
56b4354

Choose a tag to compare

  • Mitigated an issue where manual feedback reporting could have failed
  • Mitigated a possible issue with request timeouts in IE11
  • Non window contexts also now uses POST requests by default
  • Added a new method uploadUserProfilePicture for uploading user profile images to server

Countly Web SDK 25.4.1

16 Jun 12:37
ed8cb72

Choose a tag to compare

  • Added automatic backoff mechanism which delays sending requests if server seems busy
  • Added disable_sdk_behavior_settings_updates init method for disabling Server Configuration sync requests
  • Added disable_backoff_mechanism init method for disabling backoff mechanism
  • Added timezone support for server

Countly Web SDK 25.4.0

18 Apr 13:57
e5c7bdb

Choose a tag to compare

  • ! Minor Breaking Change ! SDK now has Server Configuration feature and it is enabled by default. Changes made on SDK Manager > SDK Configuration on your server will affect SDK behavior directly.

  • Mitigated an issue about orientation detection in Safari

  • Improved init time Content Zone logic

  • Improved error handler to include script loading issues

  • Improved the wrapper of Feedback Widgets

  • Added refreshContentZone method to Content interface for refreshing Content Zone requests

  • Added behavior_settings init time method for providing server configuration during first initialization

  • Added content_whitelist init time method that lets you whitelist your other domains for displaying Content

  • max_logs config option value will not be used anymore (use max_breadcrumb_count instead)

Countly Web SDK 25.1.0

04 Feb 14:27
bc8353e

Choose a tag to compare

  • Improved orientation reporting precision.

  • Reduced log verbosity.

  • Added a new init time config option crash_filter_callback for filtering crashes.

  • Mitigated an issue where content resizing did not work in certain orientations.

Countly Web SDK 24.11.4

10 Jan 14:58
809fcfe

Choose a tag to compare

  • Mitigated an issue where content and feedback interface methods would not have worked if async methods were used when multi instancing the SDK.