File tree 4 files changed +14
-3
lines changed
4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change
1
+ snowplow-web 0.15.2 (2023-07-28)
2
+ ---------------------------------------
3
+ ## Summary
4
+ This version fixes a rare bug in the event of null values on specific fields used by the Core Web Vitals optional module.
5
+
6
+ ## Fixes
7
+ - Prevent duplicates in web vital measurements (Close #215)
8
+
9
+ ## Upgrading
10
+ Bump the snowplow-web version in your `packages.yml` file.
11
+
1
12
snowplow-web 0.15.1 (2023-07-25)
2
13
---------------------------------------
3
14
## Summary
Original file line number Diff line number Diff line change 1
1
name : ' snowplow_custom_example'
2
- version : ' 0.15.1 '
2
+ version : ' 0.15.2 '
3
3
config-version : 2
4
4
5
5
dispatch :
Original file line number Diff line number Diff line change 1
1
name : ' snowplow_web'
2
- version : ' 0.15.1 '
2
+ version : ' 0.15.2 '
3
3
config-version : 2
4
4
5
5
require-dbt-version : [">=1.4.0", "<2.0.0"]
Original file line number Diff line number Diff line change 1
1
name : ' snowplow_web_integration_tests'
2
- version : ' 0.15.1 '
2
+ version : ' 0.15.2 '
3
3
config-version : 2
4
4
5
5
profile : ' integration_tests'
You can’t perform that action at this time.
0 commit comments