Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Releases: aerogear/graphback

0.16.0-beta1

20 Aug 09:28
Compare
Choose a tag to compare
0.16.0-beta1 Pre-release
Pre-release
fix(datasync): remove unused import from template

0.16.0-alpha7

20 Aug 08:59
97a8a67
Compare
Choose a tag to compare
0.16.0-alpha7 Pre-release
Pre-release
fix(schema): missing Date filters (#1906)

* fix(schema): missing Date filters

* docs: add scalar filter support info

* Update docs/crud/queries.md

Co-authored-by: Manyanda Chitimbo <manyanda.chitimbo@gmail.com>

* docs: update release notes

Co-authored-by: Manyanda Chitimbo <manyanda.chitimbo@gmail.com>

0.16.0-alpha6

18 Aug 16:47
Compare
Choose a tag to compare
0.16.0-alpha6 Pre-release
Pre-release
Update docs/datasync/conflict-resolution-intro.md

Co-authored-by: Manyanda Chitimbo <manyanda.chitimbo@gmail.com>

0.16.0-alpha5

17 Aug 18:52
Compare
Choose a tag to compare
0.16.0-alpha5 Pre-release
Pre-release
  • DataSync Conflict resolution

0.16.0-alpha4

12 Aug 11:29
Compare
Choose a tag to compare
0.16.0-alpha4 Pre-release
Pre-release

This releases fixes issues:

  • The loader.load() function must be called with a value,but got: null: #1859
  • Cannot read property 'toString' of undefined: #1860

0.16.0-alpha3

11 Aug 10:30
c90570b
Compare
Choose a tag to compare
0.16.0-alpha3 Pre-release
Pre-release

See full changelog

0.16.0-alpha2

03 Aug 09:54
Compare
Choose a tag to compare
0.16.0-alpha2 Pre-release
Pre-release

Bug Fixes

  • Fixes #1813 where an error was thrown calling crud operations

0.16.0-alpha1

03 Aug 07:09
Compare
Choose a tag to compare
0.16.0-alpha1 Pre-release
Pre-release

New Features

  • Requiring _id: GraphbackObjectID primary key for MongoDB (#1769).
    This fixes issues below related to primary key in MongoDB:

    • #1731, #1626 Ineffecient and wrong mapping of the id field
    • #1625 Filters on "id: ID" field not working

    NOTE: If you are migrating from 0.15 or previous versions of Graphback, you may be required to update relationship fields so that their values (previous stored as String) are of type ObjectID.

Bug Fixes

0.15.1

31 Jul 11:10
56d0158
Compare
Choose a tag to compare

Bug Fixes

  • ensure field directives are mapped to the schema on relationship fields (#1797) (e8bf5c8)

0.15.0

30 Jul 12:47
Compare
Choose a tag to compare

New Features

  • add in-memory subscription filtering (#1748
  • add support for common scalar types (#1749)

Bug Fixes

  • create-graphback was not correctly creating a fullstack application (#1778) (685aa4c)
  • throw an error if relationship annotation are missing (#1766). This fixes #1604 where when no relationship annotation is defined, invalid input fields are added to input type.
  • When no relationship annotation is defined, invalid input fields are added to input type