Zef v0.15.8 Release Notes

  • ๐Ÿ†• New features:

    • Rich output in zef.ui, via show, to_table and to_card.
    • splice, alias, ... zefops.
    • Filegraphs and credentials are stored together in directory for ZefHub URL. This may require a new login with your credentials.

    ๐Ÿ’ฅ Breaking changes:

    • ZEFHUB_AUTH_KEY is repurposed for API keys for service jobs. API keys can be created for your account at console.zefhub.io.

    ๐Ÿ›  Fixes:

    • 0๏ธโƒฃ SimpleGQL graphs are kept alive by default.
    • ๐Ÿ›  Fixes in ordering of graph delta commands.
    • Zefops ZefGenerators internally now for reliable iteration.

    ๐Ÿ‘Œ Improvements:

    • FlatGraphs:
      • FlatGraphs can absorbed other FlatGraphs from FlatRefs
    • SimpleGQL:
      • Faster queries/updates with explicit IDs.
      • Queries work in consistent graph slice.
      • debug-level for extra info
    • Core:
      • GraphSlices now hold a reference to their corresponding Graph.