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

0.16.0-alpha1

Pre-release
Pre-release

Choose a tag to compare

@machi1990 machi1990 released this 03 Aug 07:09
· 458 commits to master since this 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