Version 0.15.7
Breaking changes:
- SimpleGQL: no longer takes the schema_file and graph as regular arguments, but
as--schema-fileand--data-taginstead. - Rename
ZEFDB_CONFIG_PATHtoZEFDB_SESSION_PATH schemazefop renamed toblueprint
New features:
-
SimpleGQL:
- all main module arguments can be passed as environment variables,
e.g. instead of--schema-fileyou can useSIMPLEGQL_SCHEMA_FILE.
Commandline args take priority. --init-hookoption to run a hook on every startup@dynamic(hook: "...")option for field resolvers
- all main module arguments can be passed as environment variables,
-
Tokens are cached in the session directory
-
Dictionary syntax for graph wishes:
{ET.Something: {RT.A: 3, RT.B: 4}} -
set_fieldoperation for atomically updating "fields"
Fixes:
loginauth flow was broken for the new default of statically built libzef.