Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): pull release/v1.78.0 into main #3735

Merged
merged 28 commits into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
b2f5654
feat: add util for applying json string template (#3699)
koladilip Sep 3, 2024
441fb57
fix: error messages in gaec (#3702)
koladilip Sep 3, 2024
675ecf4
chore(deps): bump slackapi/slack-github-action from 1.25.0 to 1.27.0 …
dependabot[bot] Sep 3, 2024
59e5f5f
[Snyk] Upgrade @aws-sdk/lib-storage from 3.485.0 to 3.600.0 (#3565)
sandeepdsvs Sep 3, 2024
001909e
chore(release): pull main into develop post release v1.77.0 (#3701)
sanpj2292 Sep 3, 2024
3f2a5a6
chore: source integration script filter condition (#3704)
sanpj2292 Sep 3, 2024
a2aae58
chore: source integration script filter initial condition - 1 (#3706)
sanpj2292 Sep 3, 2024
8f8c382
chore: [Snyk] Upgrade @aws-sdk/lib-storage from 3.485.0 to 3.624.0 (#…
sandeepdsvs Sep 3, 2024
6ba16f6
fix: gaoc bugsnag alert for email.trim (#3693)
yashasvibajpai Sep 3, 2024
8aacadb
chore(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1 (#3641)
dependabot[bot] Sep 3, 2024
1777c6c
chore(deps-dev): bump ts-jest from 29.1.1 to 29.2.5 (#3681)
dependabot[bot] Sep 4, 2024
f7783d8
feat: webhook v2 path variables support (#3705)
Gauravudia Sep 6, 2024
263d075
fix: circular json bugsnag (#3713)
sanpj2292 Sep 6, 2024
d381dac
refactor: rename webhook v2 destination to http (#3722)
Gauravudia Sep 10, 2024
f77d2ab
feat: onboard X(Twiiter) Audience (#3696)
anantjain45823 Sep 10, 2024
8dcf1b3
fix: added support for window stabilization fix through envs (#3720)
abhimanyubabbar Sep 11, 2024
b4f4dd1
feat: add source id isolation for reverse etl (#3496)
koladilip Sep 11, 2024
16598ed
chore: check if object is converted to string and stringify it
BonapartePC Sep 12, 2024
e8f82fc
add more tests
BonapartePC Sep 12, 2024
632d9af
chore: adding a new violation type Advance-Rules-Violation (#3715)
Jayachand Sep 12, 2024
8dc04ed
chore(release): pull main into develop post release v1.77.1 (#3714)
sanpj2292 Sep 12, 2024
44b5ea3
add support for group
BonapartePC Sep 13, 2024
62bdd22
Merge branch 'develop' into fix.traitsAsObject
BonapartePC Sep 13, 2024
5a2d4de
fix tests for group
BonapartePC Sep 13, 2024
37b02f0
fix tests and address review comments
BonapartePC Sep 13, 2024
19ba875
chore: check if object is converted to string and stringify it (#3726)
BonapartePC Sep 13, 2024
f2e6937
chore: add configurable ivm execution timeout (#3732)
Jayachand Sep 16, 2024
aa1289d
chore(release): 1.78.0
web-flow Sep 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish-new-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish New GitHub Release

Check warning on line 1 in .github/workflows/publish-new-release.yml

View workflow job for this annotation

GitHub Actions / Check for formatting & lint errors

File ignored by default.

on:
pull_request:
Expand Down Expand Up @@ -89,7 +89,7 @@

- name: Notify Slack Channel
id: slack
uses: slackapi/slack-github-action@v1.25.0
uses: slackapi/slack-github-action@v1.27.0
continue-on-error: true
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slack-notify.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Notify workflow failure

Check warning on line 1 in .github/workflows/slack-notify.yml

View workflow job for this annotation

GitHub Actions / Check for formatting & lint errors

File ignored by default.

on:
workflow_call:
Expand All @@ -19,7 +19,7 @@
uses: actions/[email protected]

- name: notify
uses: slackapi/slack-github-action@v1.25.0
uses: slackapi/slack-github-action@v1.27.0
continue-on-error: true
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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.

## [1.78.0](https://github.com/rudderlabs/rudder-transformer/compare/v1.77.1...v1.78.0) (2024-09-16)


### Features

* add source id isolation for reverse etl ([#3496](https://github.com/rudderlabs/rudder-transformer/issues/3496)) ([b4f4dd1](https://github.com/rudderlabs/rudder-transformer/commit/b4f4dd1c43f8fd4b4f744413d79cfe8f5f77708b))
* add util for applying json string template ([#3699](https://github.com/rudderlabs/rudder-transformer/issues/3699)) ([b2f5654](https://github.com/rudderlabs/rudder-transformer/commit/b2f56540148066a40770e1506faadb4f3f5a296b))
* onboard X(Twiiter) Audience ([#3696](https://github.com/rudderlabs/rudder-transformer/issues/3696)) ([f77d2ab](https://github.com/rudderlabs/rudder-transformer/commit/f77d2ab4125a1a44bba95bebbee25bb4fac032da))
* webhook v2 path variables support ([#3705](https://github.com/rudderlabs/rudder-transformer/issues/3705)) ([f7783d8](https://github.com/rudderlabs/rudder-transformer/commit/f7783d8fb30093a847f450ee7ddd9449f272b112))


### Bug Fixes

* added support for window stabilization fix through envs ([#3720](https://github.com/rudderlabs/rudder-transformer/issues/3720)) ([8dcf1b3](https://github.com/rudderlabs/rudder-transformer/commit/8dcf1b3c5aff424d39bece8c9912ec4a1eb221ea))
* circular json bugsnag ([#3713](https://github.com/rudderlabs/rudder-transformer/issues/3713)) ([263d075](https://github.com/rudderlabs/rudder-transformer/commit/263d0758be828402068278c7c5356b65119e7e9a))
* error messages in gaec ([#3702](https://github.com/rudderlabs/rudder-transformer/issues/3702)) ([441fb57](https://github.com/rudderlabs/rudder-transformer/commit/441fb57a537592cc1cc45dc8f31fa8be98e18320))
* gaoc bugsnag alert for email.trim ([#3693](https://github.com/rudderlabs/rudder-transformer/issues/3693)) ([6ba16f6](https://github.com/rudderlabs/rudder-transformer/commit/6ba16f6e5d9bb0de773ebcb8be13a78af325a4a1))

### [1.77.1](https://github.com/rudderlabs/rudder-transformer/compare/v1.77.0...v1.77.1) (2024-09-05)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"type": "alias",
"previousId": "[email protected]",
"userId": "12345",
"context": {},
"receivedAt": "2024-03-03T04:48:29.000Z",
"request_ip": "192.0.2.30",
"messageId": "00000000-0000-0000-0000-000000000000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
{
"userId": "1",
"originalTimestamp": "2020-09-28T19:53:31.900Z",
"context": {},
"traits": {
"firstName": "John",
"lastName": "doe",
Expand Down
Loading
Loading