Releases: Comcast/scte35-go
Releases · Comcast/scte35-go
v1.4.6
What's Changed
Fixes 🛠
- Include segmentationUpidFormat when encoding to json/xml by @blahspam in #61
Other Changes 📦
- Upgrade to Go 1.22
- Update golangci-lint config
Full Changelog: v1.4.5...v1.4.6
v1.4.5
What's Changed
- fix: correct AudioDescriptor.Tag()
- chore(deps): update pre-commit hook compilerla/conventional-pre-commit to v2.4.0 by @blahspambot in #37
- chore(deps): update pre-commit hook zricethezav/gitleaks to v8.18.0 by @blahspambot in #38
Full Changelog: v1.4.4...v1.4.5
v1.4.3
Fixed
- XML/JSON payloads without SAPType defaulting to incorrect value by @blahspam in #31
- Handle ASCII-encoded segmentation UPIDs correctly by @blahspam in #32
1.4.2
Fixed
- Fixed formatting inconsistencies when calling
SpliceInfoSection.Table()
.
1.4.1
Deprecated
SegmentationUPID.Format
is no longer used and will be removed from a future release.
1.4.0
Added
- Add support for
SegmentationUPIDTypeSCR
- Add
preRollMilliSeconds
XML attribute (informative only; not carried by binary)
Changed
- Simplify rendering of splice_info_section table, correcting some minor inconsistencies.
1.3.1
Changed
- Omit optional
SegmentationDescriptor
attribute.
1.3.0
Fixed
- Fixed overflow when building with
GOARCH=386
.
Changed
- Changed encode command to also read from stdin.
1.2.2
Fixed
- #3 - Fix overflow when binary contains alignment stuffing.