Skip to content

Releases: Comcast/gots

v2.2.1

06 Feb 23:22
11cc503
Compare
Choose a tag to compare

Updated project structure and README now that v1 is deprecated.

To install: go get github.com/Comcast/gots/v2

v1.0.4

06 Feb 22:25
d2e00fd
Compare
Choose a tag to compare

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:

  1. Run go get github.com/Comcast/gots/v2
  2. Update all import statements to reference gots/v2
  3. Run go mod tidy

v2.2.0

19 Aug 20:38
Compare
Choose a tag to compare

Clean up the V2 directory and tag a new version to clean up for Go modules.

v2.1.4

07 Aug 17:52
9799558
Compare
Choose a tag to compare

This release contains no code changes but should now be compliant with Semantic versioning.

2.1.3

04 Feb 21:47
5b55db8
Compare
Choose a tag to compare
2.1.3

SCTE 35 Fixes

11 Jan 22:10
98e2882
Compare
Choose a tag to compare

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

18 Dec 20:52
06ffb31
Compare
Choose a tag to compare
Gots coral bugfix

Packet Creation and Modification

14 Aug 15:14
4c3c478
Compare
Choose a tag to compare
Pre-release

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

03 Aug 16:09
b075ace
Compare
Choose a tag to compare

packet: use [188]byte as Packet type

Cleanup CLI

20 Jul 20:51
b075ace
Compare
Choose a tag to compare
Merge pull request #84 from kortschak/arraypackets

packet: use [188]byte as Packet type