Skip to content

Release 1.7.0#153

Merged
rmigneco merged 25 commits intomain_1.xfrom
release/1.7.0
Sep 9, 2025
Merged

Release 1.7.0#153
rmigneco merged 25 commits intomain_1.xfrom
release/1.7.0

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Sep 8, 2025

Automated version bump to 1.7.0 generated by create-pull-request.

theRealRobG and others added 25 commits October 2, 2024 23:49
The generate-release action is a manual dispatch action that takes
the version number as an input, and depending on the major version,
will checkout either main or main_1.x, then merge either develop or
develop_1.x into it, bump all the version strings in the repo, and
raise a PR against main or main_1.x.

The publish-release action runs on merge to main or main_1.x and
reads the version from the version.txt file to determine the
release tag it should publish, then publishes that release.

NOTE: both of these actions are broken in v2 of the repo until we
bring it up to date with the Swift Package Manager support changes,
as the version.txt file does not exist in develop currently.
Adding actions for generating and publishing a release
Update develop_1.x with release 1.6.0 changes
- checking that with HLS CLASS attribute, only asset list or id can be accepted
- completed the Generic Tag validator for Date Range
- testing seek restrictions and alignment
- renamed Interstitial Alignment
- included required initializers
- included builder functions
- completed tag return in build func
- added documentation
- ensure HLS Interstitial Value types conform to equatable
- updated affected tests
- fixed qutoe escape issues for numerical values in builder
- upated unit tests
Media or Multivariant Playlist tags are defined in section 4.4.2:
https://datatracker.ietf.org/doc/html/draft-pantos-hls-rfc8216bis-16#section-4.4.2

This commit updates the existing tags in that section to be in line with
draft 16.

The main change here is the addition of the EXT-X-DEFINE tag and
associated validators (both tag and playlist validators).

A further improvement may be to add handling for variable substitution
into mamba, as defined in section 4.3:
https://datatracker.ietf.org/doc/html/draft-pantos-hls-rfc8216bis-16#section-4.3

The difficulty there would be in implementing the IMPORT definition, as
it could not be self-contained to one parsed playlist, and would need a
way of associating another parsed multivariant playlist, or at least the
key-value pairs that were obtained from it.
…aylist-tags-from-draft-16

Updating tags in section 4.4.2 of draft 16
HLSPlaylistStructure Key Index Tags Refactor
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
3 out of 4 committers have signed the CLA.

✅ gvb26
✅ rmigneco
✅ theRealRobG
❌ github-actions


github-actions seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@rmigneco rmigneco merged commit 3a2e41e into main_1.x Sep 9, 2025
1 check was pending
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants