This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
Releases: aerogear/graphback
Releases · aerogear/graphback
0.16.0-beta1
fix(datasync): remove unused import from template
0.16.0-alpha7
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
Update docs/datasync/conflict-resolution-intro.md Co-authored-by: Manyanda Chitimbo <manyanda.chitimbo@gmail.com>
0.16.0-alpha5
- DataSync Conflict resolution
0.16.0-alpha4
0.16.0-alpha3
See full changelog
0.16.0-alpha2
Bug Fixes
- Fixes #1813 where an error was thrown calling crud operations
0.16.0-alpha1
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 typeObjectID
. - #1731, #1626 Ineffecient and wrong mapping of the
Bug Fixes
- Do not remove directives on Object Types in generated schema (#1767), fixed by (22c7a1da62e2752a21db4e4552e970aa93ba37ae)
0.15.1
0.15.0
New Features
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