Skip to content

v3.0.0

Choose a tag to compare

@DavidMStraub DavidMStraub released this 04 May 12:12
· 71 commits to master since this release

Gramps Web API 3.0 based on Gramps 6.0

This is a new major release of Gramps Web API based on Gramps 6.0.

Gramps 6.0 includes a new major release of the Gramps core library, introducing changes to the Gramps database schema. (For experts, one of the most important changes is that Gramps no longer stores family tree objects as binary "blobs", but as human-readable JSON, which makes it even more future-proof and even easier to use with Gramps Web API, which is based on exchanging data in JSON format).

As with every major release of Gramps Web API, upgrading requires additional steps to make sure the database schema upgrade runs smoothly.

Please back up your tree before you upgrade.

Detailed upgrade steps can be found on the Gramps Web documentation site.