Skip to content

Commit 83cf818

Browse files
authored
Merge pull request #3040 from segmentio/develop
Release 22.24.1
2 parents 8bbdf49 + 3d7af3a commit 83cf818

File tree

38 files changed

+544
-378
lines changed

38 files changed

+544
-378
lines changed

.github/Vocab/Docs/accept.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
(?:C|c)annonical
22
(?:C|c)onfig
3+
(?:C|c)rypto
34
(?:D|d)eduplicate
45
(?:D|d)eduplication
56
(?:G|g)tag
67
(?:K|k)laviyo
8+
(?:L|l)odash
79
(?:L|l)ookback
810
(?:P|p)ageviews?\b
911
(?:P|p)endo
@@ -19,6 +21,7 @@ allowlist
1921
Amberflo
2022
Appboy
2123
Appsflyer
24+
async
2225
Blitzllama
2326
blocklist
2427
boolean
@@ -39,6 +42,7 @@ Friendbuy
3942
ga
4043
gmail
4144
Gradle
45+
Heatmapping
4246
href
4347
html
4448
http
@@ -83,6 +87,7 @@ utm
8387
Vero
8488
Vidora
8589
viewability
90+
waitlist
8691
WebKit
8792
Wootric
8893
Zendesk

.github/styles/segment/alt-tag.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
extends: existence
2+
message: 'Please add alt text to the image'
3+
level: warning
4+
scope: raw
5+
nonword: true
6+
raw:
7+
- '(\!\[\])'

src/_data/catalog/overrides.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# This file is manually generated. When you add or remove an item, add or remove
22
# it from the `overrides-list.yml` too.
33
items:
4+
- slug: moengage
5+
id: 55b280290a20f4e22f0fb3d6
6+
connection_modes:
7+
device:
8+
web: true
9+
mobile: true
10+
server: true
11+
cloud:
12+
web: true
13+
mobile: true
14+
server: true
415
- slug: drip
516
id: 54521fd525e721e32a72eeaa
617
connection_modes:
@@ -21,7 +32,7 @@ items:
2132
mobile: true
2233
server: false
2334
cloud:
24-
web: false
35+
web: true
2536
mobile: true
2637
server: true
2738
- slug: criteo-app-web-events

src/_data/changelogs/analytics-android.yml

