Go Dash Versions Save

A Go library for generating MPEG-DASH manifests.

v3.0.3

1 year ago

Introducing Label element into AdaptationSet

v3.0.2

2 years ago

How to Update

# go get -u github.com/zencoder/go-dash/[email protected]
go: downloading github.com/zencoder/go-dash/v3 v3.0.2
go get: upgraded github.com/zencoder/go-dash/v3 v3.0.1 => v3.0.2

What's Changed

New Contributors

Full Changelog: https://github.com/zencoder/go-dash/compare/v3.0.1...v3.0.2

v3.0.0

5 years ago

From: https://github.com/golang/go/wiki/Modules#releasing-modules-v2-or-higher

Note that if you are adopting modules for the first time for a pre-existing repository or set of packages that have already been tagged v2.0.0 or higher before adopting modules, then the recommended best practice is to increment the major version when first adopting modules.

For example, if you are the author of foo, and the latest tag for the foo repository is v2.2.2, and foo has not yet adopted modules, then the best practice would be to use v3.0.0 for the first release of foo to adopt modules (and hence the first release of foo to contain a go.mod file).

Incrementing the major version in this case provides greater clarity to consumers of foo, allows for additional non-module patches or minor releases on the v2 series of foo if needed, and provides a strong signal for a module-based consumer of foo that different major versions result if you do import "foo" and a corresponding require foo v2.2.2+incompatible, vs. import "foo/v3" and a corresponding require foo/v3 v3.0.0.

v2.0

6 years ago

v1.0

6 years ago