Releases: asemio/otto-the-geek
Releases · asemio/otto-the-geek
Rework almost everything to separate DI from graph type building
2.0.4-alpha fix ci config
Toast even more obsolete libs
2.0.3-alpha toast obsolete libs
Remove now-obsolete packages
2.0.2-alpha remove now-unneded graphql libs
Add config delegate
2.0.1-alpha pass through config delegate
Upgrade Upstream Libraries to Latest
This release upgrades the underlying GraphQL-dotnet libraries to the latest version (at the time, 7.2.2).
Bugfix: Upstream Issues Causing Sporadic NREs
Due to this upstream issue, OttoTheGeek can sometimes sporadically produce NREs during type resolution. This helps to mitigate the upstream issue.
Alpha: Change Schema Registration to Scoped
1.1.9-alpha let's try scoped instead of singleton
Alpha: Change Schema Registration to Singleton
Per this issue in GraphQL:
graphql-dotnet/graphql-dotnet#1883
This release is registering the GraphQL.Types.Schema object as a singleton. We've had race conditions that manifest in random NREs when attempting to look up graph types.
This is an alpha release pending some manual testing and may break.
Fix issue resolving scalar lists with args
Merge pull request #50 from asemio/primitive-lists-with-args handle scalar lists with args
Allow null keys for context-based resolvers
1.1.6 handle null keys for context resoluion