Lines changed: 31 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
# AUTOGENERATED FROM GITHUB API. DO NOT EDIT
2-
# Releases last updated 2021-10-08
2+
# Releases last updated 2022-06-14
33
releases:
4+
- version: 4.10.4
5+
url: https://github.com/segmentio/analytics-android/releases/tag/4.10.4
6+
date: '2022-02-18T00:41:47Z'
7+
notes: >-
8+
[New](https://github.com/segmentio/analytics-android/pull/791): fix ANR
9+
issue caused by MediaDRM api
10+
- version: 4.10.3
11+
url: https://github.com/segmentio/analytics-android/releases/tag/4.10.3
12+
date: '2022-01-25T20:12:39Z'
13+
notes: >-
14+
[New](https://github.com/segmentio/analytics-android/pull/786): deprecate
15+
jcenter and bintray
16+
- version: 4.10.2
17+
url: https://github.com/segmentio/analytics-android/releases/tag/4.10.2
18+
date: '2022-01-18T16:55:31Z'
19+
notes: >-
20+
[Fix](https://github.com/segmentio/analytics-android/pull/784): fix get
21+
unique id NPE
22+
- version: 4.10.1
23+
url: https://github.com/segmentio/analytics-android/releases/tag/4.10.1
24+
date: '2022-01-11T20:34:46Z'
25+
notes: >-
26+
[Fix](https://github.com/segmentio/analytics-android/pull/781): address
27+
violation of retrieving unsettable device
428
- version: 4.10.0
529
url: https://github.com/segmentio/analytics-android/releases/tag/4.10.0
630
date: '2021-07-12T17:43:48Z'
@@ -66,14 +90,14 @@ releases:
6690
date: '2017-07-28T03:53:05Z'
6791
notes: " * [New](https://github.com/segmentio/analytics-android/pull/536): Look up Advertising ID for Amazon Fire devices.\r\n * [Fix](https://github.com/segmentio/analytics-android/pull/534): Attribution tracking using mobile service should be false by default.\r\n"
6892
- version: ''
69-
url: https://github.com/segmentio/analytics-android/releases/tag/4.2.5
70-
date: '2017-05-26T16:13:11Z'
71-
notes: " * [Fix](https://github.com/segmentio/analytics-android/pull/487/commits/8649050b4b7b74be17fc7b7e4ec0add7362325fd): Using `Properties#putProducts` was stored as an array instead of a list, and not serialized correctly. This caused it to be unusable by Segment and server side integrations. If you're stuck on a previous version for some reason, you can manually store it as a list:\r\n\r\n ```java\r\n List<Product> products = new ArrayList<>();\r\n products.add(new Product(\"foo\", \"bar\", 10));\r\n // add other products to this list.\r\n\r\n Properties properties = new Properties();\r\n properties.put(\"products\", products);\r\n ```"
93+
url: https://github.com/segmentio/analytics-android/releases/tag/4.3.0-RC1
94+
date: '2017-05-26T16:12:27Z'
95+
notes: " * [New](https://github.com/segmentio/analytics-android/pull/515): Add Middlewares.\r\n * [Fix](https://github.com/segmentio/analytics-android/pull/524): Unregister Application lifecycle callbacks on shutdown.\r\n * [Fix](https://github.com/segmentio/analytics-android/pull/499): Record `ms` precision in timestamps.\r\n * [Fix](https://github.com/segmentio/analytics-android/pull/508): Support serialization of Primitive arrays.\r\n"
7296
- version: ''
7397
url: https://github.com/segmentio/analytics-android/releases/tag/4.2.6
7498
date: '2017-05-26T16:13:00Z'
7599
notes: " * [Fix](https://github.com/segmentio/analytics-android/pull/495): Update Cartographer. This fixes an issue where sending custom values sent as arrays would not be serialized correctly.\r\n * [Fix](https://github.com/segmentio/analytics-android/pull/494): Make DateFormat access thread safe. This fixes an issue where generated timestamps could be sometimes be malformed and not conform to the ISO 8601 standard.\r\n"
76100
- version: ''
77-
url: https://github.com/segmentio/analytics-android/releases/tag/4.3.0-RC1
78-
date: '2017-05-26T16:12:27Z'
79-
notes: " * [New](https://github.com/segmentio/analytics-android/pull/515): Add Middlewares.\r\n * [Fix](https://github.com/segmentio/analytics-android/pull/524): Unregister Application lifecycle callbacks on shutdown.\r\n * [Fix](https://github.com/segmentio/analytics-android/pull/499): Record `ms` precision in timestamps.\r\n * [Fix](https://github.com/segmentio/analytics-android/pull/508): Support serialization of Primitive arrays.\r\n"
101+
url: https://github.com/segmentio/analytics-android/releases/tag/4.2.5
102+
date: '2017-05-26T16:13:11Z'
103+
notes: " * [Fix](https://github.com/segmentio/analytics-android/pull/487/commits/8649050b4b7b74be17fc7b7e4ec0add7362325fd): Using `Properties#putProducts` was stored as an array instead of a list, and not serialized correctly. This caused it to be unusable by Segment and server side integrations. If you're stuck on a previous version for some reason, you can manually store it as a list:\r\n\r\n ```java\r\n List<Product> products = new ArrayList<>();\r\n products.add(new Product(\"foo\", \"bar\", 10));\r\n // add other products to this list.\r\n\r\n Properties properties = new Properties();\r\n properties.put(\"products\", products);\r\n ```"

src/_data/changelogs/analytics-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM GITHUB API. DO NOT EDIT
2-
# Releases last updated 2021-10-08
2+
# Releases last updated 2022-06-14
33
releases:
44
- version: Fix vendor packages
55
url: https://github.com/segmentio/analytics-go/releases/tag/v3.0.1

src/_data/changelogs/analytics-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM GITHUB API. DO NOT EDIT
2-
# Releases last updated 2021-10-08
2+
# Releases last updated 2022-06-14
33
releases:
44
- version: 4.1.6
55
url: https://github.com/segmentio/analytics-ios/releases/tag/4.1.6
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# AUTOGENERATED FROM GITHUB API. DO NOT EDIT
2-
# Releases last updated 2021-07-09
2+
# Releases last updated 2022-06-14
33
releases: []

src/_data/changelogs/analytics-node.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# AUTOGENERATED FROM GITHUB API. DO NOT EDIT
2-
# Releases last updated 2021-10-08
2+
# Releases last updated 2022-06-14
33
releases:
4+
- version: ''
5+
url: https://github.com/segmentio/analytics-node/releases/tag/v6.0.0
6+
date: '2021-11-19T18:35:39Z'
7+
notes: "- Change flush threshold from 500kb to 450kb #311 \r\n- Breaking: Flush now properly returns a Promise #288 \r\n"
8+
- version: 5.1.2
9+
url: https://github.com/segmentio/analytics-node/releases/tag/v5.1.2
10+
date: '2021-10-20T20:14:45Z'
11+
notes: "- Pinning axios-retry to `3.2.0`\r\n"
12+
- version: 5.1.1
13+
url: https://github.com/segmentio/analytics-node/releases/tag/v5.1.1
14+
date: '2021-10-20T17:28:29Z'
15+
notes: "- Update `axios-retry`\r\n"
416
- version: v5.1.0
517
url: https://github.com/segmentio/analytics-node/releases/tag/v5.1.0
618
date: '2021-09-13T20:44:18Z'

src/_data/changelogs/analytics-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM GITHUB API. DO NOT EDIT
2-
# Releases last updated 2021-10-08
2+
# Releases last updated 2022-06-14
33
releases:
44
- version: 2.0.0
55
url: https://github.com/segmentio/analytics-php/releases/tag/2.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# AUTOGENERATED FROM GITHUB API. DO NOT EDIT
2-
# Releases last updated 2021-10-08
2+
# Releases last updated 2022-06-14
33
releases: []

0 commit comments

Comments
 (0)