Brandon Mitchell
Brandon Mitchell
Adding a release notice for the runtime-spec 1.2.1 release. Fixes #162.
Fixes #1283. We had a discussion on this in today's meeting and there was indecision on whether we should have it at all, and if we include it how prescriptive...
Hi maintainers! I think there's a universal desire to not panic in a critical package, but how to get there is less easy. Considering how widely used this is, I...
This is a redesign of the conformance tests with the following goals: - Run as a command instead of a `go test`. This will allow unit testing and avoid some...
Presently, if a PATCH request has an invalid range, we should return a `416 Requested Range Not Satisfiable`. However, the final PUT request of a chunked blob upload can also...
I'm hearing concerns about the readability of the spec, which I can sympathize with. I'd like to gather thoughts on how to improve it and see if the maintainers are...
**Description** The migration from v2 to v3 signatures is a bit rough for users verifying signatures with v2 clients. While v3 clients seem to either automatically fallback or ignore the...