Zef v0.16.0 Release Notes

  • ๐Ÿ†• New features:

    • VALUE_NODEs as low level blobs. Attribute entities now reference values and reuse stored blobs.

    • Val(...) syntax in a GraphDelta will create a value node.

    • Can load and save graphs locally.

    ๐Ÿ›  Fixes:

    • Graphs record which ET/RT/ENs they are using again.

    • Issues with value nodes in graph caches.

    ๐Ÿ‘Œ Improvements:

    • SimpleGQL:

      • Custom routes handled by hooks can be given as Zef.Route lines in the graphql file.
    • ๐Ÿ”จ Refactor GraphQL module from gql to graphql.

    • ๐Ÿ‘Œ Improvements to many FX.

    • ๐Ÿ‘Œ Improvements to many ZefOps.

    • โšก๏ธ More flexible graph update process, allowing concurrent processing.

    • 0๏ธโƒฃ Compact view for graphviz as default.

    • Many improvements to FlatGraphs

    ๐Ÿ’ฅ Breaking changes:

    • ๐Ÿš€ We have removed Windows support for this release. We are aiming to reintroduce it for the next release.