JWP Product Release Notes logo

Product Release Notes

Back to Homepage Subscribe to Updates

Labels

  • All Posts
  • Access Control
  • Account & Billing
  • Advertising
  • Apps
  • Data & Analytics
  • Dynamic Strategy Rules
  • Live Channels
  • Media Management
  • SDK: Android
  • SDK: iOS
  • Web Player

Jump to Month

  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
Release notes byAnnounceKit

Create yours, for free!

Account & Billing
a year ago

DNS Masking Deprecation

With this release, DNS masking is deprecated for some users.

Deprecation

DNS masking support has been removed from JW Platform. Current customers who are actively using DNS masking will continue to have access to the feature until further notice.

SDK: Android
a year ago

Android: 4.12.2

With this release, we have improved the seek bar user experience.

Bug Fix

The seek bar appears at the end of the control bar after a post-roll completes.


Account & BillingMedia ManagementWeb Player
a year ago

Dashboard Updates

With today's release, we've enhanced playlist previews and improved JSON validation in the JWP dashboard.

New Feature

In the JWP dashboard, playlist configuration pages show promoted content in the playlist preview.

Bug Fix

In the JWP dashboard, the player configuration page validates the format of the edited JSON code.

Account & BillingData & Analytics
a year ago

Redesigned analytics overview

The Analytics Overview page has received a visual update that shares the visual experience as Real Time Analytics and Custom Reports. Without making any functional changes, the new experience more quickly loads and displays your data.


SDK: iOS
a year ago

iOS: 4.13.0 - Offline Playback BPA and adEvent Delegate Method Signature Revision

Our 4.13.0 iOS release introduces an important delegate method signature revision and the new Offline Playback Best Practice App. In addition, this release replaces a type alias, adds media track access, and includes delegates for event observation.

Key bug fixes address button alignment, Chromecast crashes, and JavaScript Environment inspection.


New Features

  • IMPORTANT: The adEvent delegate method signature has been revised from func jwplayer(_ player: AnyObject, adEvent event: JWAdEvent) to func jwplayer(_ player: JWPlayer, adEvent event: JWAdEvent) for better consistency and easier access to the JWPlayer object. If you use or override this method, please update your code to align with the new signature.
  • The new Offline Playback Best Practice App demonstrates how to implement offline download, storage, and playback of unprotected content.
  • The JWCaptionStyleBuilder now has a method, allowScaling, which controls whether side-loaded captions enlargen as the player's size increases (like on an iPad or in full screen). By default, this is enabled. If set to false, it adheres strictly to the user's device settings.
  • To observe related content events, use the JWRelatedEventDelegate, which can be assigned in the JWPlayer object. The JWPlayerViewController conforms to this protocol by default.
  • Related content can now be loaded with play(relatedContent:).
  • To observe chapter events for media with defined chapters, use the JWChaptersDelegate, which can be assigned in the JWPlayer object. The JWPlayerViewController conforms to this protocol by default.
  • The typealias, JSONObject, has replaced instances of [String : Any].
  • A JWPlayerItem can be encoded to or decoded from a JSONObject.
  • Additional properties have been added to JWPlayerItem, allowing access to different media tracks within the item: chapterTrack: JWMediaTrack?, thumbnailTrack: JWMediaTrack? and captionTracks: [JWMediaTrack].
  • The kind of media track viewed can be queried through the JWMediaTrackKind property.

Bug Fixes

  • In the VAST ad interface, the Learn More button has been realigned.
  • Crashes no longer occur when replacing a playlist during an active Chromecast session.
  • JavaScript Environment inspection has been re-enabled.


SDK: Android
a year ago

Android: 4.12.1

The recent update removes clashes between Proguard obfuscation rules and 3rd-party libraries, pauses content during ad playback, fixes a null-pointer exception, and improves the audiotrack user experience.

Bug Fixes

  • The Proguard obfuscation rules no longer clash with 3rd-party libraries.
  • When casting, the main video content is now paused during IMA ad playback.
  • A potential null-pointer exception with IMA has been resolved.
  • The audiotrack submenu no longer displays when there is only one element.


SDK: Android
a year ago

Android: 4.12.0 - OfflineDownloadManager

Release Notes

We're introducing an enhanced OfflineDrmManager, now called OfflineDownloadManager. Additionally, bugs such as null pointer exceptions have been addressed in the ViewModelManager and DeviceOrientationDelegate. 

New Features

  • OfflineDrmManager has been renamed OfflineDownloadManager and includes expanded functionality to support non-DRM use cases.
  • Additionally, OfflineDownloadManager allows developers to download video, audio, and in-manifest text renditions.
  • Developers can now handle offline downloads with the new abstract class, OfflineDelegate.

Bug Fixes

  • The SDK supports multiple downloads for offline DRM.
  • The null pointer exceptions caused by ViewModelManager and DeviceOrientationDelegate have been resolved.

 



Web Player
a year ago

Web: 8.27.1

Service release. No new features. 


SDK: iOS
a year ago

iOS: 4.12.1 - Accessibility Enhancements and Resolved Issues

Accessibility leads our latest release with improved VoiceOver descriptions and better UI adaptation for large text sizes. Additionally, we've resolved issues with displaying images and descriptions on the lock screen, accurate ad positioning within JWP VAST, scrub bar presence for live content, and cross-device caption display. 

New Features

  • More precise descriptions enable the device's VoiceOver feature to describe the UX to users clearly.
  • The position and duration labels are resized appropriately for large text sizes. When constrained by space, only the position label displays.

Bug Fixes

  • Poster images and item descriptions now display on the lock screen command center.
  • In the JWP VAST client, the ad pod displays the proper ad position in the pod.
  • Live content no longer shows a scrub bar on the lock screen command center.
  • Improved resizing logic ensures that captions appear correctly on all devices.
Media Management
2 years ago

Media Upload Update

JW Platform's maximum upload size has increased to 100GB.

To upload media between 25GB-100GB via the JW Dashboard, contact your JWP representative to receive beta v2 Uploads entitlement.

New Features:

  • The media upload size has increased from 25GB to 100GB when using the v2 Management API to perform Multipart Resumable Upload and Fetch Upload via URL.
  • The 5GB size limit remains for Direct Single Upload via S3
  • A 25GB limit remains for all other methods using the legacy v1 Management API.