Skip to content

Releases: m-lab/go

Add retract to include @latest version

24 Jun 00:30
9c30da6
Compare
Choose a tag to compare

This release retracts this version and all earlier v1.* series. This release is recognized as the @latest by the go tool, so that these retractions can be discovered and honored.

Latest release including packages shx, uploader, siteinfo

12 Jun 01:19
6daccf4
Compare
Choose a tag to compare

Add shx.Job interface with State, Description, and ExecJob (#131) …
Add Func and Script Job types (#132) …
Add Pipe Job type with new helpers with unit tests (#133) …
Replace defer w.Close() with explicit error checking (#135) …
Add retract directive to go.mod (#136) …
Add NewReaderContext and i/o helper functions (#134) …
Adds new Projects() func to get sites/projects.json (#137)
Adds new Machines() function to return machines.json format (#138) …

Add uploader package

24 Nov 15:42
5fa2a44
Compare
Choose a tag to compare
One less code path (#129)

Simplified.

Weekly release

10 Sep 18:38
3fb96b7
Compare
Choose a tag to compare

GCS utility functions and test functions (#125) …
fix misdirected test (#126) …
Add testingx package (#127) …

Weekly release

25 Jun 15:07
fac1167
Compare
Choose a tag to compare

Fix upstream location of promlint (#121)
Mark all fields as nullable (#122)
Add flagx.File type (#124)
Add flagx.Advanced variable and first advanced flag -httpx.tcp-network (#123)

Weekly release

06 May 17:53
64dc913
Compare
Choose a tag to compare

Fix bqx tests (#114) …
remove deprecated bqx and bqext (#116) …
Improved docs (#115)
Add support for BMC hostnames (mlab[1-4]d). (#118)
Add flagx.FileBytesArray for lists of files (#117)
Allow Parse to accept service names, add String to reconstruct name (#119 )
Add v1-bmc test case (#120)

Weekly release

06 May 17:55
a39f077
Compare
Choose a tag to compare
v0.1.40

v1.4.0          Add flagx.ArgsFromEnvWithLog (#113)

Weekly release

06 May 17:55
1f027ab
Compare
Choose a tag to compare

Far too many changes to list individually. Instead, once just view the change list.

Introduce go module to correct for upstream library breakage.

06 May 17:54
c02fefa
Compare
Choose a tag to compare

Use go modules to fix upstream dependency breakage. (#93)

Committed changes since Dec 12, 2019
Add DateTime and Time flag types (#80) …
Add memoryless.NewTimer (#81) …
Add basic pretty printing support based on the json marshaller (#83) …
Only print warning if text is different. (#85)
Add storagex.Bucket.Dirs method (#86) …
Export AssignedFlags and MakeShellVariableName (#89) …
Add support to StringArray for "," separated values and .Contains met… …
Don't anonymize local IP addresses (#91) …

Prerelease for use in development through gopkg.in

08 Dec 20:31
Compare
Choose a tag to compare

Should remove when table-util is integrated into master.