| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| cayley_0.7.6_darwin_386.tar.gz | 2019-10-14 | 16.1 MB | |
| cayley_0.7.6_linux_amd64.tar.gz | 2019-10-14 | 16.1 MB | |
| cayley_0.7.6_linux_arm64.tar.gz | 2019-10-14 | 15.2 MB | |
| cayley_0.7.6_windows_amd64.zip | 2019-10-14 | 16.2 MB | |
| cayley_0.7.6_darwin_amd64.tar.gz | 2019-10-14 | 16.6 MB | |
| cayley_0.7.6_linux_386.tar.gz | 2019-10-14 | 15.6 MB | |
| cayley_0.7.6_linux_armv6.tar.gz | 2019-10-14 | 15.4 MB | |
| cayley_0.7.6_windows_386.zip | 2019-10-14 | 15.6 MB | |
| checksums.txt | 2019-10-14 | 778 Bytes | |
| README.md | 2019-10-14 | 1.4 kB | |
| v0.7.6.tar.gz | 2019-10-14 | 4.6 MB | |
| v0.7.6.zip | 2019-10-14 | 4.8 MB | |
| Totals: 12 Items | 136.1 MB | 0 | |
The long anticipated release brings a lot of bug fixes and some performance improvements, especially for KV backends.
Highlights
Backends
- New SQLite backend (https://github.com/cayleygraph/cayley/pull/751).
- KV and NoSQL backends migrated to Hidalgo.
- Initial import to KV backends should be much faster now (https://github.com/cayleygraph/cayley/pull/803).
Query languages
- A new
Order()iterator and corresponding method for Gizmo (https://github.com/cayleygraph/cayley/pull/796). - Set of changes to Gizmo to make it more Gremlin-compatible (https://github.com/cayleygraph/cayley/pull/822, https://github.com/cayleygraph/cayley/pull/849, https://github.com/cayleygraph/cayley/pull/859).
- Gizmo can now emit JSON-LD via HTTP API if appropriate
Acceptheader is set (https://github.com/cayleygraph/cayley/pull/821).
Bug fixes
- A lot of bug fixes for queries, backends, etc. See the full changelog for details.
Go library
- Switched to Go modules.
- Quads package split to it's own repository.
Breaking changes
- The
query.Sessioninterface changed to be more user-friendly.
Note: Cayley haven't reached 1.0 yet, thus you should pin a specific version in go.mod to avoid breaking changes. We try hard to minimize those.