Graphback Versions Save

Graphback - Out of the box GraphQL server and client

1.1.2

3 years ago

1.1.2 (2021-02-06)

Bug Fixes

1.1.1

3 years ago

Bug Fixes

1.1.0

3 years ago

Features

  • Added a Kafka template

Bug Fixes

  • graphback-codegen-schema, graphback-core, graphback-datasync, graphback-runtime-knex, graphql-serve
  • graphback-codegen-client
    • #2139 fix: unable to generate subscription query unless mutation operation in model is set to true (@RinkiyaKeDad
  • codegen-schema

Committers: 2

1.1.0-alpha2

3 years ago

1.1.0-alpha1

3 years ago

1.0.1

3 years ago

Features

  • Added ability to override package name in plugin config (#2077, fixed by 4cfd68c)

Bug Fixes

  • Logical or filter selector was not mapped correctly in graphback-runtime-mongo (#2034, fixed by 1ebe7e9)
  • Logical or filter selector was not mapped correctly in graphback-runtime-knex (#2034, fixed by 6d43f28)
  • Logical or predicate was not applied correctly in createInMemoryPredicateFilter (#2034, fixed by 01f9912)
  • GraphQL Migrations did not read auto-incrementing info from database column (#2017, fixed by 83a80cd)
  • Prevent creation of empty Subscription, Query, Mutation resolver objects (#2073, fixed by 97e8267)
  • Fix TypeError: Cannot read property 'page' of undefined error in CRUDService (#2095 fixed by 5143fb6)
  • It was not possible to map a WHERE X IS/IS NOT NULL query in the Knex query mapper (#2095 fixed by d10e918)
  • Prevent creation of empty Subscription, Query, Mutation resolver objects (#2073, fixed by 97e826)
  • Configure relationship auth rule with field instead of database key (#2101, fixed by 525bc9a)
  • Fix Could not find a declaration file for module 'bson' error (#2104, fixed by 4f9ce7c)
  • Add missing interface (#2019, fixed by f46e920)
  • Generate schema subscription fields when mutations are disabled (#2114, fixed by 212eb7a)
  • Don't create Query, Mutation, Subscription empty resolver objects (#2122, fixed by faf172d

1.0.0

3 years ago

INVALID RELEASE

Please use 1.0.1.

1.0.0-beta7

3 years ago

Bug Fixes

  • Don't create Query, Mutation, Subscription empty resolver objects (#2122, fixed by faf172d)

1.0.0-beta6

3 years ago

Bug Fixes

  • Add missing interface (#2019, fixed by f46e920)
  • Generate schema subscription fields when mutations are disabled (#2114, fixed by 212eb7a)

1.0.0-beta5

3 years ago

Bug Fixes

  • Configure relationship auth rule with field instead of database key (#2101, fixed by 525bc9a)
  • Fix Could not find a declaration file for module 'bson' error (#2104, fixed by 4f9ce7c)