-
Notifications
You must be signed in to change notification settings - Fork 11
Release Notes
Chris Cole edited this page Jan 8, 2020
·
45 revisions
Version | Date | Ticket(s) | Notes |
---|---|---|---|
1.5.41 | Jan 8, 2020 | Reduce log warning from dt iFrame when called from non-ssl site so does not show in console logs without debug call. | |
1.5.40 | Dec 16, 2019 | Adding production debugging capabilities; limit cookie lifetime to one year. | |
1.5.37 | Sept 23, 2019 | Bug fix. Remove superfluous error log statement that shows up in some browsers during initialization. | |
1.5.36 | Sept 12, 2019 | Configuration loader changes. Implement incremental config loading to reduce package size. Expand supported initializer configuration overrides. | |
1.5.35 | July 18, 2019 | Support for SameSite=none within cookies for better 3rd party cookie handling, Improved detection of Safari based browsers, Migration to the Jest unit test framework, fix for iFrame connection error | |
1.5.33 | May 10, 2019 | This release addresses an issue in the redirect sequence used in a small set of browsers to generate and set the DigiTrust cookie. It removes an endless redirect caused when the browser refuses to accept and set the DigiTrust identity cookie | |
1.5.31 | April 25, 2019 | #66 | avoid link redirects on javascript: links |
1.5.24 | March 1, 2019 | resolved isolated issue with redirects | |
1.5.22 | February 28, 2019 | attempting to fix isolated issue with redirects | |
1.5.21 | January 24, 2019 | add a path cmp-iframe.html to support cmp integration | |
1.5.20 | January 15, 2019 | Release 1.5.20 fixes an issue with getting the DigiTrust ID value from the client-side API DigiTrust.getUser. This release or newer should be used for any third party identity system integrations. | |
1.5.18 | November 20, 2018 | This is a feature-free code restructuring and cleanup release. The script design now uses the same digitrust.js file for both the publisher side code and within the digitrust domain frame (dt.html). | |
1.5.16 | October 31, 2018 | pr#58,pr#64 | Support for reading DigiTrust IDs from within ad serving iframes. Host page sends sync message to all nested digitrust iframes to sync id. |
1.5.15 | October 24, 2018 | #63,#48 | Remove excess logging in isMsCrypto() ; server encryption to 80% |
1.5.14 | October 11, 2018 | #61,#62 | Automated CI/CD pipeline, tagged releases |
1.5.11 | August 17, 2018 | #47,#54,#55 | Fix encryption on safari, re-enable click redirects, redirects off by default |
1.5.10 | May 31, 2018 | #52 | GDPR compliance via CMP API |
1.5.9 | April 25, 2018 | #49 | Remove rollbar |
1.5.8 | April 5, 2018 | #48 | Increase server side encryption rate |
1.5.7 | April 3, 2018 | #48 | Increase server side encryption rate |
1.5.6 | March 29, 2018 | #48 | Increase server side encryption rate |
1.5.5 | January 21, 2018 | #45 | Pub tag usability fix |
1.5.4 | November 29, 2017 | Increase sample rate on #43 from 0.0001 to 0.001 | |
1.5.3 | November 28, 2017 | #43 | Prototype support for encryption on chrome/http content. Enabled at 0.01% |
1.5.2 | November 16, 2017 | #41,#42 | Do not redirect on chrome/http, fix IE relative links |
1.5.1 | November 7, 2017 | #40 | Bug fix causing decryption errors on chrome |
1.5.0 | October 26, 2017 | #38,#39 | Add producer attribute, squash chrome crypto error |
1.4.3 | October 19, 2017 | #35,#37 | Minify all prod js assets, squash redirects where href='#' |
1.4.2 | June 22, 2017 | #34 | Removed unused code |
1.4.1 | June 22, 2017 | #32 | ID encoding bug |
1.4.0 | June 21, 2017 | #30, #31 | Fix ID encoding, added a version field |
1.3.3 | June 9, 2017 | #28 | AboutAds.info opt out cookie; updated docs to minified js |
1.3.2 | June 8, 2017 | #27 | Always disable link rewriting redirects when inside an iframe |
1.3.1 | June 6, 2017 | #26 | Silent exceptions on iframe origin mismatch |