v0.17.94 #4261
StevenACoffman
announced in
Announcements
v0.17.94
#4261
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Upcoming Potentially Breaking Changes Warning
This release has changes in the Federation plugin, introducing opt-in changes that will become the default in the next release (v0.17.95).
When configured, the federation plugin creates an entity resolver that accepts a list of representations, improving performance by reducing the number of individual resolver calls.
The
@entityResolverdirective enables optimization for entity resolver generation in GraphQL federation, and can be opted in by specifyingmulti: trueas in:Or you can enable this feature by default by setting the
federation.options.entity_resolver_multiflag in your configuration:What's Changed
@goEmbedInterfacegenerating double-pointer getters for nullable fields by @adrianlungu in fix:@goEmbedInterfacegenerating double-pointer getters for nullable fields #4258New Contributors
Full Changelog: v0.17.93...v0.17.94
This discussion was created from the release v0.17.94.
Beta Was this translation helpful? Give feedback.
All reactions