Skip to content

Commit 7e27e3a

Browse files
authored
chore(release): pull release/v1.74.0 into main (#3636)
2 parents 17179db + 9d595eb commit 7e27e3a

File tree

402 files changed

+37911
-17281
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

402 files changed

+37911
-17281
lines changed

.github/workflows/build-pr-artifacts.yml

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
- reopened
88
- synchronize
99

10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
12+
cancel-in-progress: true
13+
1014
jobs:
1115
generate-tag-names:
1216
runs-on: ubuntu-latest

.github/workflows/check-pr-title.yml

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
- reopened
99
- synchronize
1010

11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
13+
cancel-in-progress: true
14+
1115
jobs:
1216
check-pr-title:
1317
name: Check PR Title

.github/workflows/commitlint.yml

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Commitlint
22

33
on: [push]
44

5+
concurrency:
6+
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
7+
cancel-in-progress: true
8+
59
jobs:
610
commitlint:
711
runs-on: ubuntu-latest

.github/workflows/component-test-report.yml

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
- reopened
88
- synchronize
99

10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
12+
cancel-in-progress: true
13+
1014
permissions:
1115
id-token: write # allows the JWT to be requested from GitHub's OIDC provider
1216
contents: read # This is required for actions/checkout

.github/workflows/dt-test-and-report-code-coverage.yml

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
pull_request:
99
types: ['opened', 'reopened', 'synchronize']
1010

11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
13+
cancel-in-progress: true
14+
1115
jobs:
1216
coverage:
1317
name: Code Coverage

.github/workflows/prepare-for-dev-deploy.yml

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
branches:
1111
- develop
1212

13+
concurrency:
14+
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
15+
cancel-in-progress: true
16+
1317
jobs:
1418
report-coverage:
1519
name: Report Code Coverage

.github/workflows/prepare-for-prod-dt-deploy.yml

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
branches:
1111
- main
1212

13+
concurrency:
14+
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
15+
cancel-in-progress: true
16+
1317
jobs:
1418
report-coverage:
1519
name: Report Code Coverage

.github/workflows/prepare-for-prod-ut-deploy.yml

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
branches:
1111
- main
1212

13+
concurrency:
14+
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
15+
cancel-in-progress: true
16+
1317
jobs:
1418
report-coverage:
1519
name: Report Code Coverage

.github/workflows/prepare-for-staging-deploy.yml

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
branches:
1010
- main
1111

12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
14+
cancel-in-progress: true
15+
1216
jobs:
1317
generate-tag-names:
1418
runs-on: ubuntu-latest

.github/workflows/ut-tests.yml

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
- reopened
88
- synchronize
99

10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
12+
cancel-in-progress: true
13+
1014
jobs:
1115
ut_tests:
1216
name: UT Tests

.github/workflows/verify-server-start.yml

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
pull_request:
55
types: ['opened', 'reopened', 'synchronize']
66

7+
concurrency:
8+
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
9+
cancel-in-progress: true
10+
711
jobs:
812
check-health:
913
runs-on: ubuntu-latest

.github/workflows/verify.yml

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Verify
33
on:
44
pull_request:
55

6+
concurrency:
7+
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
8+
cancel-in-progress: true
9+
610
jobs:
711
formatting-lint:
812
name: Check for formatting & lint errors

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.74.0](https://github.com/rudderlabs/rudder-transformer/compare/v1.73.1...v1.74.0) (2024-08-05)
6+
7+
8+
### Features
9+
10+
* detach user and company in intercom identify call ([#3580](https://github.com/rudderlabs/rudder-transformer/issues/3580)) ([286c44a](https://github.com/rudderlabs/rudder-transformer/commit/286c44a47e8451486bde281b8c938df59945cdfc))
11+
* onboard new api for klaviyo 15-06-2024 ([#3574](https://github.com/rudderlabs/rudder-transformer/issues/3574)) ([44baab9](https://github.com/rudderlabs/rudder-transformer/commit/44baab9298d171efe1209b3ec360d15e84a4190c))
12+
* supporting device token type using integrations object ([#3620](https://github.com/rudderlabs/rudder-transformer/issues/3620)) ([14e776e](https://github.com/rudderlabs/rudder-transformer/commit/14e776e659b745c814d31cd049fc4051c1e6735d))
13+
* updated examples for swagger ([#3526](https://github.com/rudderlabs/rudder-transformer/issues/3526)) ([5e22fa0](https://github.com/rudderlabs/rudder-transformer/commit/5e22fa0555b98e83ca1b11f16e87f367d1f85ca8))
14+
15+
16+
### Bug Fixes
17+
18+
* customerio page undefined name ([#3613](https://github.com/rudderlabs/rudder-transformer/issues/3613)) ([adc2a4a](https://github.com/rudderlabs/rudder-transformer/commit/adc2a4a6650c9d9add26be51999f5b3078c59f15))
19+
* facebook conversion version upgrade ([#3607](https://github.com/rudderlabs/rudder-transformer/issues/3607)) ([9d06546](https://github.com/rudderlabs/rudder-transformer/commit/9d065467f376a047d1cebb095de0b33be6e32206))
20+
* fb custom audience version upgrade from v18 to v20 ([#3604](https://github.com/rudderlabs/rudder-transformer/issues/3604)) ([c2d7555](https://github.com/rudderlabs/rudder-transformer/commit/c2d7555dcea5e476f276eec5926d392f58dbd7fa))
21+
* fb pixel and fb app events version upgrade ([#3606](https://github.com/rudderlabs/rudder-transformer/issues/3606)) ([7caf476](https://github.com/rudderlabs/rudder-transformer/commit/7caf4762be2c527725a2bdfb090a626d40723c36))
22+
* rakuten for amount list ([#3612](https://github.com/rudderlabs/rudder-transformer/issues/3612)) ([2fb7e6b](https://github.com/rudderlabs/rudder-transformer/commit/2fb7e6b4bc2b7524f6fa86a54596f7c6550fa51a))
23+
* shopify: incorporate new shopify cart token format ([#3626](https://github.com/rudderlabs/rudder-transformer/issues/3626)) ([0d3c042](https://github.com/rudderlabs/rudder-transformer/commit/0d3c0426571f14e88b5b8a703065935713ce8198))
24+
525
### [1.73.1](https://github.com/rudderlabs/rudder-transformer/compare/v1.73.0...v1.73.1) (2024-08-02)
626

727

go/go.sum

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
44
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
55
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
66
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
7+
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
78
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
89
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
910
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

go/webhook/testcases/testcases.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ type Input struct {
3333
}
3434
type Request struct {
3535
Method string
36-
RawQuery string `json:"query"`
36+
RawQuery string `json:"query_parameters"`
3737
Headers map[string]string
3838
Body json.RawMessage
3939
}
4040

4141
type Output struct {
4242
Response Response
4343
Queue []json.RawMessage
44-
ErrQueue []json.RawMessage `json:"err_queue"`
44+
ErrQueue []json.RawMessage `json:"errQueue"`
4545
}
4646

4747
type Response struct {

go/webhook/testcases/testdata/testcases/adjust/simple_track_call.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
},
2020
"headers": {
2121
"Content-Type": "application/json"
22-
}
22+
},
23+
"method": "GET"
2324
}
2425
},
2526
"output": {
@@ -29,6 +30,7 @@
2930
},
3031
"queue": [
3132
{
33+
"anonymousId": "97fcd7b2-cc24-47d7-b776-057b7b199513",
3234
"context": {
3335
"library": {
3436
"name": "unknown",
@@ -54,13 +56,11 @@
5456
"custom": "custom",
5557
"tracker_name": "dummy"
5658
},
57-
"anonymousId": "97fcd7b2-cc24-47d7-b776-057b7b199513",
5859
"receivedAt": "2024-03-03T04:48:29.000Z",
5960
"request_ip": "192.0.2.30",
6061
"messageId": "00000000-0000-0000-0000-000000000000"
6162
}
6263
],
6364
"errQueue": []
64-
},
65-
"skip": "FIXME"
65+
}
6666
}

go/webhook/testcases/testdata/testcases/adjust/simple_track_call_with_no_query_parameters.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
},
1111
"headers": {
1212
"Content-Type": "application/json"
13-
}
13+
},
14+
"method": "GET"
1415
}
1516
},
1617
"output": {
@@ -19,7 +20,13 @@
1920
"body": "Query_parameters is missing"
2021
},
2122
"queue": [],
22-
"errQueue": [null]
23+
"errQueue": [
24+
{
25+
"id": "adjust",
26+
"updated_at": "2023-02-10T12:16:07.251Z",
27+
"created_at": "2023-02-10T12:05:04.402Z"
28+
}
29+
]
2330
},
2431
"skip": "FIXME"
2532
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "appcenter",
3+
"description": "test-0",
4+
"input": {
5+
"request": {
6+
"body": {
7+
"text": "Hello from your abc-test app in App Center!",
8+
"sent_at": "2023-01-02T07: 53: 28.3117824Z",
9+
"url": "https://appcenter.ms/users/abc-rudderstack.com/apps/abc-test"
10+
},
11+
"headers": {
12+
"Content-Type": "application/json"
13+
}
14+
}
15+
},
16+
"output": {
17+
"response": {
18+
"status": 200,
19+
"body": {
20+
"text": "Hello from your abc-test app in App Center!",
21+
"sent_at": "2023-01-02T07: 53: 28.3117824Z",
22+
"url": "https://appcenter.ms/users/abc-rudderstack.com/apps/abc-test"
23+
}
24+
},
25+
"queue": [],
26+
"errQueue": []
27+
}
28+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
{
2+
"name": "appcenter",
3+
"description": "test-1",
4+
"input": {
5+
"request": {
6+
"body": {
7+
"app_name": "MSAppCenterTesting",
8+
"branch": "master",
9+
"build_status": "Succeeded",
10+
"build_id": "1",
11+
"build_link": "https://appcenter.ms/users/venkat-rudderstack.com/apps/MSAppCenterTesting/build/branches/master/builds/1",
12+
"build_reason": "manual",
13+
"finish_time": "2021-03-02T16:41:29.891411Z",
14+
"icon_link": null,
15+
"notification_settings_link": "https://appcenter.ms/users/venkat-rudderstack.com/apps/MSAppCenterTesting/settings/notifications",
16+
"os": "Android",
17+
"start_time": "2021-03-02T16:34:13.9184874Z",
18+
"source_version": "7ed5c7b279316f19e9a0c45bb0fb49c0655471af",
19+
"sent_at": "2021-03-02T16:41:55.8819564Z"
20+
},
21+
"headers": {
22+
"Content-Type": "application/json"
23+
}
24+
}
25+
},
26+
"output": {
27+
"response": {
28+
"status": 200,
29+
"body": "OK"
30+
},
31+
"queue": [
32+
{
33+
"context": {
34+
"library": {
35+
"name": "unknown",
36+
"version": "unknown"
37+
},
38+
"integration": {
39+
"name": "APPCENTER"
40+
},
41+
"app": {
42+
"name": "MSAppCenterTesting",
43+
"build": "1"
44+
},
45+
"device": {
46+
"type": "Android"
47+
},
48+
"os": {
49+
"name": "Android"
50+
}
51+
},
52+
"integrations": {
53+
"APPCENTER": false
54+
},
55+
"properties": {
56+
"app_name": "MSAppCenterTesting",
57+
"branch": "master",
58+
"build_status": "Succeeded",
59+
"build_id": "1",
60+
"build_link": "https://appcenter.ms/users/venkat-rudderstack.com/apps/MSAppCenterTesting/build/branches/master/builds/1",
61+
"build_reason": "manual",
62+
"finish_time": "2021-03-02T16:41:29.891411Z",
63+
"icon_link": null,
64+
"notification_settings_link": "https://appcenter.ms/users/venkat-rudderstack.com/apps/MSAppCenterTesting/settings/notifications",
65+
"os": "Android",
66+
"start_time": "2021-03-02T16:34:13.9184874Z",
67+
"source_version": "7ed5c7b279316f19e9a0c45bb0fb49c0655471af",
68+
"sent_at": "2021-03-02T16:41:55.8819564Z"
69+
},
70+
"type": "track",
71+
"event": "Build Succeeded",
72+
"originalTimeStamp": "2021-03-02T16:34:13.9184874Z",
73+
"anonymousId": "97fcd7b2-cc24-47d7-b776-057b7b199513",
74+
"sentAt": "2021-03-02T16:41:55.8819564Z",
75+
"receivedAt": "2024-03-03T04:48:29.000Z",
76+
"request_ip": "192.0.2.30",
77+
"messageId": "00000000-0000-0000-0000-000000000000"
78+
}
79+
],
80+
"errQueue": []
81+
}
82+
}

0 commit comments

Comments
 (0)