Merged
Conversation
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
Add Interstitial Tag Support
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
|
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. |
gvb26
approved these changes
Sep 9, 2025
theRealRobG
approved these changes
Sep 9, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated version bump to 1.7.0 generated by create-pull-request.