Skip to content

Releases: asemio/otto-the-geek

Rework almost everything to separate DI from graph type building

06 Apr 20:36
Compare
Choose a tag to compare
2.0.4-alpha

fix ci config

Toast even more obsolete libs

06 Mar 17:12
Compare
Choose a tag to compare
Pre-release
2.0.3-alpha

toast obsolete libs

Remove now-obsolete packages

21 Feb 16:02
Compare
Choose a tag to compare
Pre-release
2.0.2-alpha

remove now-unneded graphql libs

Add config delegate

17 Feb 18:21
Compare
Choose a tag to compare
Add config delegate Pre-release
Pre-release
2.0.1-alpha

pass through config delegate

Upgrade Upstream Libraries to Latest

17 Feb 15:25
377e04f
Compare
Choose a tag to compare
Pre-release

This release upgrades the underlying GraphQL-dotnet libraries to the latest version (at the time, 7.2.2).

Bugfix: Upstream Issues Causing Sporadic NREs

07 Feb 16:45
Compare
Choose a tag to compare

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

07 Feb 14:47
Compare
Choose a tag to compare
1.1.9-alpha

let's try scoped instead of singleton

Alpha: Change Schema Registration to Singleton

24 Jan 18:59
Compare
Choose a tag to compare

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

29 Sep 18:04
4bd447d
Compare
Choose a tag to compare
Merge pull request #50 from asemio/primitive-lists-with-args

handle scalar lists with args

Allow null keys for context-based resolvers

17 Mar 21:10
Compare
Choose a tag to compare
1.1.6

handle null keys for context resoluion