ACTVTNS-623 Update @segment/action-emitters to 1.3.8#3757
Open
kkolhe-twilio wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the @segment/actions-core dependency on @segment/action-emitters to v1.3.8 so Control Plane can recognize/validate newly added trigger types used by the Entity Data Freshness feature.
Changes:
- Bumps
@segment/action-emittersfrom 1.3.6 to 1.3.8 inpackages/core. - Regenerates
yarn.lockto lock@segment/action-emitters@1.3.8.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
packages/core/package.json |
Pins @segment/action-emitters to 1.3.8. |
yarn.lock |
Updates lock entry to @segment/action-emitters@1.3.8. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3757 +/- ##
=======================================
Coverage 81.08% 81.08%
=======================================
Files 1655 1655
Lines 32079 32079
Branches 7070 7048 -22
=======================================
Hits 26011 26011
- Misses 5096 5113 +17
+ Partials 972 955 -17 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates
@segment/action-emitterspackage from v1.3.6 to v1.3.8 to support Entity Data Freshness feature.What's new in v1.3.8:
warehouse_entity_values_changed_tracktrigger - fires when entity property values changewarehouse_all_triggers_tracktrigger - combined trigger for entity add/remove/change eventsjourneys_step_all_triggers_tracktrigger - journey step enter/exit combined trigger -- This is owned by journey's team was already in the packagedWhy needed:
Control Plane must recognize and validate these new trigger types when they're used in activations. Without this update, the new triggers would be rejected during activation creation.
Downstream impact:
🧪 Testing
🔧 Test Plan