mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 00:13:47 +03:00
69a4995449
the types in webhook should be subjected to apidiff'ing, this was a shared function. it is better off in package queue. also change the apidiff script so it leaves apidiff/next.txt empty when there aren't any changes. makes it easier to rotate the files after releases where nothing changed (a common occurrence). |
||
---|---|---|
.. | ||
next.txt | ||
packages.txt | ||
README.txt | ||
v0.0.9.txt | ||
v0.0.10.txt | ||
v0.0.11.txt | ||
v0.0.12.txt |
This directory lists incompatible changes between released versions for packages intended for reuse by third party projects, as listed in packages.txt. These files are generated using golang.org/x/exp/cmd/apidiff (see https://pkg.go.dev/golang.org/x/exp/apidiff) and ../apidiff.sh. There is no guarantee that there will be no breaking changes. With Go's dependency versioning approach (minimal version selection), Go code will never unexpectedly stop compiling. Incompatibilities will show when explicitly updating a dependency. Making the required changes is typically fairly straightforward.