- You can no longer cross submodule boundaries with ./... in go subcommands like `go list` or `go test`. The makefile and CI scripts were updated accordingly. - Also of note: `go mod vendor` now omits things build ignored.
* Fixes broken HTTP header and method for health checks. * Adds a fuzz utility and test to make sure copy is complete.