@kameleoon/javascript-sdk 4.17.1 → 4.17.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,7 +1,32 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.17.3 (2026-02-09)
4
+
5
+ > [!WARNING]
6
+ > If you're upgrading from a version earlier than 4.14.0 and run into any unexpected build or SDK-related issues, please reach out to the Kameleoon Support Team. We're here to ensure your transition is smooth and will promptly address any concerns.
7
+
8
+ ### Patch Changes
9
+
10
+ - Stability and performance improvements
11
+ - Updated dependencies
12
+ - @kameleoon/javascript-sdk-core@5.17.3
13
+
14
+ ## 4.17.2 (2026-01-21)
15
+
16
+ > [!WARNING]
17
+ > If you're upgrading from a version earlier than 4.14.0 and run into any unexpected build or SDK-related issues, please reach out to the Kameleoon Support Team. We're here to ensure your transition is smooth and will promptly address any concerns.
18
+
19
+ ### Patch Changes
20
+
21
+ - Stability and performance improvements
22
+ - Updated dependencies
23
+ - @kameleoon/javascript-sdk-core@5.17.2
24
+
3
25
  ## 4.17.1 (2025-12-24)
4
26
 
27
+ > [!WARNING]
28
+ > If you're upgrading from a version earlier than 4.14.0 and run into any unexpected build or SDK-related issues, please reach out to the Kameleoon Support Team. We're here to ensure your transition is smooth and will promptly address any concerns.
29
+
5
30
  ### Patch Changes
6
31
 
7
32
  - Stability and performance improvements
@@ -10,9 +35,12 @@
10
35
 
11
36
  ## 4.17.0 (2025-12-17)
12
37
 
38
+ > [!WARNING]
39
+ > If you're upgrading from a version earlier than 4.14.0 and run into any unexpected build or SDK-related issues, please reach out to the Kameleoon Support Team. We're here to ensure your transition is smooth and will promptly address any concerns.
40
+
13
41
  ### Features
14
42
 
15
- - - Fixed an issue where **[Kameleoon Data](https://developers.kameleoon.com/feature-management-and-experimentation/web-sdks/js-sdk/#data-types)** was retained beyond the configured **[`targetingDataCleanupInterval`](https://developers.kameleoon.com/feature-management-and-experimentation/web-sdks/js-sdk/#configuration-parameters)** if the **[Data API](https://developers.kameleoon.com/apis/data-api-rest/all-endpoints/post-visit-events/)** encountered internal errors. Expired data is now reliably removed in accordance with the cleanup interval.
43
+ - Fixed an issue where **[Kameleoon Data](https://developers.kameleoon.com/feature-management-and-experimentation/web-sdks/js-sdk/#data-types)** was retained beyond the configured **[`targetingDataCleanupInterval`](https://developers.kameleoon.com/feature-management-and-experimentation/web-sdks/js-sdk/#configuration-parameters)** if the **[Data API](https://developers.kameleoon.com/apis/data-api-rest/all-endpoints/post-visit-events/)** encountered internal errors. Expired data is now reliably removed in accordance with the cleanup interval.
16
44
  - Updated evaluation and tracking logic to comply with GDPR requirements when consent is not given:
17
45
  - If behavior is **partially blocked**, the default variation will be returned.
18
46
  - If behavior is **completely blocked**, an exception will be thrown.