Releases: newrelic/tutone
Releases · newrelic/tutone
tutone v0.10.1
chore(release): release v0.10.1
tutone v0.9.0
v0.9.0 - 2021-09-15
Features
- add skip_fields for skipping fields within a type
- add custom template funcs
- generator: add ability to override struct tags
Docker images
docker pull newrelic/tutone:v0.9.0
docker pull newrelic/tutone:v0.9
tutone v0.8.1
v0.8.1 - 2021-06-15
Bug Fixes
- schema: Explicitly anchor the regexp for mutation name (MatchString does not)
Docker images
docker pull newrelic/tutone:v0.8.1
docker pull newrelic/tutone:v0.8
docker pull newrelic/tutone:latest
tutone v0.8.0
v0.8.0 - 2021-06-15
Features
- schema: Allow for mutations to be matched by regexp instead of statically declared in config
Docker images
docker pull newrelic/tutone:v0.8.0
docker pull newrelic/tutone:v0.8
docker pull newrelic/tutone:latest
tutone v0.7.0
v0.7.0 - 2021-06-14
Bug Fixes
- fetch: allow plain graphql endpoints for local development
Features
- schema: Add ability to filter out specific fields in queries/mutations
Docker images
docker pull newrelic/tutone:v0.7.0
docker pull newrelic/tutone:v0.7
docker pull newrelic/tutone:latest
tutone v0.6.1
[v0.6.1] - 2021-02-11
Bug Fixes
- golang: Use Golang field names, not title case of path
- nerdgraphclient: Return value types need name overrides
Documentation Updates
- Fix repository URL in changelog
tutone v0.6.0
tutone v0.5.0
[v0.5.0] - 2021-01-04
Features
- golang: Add ability to generate Get funcs for structs