Skip to content

Releases: SimonCropp/GraphQL.EntityFramework

15.0.1

29 Jun 03:24

Choose a tag to compare

As part of this release we had 71 commits which resulted in 1 issue being closed.

Bug

  • #723 Fix SetField order

14.0.0

09 Feb 02:18

Choose a tag to compare

As part of this release we had 82 commits which resulted in 1 issue being closed.

Improvement

  • #631 Remove AND + OR from Connector

13.0.0

09 Feb 02:15
ca46012

Choose a tag to compare

As part of this release we had 90 commits which resulted in 1 issue being closed.

Feature

  • #594 Make disable tracking optional

10.1.0

14 Jul 03:12

Choose a tag to compare

As part of this release we had 25 commits which resulted in 1 issue being closed.

Feature

  • #463 Add support to GraphQL fragments and interfaces

10.0.0

14 Jul 03:12

Choose a tag to compare

As part of this release we had 2 issues closed.

Features

  • #421 Add Automap
  • #12 Auto generate graphtypes

9.3.0

26 Jan 09:12

Choose a tag to compare

As part of this release we had 190 commits which resulted in 1 issue being closed.

Improvement

  • #271 netstandard2.0 compatibility

9.1.0

26 Jan 09:12

Choose a tag to compare

As part of this release we had 206 commits which resulted in 3 issues being closed.

Improvements

  • #264 Also attempt to resolve DbContext from the current scoped http request
  • #263 add ResolveDbContext to IEfGraphQLService and QueryGraphType
  • #222 Sample project - cannot resolve scoped db context from root provider.

9.0.0

26 Jan 09:12

Choose a tag to compare

As part of this release we had 213 commits which resulted in 1 issue being closed.

Improvement

  • #253 Update to EntityFrameworkCore 3.0

8.0.0

26 Jan 09:12

Choose a tag to compare

As part of this release we had 309 commits which resulted in 5 issues being closed.

Improvements

  • #228 Add more Constraints to generics
  • #227 Add API to pass in explicit IModel
  • #226 Allow filters to be scoped
  • #225 Rename GlobalFilters to Filters
  • #224 Rename DbContextFromUserContext to ResolveDbContext

7.0.0

26 Jan 09:12

Choose a tag to compare

As part of this release we had 408 commits which resulted in 4 issues being closed.

Improvements

  • #216 make Scalars internal
  • #215 remove EfGraphQLConventions non IServiceCollection overloads
  • #207 Suggestion: Add overload for RegisterInContainer that pulls the DbContext from the service provider
  • #202 Suggestion: Allow nullable AddSingleField queries