cayley v0.7.4-2 Release Notes

Release Date: 2018-06-03 // almost 6 years ago
  • ๐Ÿš€ This release fixes few bugs and adds label support for the schema lib.

    Highlights

    • Schema lib now allows adding a label to all written quads (1a0c7cb)
    • ๐Ÿ›  Fixed a bug with KV backend that allowed to write duplicate quads in the same TX (#675)
    • All() query for nodes now honors a query limit (#718). Previous behavior can be achieved by passing ?limit=-1 parameter.

    ๐Ÿ“Œ As always, we expect Go users to pin a specific Cayley version tag with dep.

    Changelog on Github โšก๏ธ dennwc: graphql: update dependency and test filter with multiple values dennwc: schema: allow to specify quads label on write ๐Ÿ›  dennwc: bolt: do not insert duplicate quads found in the same tx; fixes #675 โœ… dennwc: set a correct limit in integration tests dennwc: cli: assume stdout as an output when no arguments are specified ๐Ÿ›  dennwc: gizmo: All should honor a query limit; fixes #718 โšก๏ธ robfig: cayley-single.yml: update version tag to latest