Releases: Comcast/gots
Releases · Comcast/gots
v2.2.1
v1.0.4
This is the final v1 release, meaning the github.com/Comcast/gots
module will no longer receive updates. Please use github.com/Comcast/gots/v2
instead.
Steps to upgrade:
- Run
go get github.com/Comcast/gots/v2
- Update all
import
statements to referencegots/v2
- Run
go mod tidy
v2.2.0
Clean up the V2 directory and tag a new version to clean up for Go modules.
v2.1.4
This release contains no code changes but should now be compliant with Semantic versioning.
2.1.3
SCTE 35 Fixes
Changes
- Fixes for the SCTE 35 accumulator function
- Fixes the implicit closing logic
2.1.1: Merge pull request #108 from mhedrick843/gots-coral-bugfix
Gots coral bugfix
Packet Creation and Modification
Added functionality to the packet package to support more complete packet modification and creation.
- This release creates DUPLICATE functionality between functions and methods in the packet package, as well as duplicate packet creation functions.
- The adaptationfield package will also be deprecated as the packet and adapationfield are closely tied.
- The methods (functions with pointer receivers) will be used going forward. The other functions will be deprecated in 3.0.0
- These changes were made to create better consistency throughout the packages, and provide namespacing between packet and adaptationfield.
Change packet type to use array rather than slice
packet: use [188]byte as Packet type
Cleanup CLI
Merge pull request #84 from kortschak/arraypackets packet: use [188]byte as Packet type