Releases: fluree/ledger
Releases · fluree/ledger
v2.0.4
v2.0.3
What's Changed
Full Changelog: v2.0.1...v2.0.3
v2.0.1
What's Changed
- Feature: -Xmx for commands by @cap10morgan in #205
- Add a test for groupBy with orderBy on a different value by @cap10morgan in #208
- Update raft commit to enable automatic raft log repair by @bplatz in #209
- Fix two-tuple var bind by @cap10morgan in #210
- Note that with this change two-tuple subject identifiers must be wrapped in an outer vector / array or they will be interpreted as two different values to bind to the var. E.g. instead of
:vars {"?foo" ["my/pred" "thingy"]}
you'll need to do this instead::vars {"?foo" [["my/pred" "thingy"]]}
- Note that with this change two-tuple subject identifiers must be wrapped in an outer vector / array or they will be interpreted as two different values to bind to the var. E.g. instead of
Full Changelog: v2.0.0...v2.0.1
v2.0.0
Rerelease v2.0.0-beta2 as v2.0.0.
Full Changelog: v2.0.0-beta2...v2.0.0
v2.0.0-beta2
What's Changed
Full Changelog: v2.0.0-beta1...v2.0.0-beta2
v2.0.0-beta1
What's Changed
- Update upstream docker images for 1.x by @cap10morgan in #181
- FC-1429: use bugfix version of db dependency by @zonotope in #188
- Fix homebrew installs by @cap10morgan in #194
- Add some tests for role rule fns by @cap10morgan in #196
- Add a couple tests for filter vars by @cap10morgan in #197
- Support :json pred parsing & add tests for it by @cap10morgan in #198
- Add a test for deserializing JSON in query w/ orderBy by @cap10morgan in #199
Full Changelog: v2.0.0-alpha6...v2.0.0-beta1
v1.0.5
What's Changed
- Allow setting the fluree.db log level w/ an env var by @cap10morgan in #178
- Update upstream docker images for 1.x by @cap10morgan in #181
- FC-1429: use bugfix version of db dependency by @zonotope in #188
- Fix homebrew installs by @cap10morgan in #194
- Fix delete-ledger api fns by @cap10morgan in #195
Full Changelog: v1.0.4...v1.0.5
v2.0.0-alpha6
What's Changed
- Bug/reify db failure by @zonotope in #160
- Fix garbage-collect-ledger http api by @cap10morgan in #166
- Fix single cardinality tempids by @cap10morgan in #168
- Allow setting the fluree.db log level w/ an env var by @cap10morgan in #178
- Update old snapshot format w/ :dbs to :ledgers when we read them in from disk by @cap10morgan in #179
- Feature: structured logging by @cap10morgan in #182
- Update upstream docker images by @cap10morgan in #180
- Fix shorter arities of validate-idx-continuity by @cap10morgan in #183
- FC-1431: fix/unresolve nodes by @zonotope in #191
- Add orderBy variable query tests by @cap10morgan in #193
Full Changelog: v2.0.0-alpha5...v2.0.0-alpha6
v2.0.0-alpha5
What's Changed
- Eliminate unnecessary sleeps in tests by @cap10morgan in #173
- Make basic & analytical query tests idiomatic by @cap10morgan in #174
- Bump fluree/db dep for latest by @bplatz in #177
- Add tests for some query types by @cap10morgan in #175
- FC-1425: Fix/raft startup missing ledger by @zonotope in #176
Full Changelog: v2.0.0-alpha4...v2.0.0-alpha5
v2.0.0-alpha4
What's Changed
- FC-1418 - add tests by @bplatz in #170
- FC-1419 Fix/limit+order by @bplatz in #171
- Ensure cmd types are keywords by @cap10morgan in #169
- Fix missing bootstrap metadata flakes by @cap10morgan in #172
Full Changelog: v2.0.0-alpha3...v2.0.0-alpha4