Skip to content

Release v0.11.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jonbodner jonbodner released this 23 Jul 03:04
· 12 commits to master since this release
bc842f3

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-level proteus.SetLogLevel function)
  • error messages (they should now have lowercase first letters)