| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| cayley_0.7.5_linux_arm64.tar.gz | 2018-11-26 | 17.2 MB | |
| cayley_0.7.5_src.tar.gz | 2018-11-26 | 10.5 MB | |
| cayley_0.7.5_windows_386.zip | 2018-11-26 | 17.6 MB | |
| cayley_0.7.5_windows_amd64.zip | 2018-11-26 | 18.2 MB | |
| cayley_0.7.5_darwin_amd64.tar.gz | 2018-11-26 | 18.2 MB | |
| cayley_0.7.5_linux_386.tar.gz | 2018-11-26 | 17.8 MB | |
| cayley_0.7.5_linux_amd64.tar.gz | 2018-11-26 | 18.3 MB | |
| cayley_0.7.5_linux_arm.tar.gz | 2018-11-26 | 17.2 MB | |
| cayley_0.7.5_darwin_386.tar.gz | 2018-11-26 | 17.8 MB | |
| README.md | 2018-11-26 | 2.6 kB | |
| v0.7.5.tar.gz | 2018-11-26 | 4.4 MB | |
| v0.7.5.zip | 2018-11-26 | 4.6 MB | |
| Totals: 12 Items | 161.9 MB | 0 | |
This release brings multiple stability fixes and adds initial support for cyclic objects to the schema lib.
Highlights
Fixes
- Fix bug when deleted a reinserted quad in KV backends (@3pCode, https://github.com/cayleygraph/cayley/pull/747).
- Fix
Optionaliterator not propagating own tags (@phyrwork, https://github.com/cayleygraph/cayley/pull/739). - Update BoomFilter to avoid panic (@hypirion, https://github.com/cayleygraph/cayley/pull/744).
Library
- schema: Support loading and writing objects containing loops (https://github.com/cayleygraph/cayley/pull/745, https://github.com/cayleygraph/cayley/pull/746).
- schema: Fix recursive ID lookup in anonymous fields (@phyrwork, https://github.com/cayleygraph/cayley/pull/733).
- New
Resolveriterator (@phyrwork, https://github.com/cayleygraph/cayley/pull/741). - Add
RefsOftoBatchQuadStoreinterface (@phyrwork, https://github.com/cayleygraph/cayley/pull/742).
As always, we expect Go users to pin a specific Cayley version tag with dep.
Changelog
on [Github](https://github.com/cayleygraph/cayley/compare/v0.7.4...v0.7.5) dennwc: iterator: do not drop an error in resolver phyrwork: Implement Resolver iterator HaraldNordgren: Bump Go versions and use '.x' to always get latest minor versions 3pCode: update test to check all return codes, update variable name. 3pCode: Update authors and contributors 3pCode: Fix bug when deleted a reinserted quad. cristaloleg: Use type-switch dennwc: schema: support loading objects with loops dennwc: schema: split schema package into multiple files phyrwork: Add RefsOf to the BatchQuadStore interface dennwc: schema: support writing structs that contain loops; fix #731 phyrwork: Fix mock store ValueOf implementation never returning nil hypirion: Update dependency revision on BoomFilters phyrwork: Fix Optional iterator not propagating own tags s_guozhuming: run tests for a specific backend implementations s_guozhuming: pull image from remote repository if there is not image at local machine barakmich: change order of dep grabbing barakmich: Update pouchdb version barakmich: fix goja dep, update travis lynic: Correct db name using mongo backend (#723) phyrwork: Fix Config.idFor() recursive ID lookup in anonymous fields (fixes #732) tooolbox: Begin the Glossary (#728) jtorvald: Added unsigned integer types (#725)Special thanks goes to @phyrwork and @3pCode for their contributions.