podcast v1.4.2 Release Notes
Release Date: 2020-02-13 // almost 5 years ago-
๐ New to Go Modules, I think the previous setup with "required" was far too much. This removes all but what one required to actually use the module (plus another one for any tests).
- Slim down Go Modules for consumers (#32)
Previous changes from v1.4.0
-
๐ First release with Go Modules, a significant feature addition to a package - hence the bump in Minor to 1.4 going forward. The most critical thing to note in this update is that the
vendor/
folder has been flushed out with more dependencies to allow for a true air-gapped testing setup (which I ran into during development on a new machine).โฌ๏ธ Unless you were looking for Go Modules support in your pipelines, this is not a required upgrade as there was no underlying package changes.
As always, 1.x branch keeps backwards compatibility.
๐ Also note that going forward, Go Modules is supporting the
vendor/
folder, keeping it backwards compatible with 1.7+ versions.