Skip to content

Releases: google/badwolf

0.2.0 stable release

16 Feb 17:27
Compare
Choose a tag to compare

This release contains changes on the storage.Store and storage.Graph API. They are the result of fixing the channel creation allowing users of the drivers to control sizes and creation life cycle. It also contains major revamp of the Query planner concurrency after the API change on the store package.

Change log:

616486e Promoting to 0.2.0 stable.
aebe195 Expose the channel capacity on BQL query planner.
cae4947 Updated concurrency model after the API changes on store.Storage and storage.Graph.
528e704 Update the bw cli documentation after the later updates.
f79dda7 Force story sources cleaning to avoid interfering across them.
cf800f4 Assertion name tweaking.
92f9d6d Improvements to the layout of the Assert command on bw cli.
73c706d Refactor the command line tool.
4497788 Allow clients to configure the results channel.
30b9035 Merge pull request #33 from defrager/Typos
12f3bfe Merge remote-tracking branch 'refs/remotes/google/master' into Typos
38b1750 Merge remote-tracking branch 'refs/remotes/google/master' into Typos
2273499 Add new depencency to Travis CI.
543f77e Plumb context on the storage API.
bcce92f Enable -race detector for tests on Travis
ed9a995 Fixed couple typos
72b78f8 Merge pull request #31 from defrager/master
9f577b2 Highlight that there is not API stability
3db96ac Bump the version to indicate incompatible changes
a3728c4 Update comments for changed functions.
ba6672a Replace S/P/O to Subject/Predicate/Object
db5dc8d Clean up on the Storage interface comments.
0912a33 Fix extra punctuation dot.
d4d321a Add GraphNames functionality to the Storage interface.
2f0f52e Clean up after go vet
6df4817 Start work on 0.1.1 dev

Stable cut of the 0.1.0

10 Feb 15:33
Compare
Choose a tag to compare

First stable release of the BadWolf. Contains the fully implemented v1 of the query language, the specification of the storage interfaces to write specific drivers, and a volatile memory backend.

0.1.0 release candidate 2

06 Feb 08:08
Compare
Choose a tag to compare
Pre-release

Second release candidate for version 0.1.0. Should be ready for testing BQL functionality and semantics.

0.1.0 release candidate 1

28 Jan 18:22
Compare
Choose a tag to compare
Pre-release

Initial release candidate for version 0.1.0. Should be ready for testing BQL functionality and semantics.