-
Notifications
You must be signed in to change notification settings - Fork 84
ENG-1970: Update IAB TCF library to 1.5.16 #6953
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
Conversation
|
Deployment failed with the following error: View Documentation: https://vercel.com/docs/two-factor-authentication |
Greptile OverviewGreptile SummaryThis PR updates the IAB TCF libraries from 1.5.15 to 1.5.16 to fix an issue where the TCF CMP temporarily returns legacy policy version 4 instead of the current version 5. The update is conservative, stopping at 1.5.16 to avoid introducing TCF v2.3 features (like disclosed vendors segment) that require careful client rollout. Key changes:
Confidence Score: 5/5
Important Files ChangedFile Analysis
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 file reviewed, 1 comment
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3 files reviewed, no comments
Co-authored-by: Jason Gill <jason.gill@ethyca.com>
Co-authored-by: Jason Gill <jason.gill@ethyca.com>
Ticket ENG-1970
Description Of Changes
This updates the
@iabtechlabtcflibraries to 1.5.16 to fix an issue where the default policy version is set to 4 instead of 5. I've avoided going all the way up to 1.5.18 as I don't want to introduce everything in TCF v2.3 yet (disclosed vendors segment, in particular) as we need to carefully roll that out to clients.Code Changes
@iabtechlabtcf/cmpapito "1.5.16"@iabtechlabtcf/coreto "1.5.16"See InteractiveAdvertisingBureau/iabtcf-es@v1.5.15...v1.5.16 to eval the library code changes
Steps to Confirm
__tcfapi("ping", 2, (tcData) => console.log("tcData.tcfPolicyVersion", tcData.tcfPolicyVersion))outputs a policy version of 5Pre-Merge Checklist
CHANGELOG.mdupdatedmaindowngrade()migration is correct and works