Skip to content

Releases: Netflix/photon

Patch Release

11 Feb 00:24
Compare
Choose a tag to compare

In this release we make a modification in the XML DSig schema to comment out the DOCType block since it causes schema validation failures when trying to access the document "http://www.w3.org/2001/XMLSchema.dtd" and W3C denies the access request.

Patch Release

09 Feb 20:04
Compare
Choose a tag to compare

In the IMF layer we were not completing CPL schema URI checks because the supported schema URIs list which should've been statically initialized was being compiled in the context of a constructor. This is not a desirable approach since we expose static methods that could be invoked prior to a CPL object being constructed.

Another change in this release is to tighten the CompositionPlaylistTest by checking for the validity of the CPL schema URI in a candidate CPL.

Patch release

04 Feb 21:44
Compare
Choose a tag to compare

Fixing a schema loader issue which was breaking IMF assets schema validation. Hopefully this release addresses the limitation.

Patch release

02 Feb 19:08
Compare
Choose a tag to compare

This release makes CPL schema checks accessible from a static context, and addresses a ReadMe ambiguity pointed out by the OSS community.

Patch release

02 Feb 00:33
Compare
Choose a tag to compare

This release changes the module name from MXFLibrary -> Photon, which in effect changes the ArtifactID in MavenCentral. Rest of the changes are backwards compatible - JavaDoc improvements, additions to help adoption of photon in IMF workflows.

Feature release

21 Jan 01:02
Compare
Choose a tag to compare

With this release we have included the framework to add support for Interoperable Master Format (IMF) use cases in the future.

Patch release

16 Dec 21:29
Compare
Choose a tag to compare

This is a patch release with the following changes :

  • Static code analysis violations FindBugs and PMD will now result in build failures.
  • OSSLifeCycle tag has been updated to indicate current active status for the project.

First release of Photon

15 Dec 02:21
Compare
Choose a tag to compare
Merge pull request #7 from Netflix/feature/UpgradeFindBugsLibrary

Removing usage of FindBugs annotation and updating the find bugs filt…