Release Notes

Version Release Date Notes
1.43.0 2024-10-30
  • Service release; no new features.
1.42.0 2024-10-28
  • Service release; no new features.
1.41.0 2024-10-17
  • Service release; no new features.
1.40.0 2024-10-09
  • Service release; no new features.
1.39.1 2024-10-03
  • Service release; no new features.
1.38.1 2024-09-30
  • Service release; no new features.
1.37.0 2024-09-17
  • Service release; no new features.
1.36.0 2024-09-11
  • Service release; no new features.
1.33.0 2024-08-29
  • Service release; no new features.
1.32.0 2024-08-19
  • Service release; no new features.
1.27.1 2024-07-08
  • Fixes an issue that led to errors on browsers with old WebKit versions (<= 70).
1.26.1 2024-06-18
  • Deprecates NonceRequest.omidVersion. Instead, set omidPartnerName, omidPartnerVersion, and supportedApiFrameworks.
1.25.0 2024-02-01
  • Fixes a bug which caused crashes on certain connected TVs.
1.21.3 2023-11-08
  • Service release; no new features.
1.20.0 2023-06-14
  • Service release; no new features.
1.19.0 2023-06-05
  • Service release; no new features.
1.18.1 2023-04-06
  • Service release; no new features.
1.16.0 2022-03-22
  • Added the following methods to the NonceManager class.
    • sendAdClick
    • sendAdTouch
    • sendPlaybackStart
    • sendPlaybackEnd
    For more information on how to implement these changes to the NonceManager, see the updated Getting started guide.
  • Deprecated `NonceManager.sendAdImpression()` in favor of `sendPlaybackStart()` and `sendPlaybackEnd()`.
  • Fixed a bug related to URL parsing.
  • Fixed a bug where IMA would override the URL parameter.
1.13.3 2021-07-27
  • Added the following properties to the NonceRequest class.
    • sessionId
    • supportedApiFrameworks
    • url
1.12.0 2021-02-21
  • Added the ConsentSettings class for handling privacy and regulations when generating nonce signals.
1.11.0 2020-10-28
  • Removed the PalNonceGenerator API.
1.9.1 2020-02-21
  • Service release; no new features.
1.8.0 2019-09-04
  • Renamed NonceManager.onClick() to NonceManager.sendAdClick().
  • Renamed NonceManager.onImpression() to NonceManager.sendAdImpression().
1.7.2 2019-08-19
  • Service release; no new features.
1.4.0 2019-07-30
  • Updated the HTML5 PAL class names:
    • PalLoader is now NonceLoader.
    • PalNonceManager is now NonceManager.
  • Added the NonceRequest class.
1.3.0 2019-07-09
  • Deprecated PalNonceGenerator in favor of PalLoader.
  • Added the setIconsSupported API.
1.2.0 2019-04-09
  • Service release; no new features.
1.1.0 2018-10-26
  • Removed setPpid(), and added ppid to the NonceRequest constructor.
1.0.0 2018-10-15
  • Initial release.