Release v0.11.0
Pre-release
Pre-release
For its GopherCon 2019 release, Proteus can now build individual functions and run ad-hoc queries!
In addition to generating function fields on a struct, Proteus can now generate individual functions, or (if type safety is not a high priority) run queries without defining a function first. See the README for details.
There are also tweaks to:
- logging support (specifying the logging level in the
context.Context
passed into a Proteus-generated function now overrides the logging level set with the package-levelproteus.SetLogLevel
function) - error messages (they should now have lowercase first letters)