v3.0.0-alpha1
Pre-release
Pre-release
·
3776 commits
to main
since this release
This the inaugural release of JSON-LD Fluree! Quite a bit has changed since Fluree 2.x, and we're still working on documenting it all. But feel free to play around with what's here.
What's Changed
- Feature/shadow cljs by @dpetran in #193
- FC-1437: fix/query limit by @zonotope in #207
- Introduce tools.build by @cap10morgan in #209
- Feature: generate source links in CLJ API docs by @cap10morgan in #211
- Feature/jld protocols by @zonotope in #213
- Feature/jld select iri resolution by @bplatz in #214
- Updates index-range to support datatype as part of range call by @bplatz in #217
- Feature/spo query (issue #216) by @bplatz in #220
- Feature/deletes #215 by @bplatz in #219
- Isolate Tests by @zonotope in #244
- Encapsulate Index by @zonotope in #218
- create connections in each test by @zonotope in #246
- #240 Allows @context @reverse declarations in queries to return prope… by @bplatz in #247
- Fix instructions for installing babashka by @mpoffald in #255
- #248 Add initial support for 'optional' queries (single statement only) by @bplatz in #252
- Add initial SPARQL parser tests + minor fixes by @mpoffald in #257
- Fix/load by @dpetran in #256
- Feature/grouped aggregates by @zonotope in #259
- Feature: Coerce more xsd datatypes by @cap10morgan in #260
- Feature/union query by @bplatz in #261
- This addresses the @context not working properly in JS by @bplatz in #262
- Add ungrouped aggregations; group before ordering by @zonotope in #265
- Fix/large groups by @zonotope in #263
- initial support for filters in
where
clauses by @mpoffald in #270 - fix ClassCastException in simple-subject-crawl by @mpoffald in #274
- EcdsaSecp256k1RecoverySignature2020 for commit credentials by @dpetran in #275
- Fix filters in simple-subject-crawl by @mpoffald in #278
- Feature: support ISO-8601 datetimes in time travel queries by @cap10morgan in #273
- opst index range not returning correct results, perf improve by @bplatz in #285
- Allow index's sid to be pulled in query results by @bplatz in #287
- Replace pauses with current time stubs in iso8601 tests by @cap10morgan in #288
- Changes I made for the http-api-gateway component by @cap10morgan in #290
- Fix for string context use from JS API for
stage
by @bplatz in #299 - Add basic policy support for query by @bplatz in #295
- Inconsistent nested tx node results without IRIs, support multiple identical @id in same tx by @bplatz in #302
- rename js artifacts and trim api down to the json-ld api by @dpetran in #306
- Spike/result bindings by @zonotope in #304
- Verify cred-wrapped transactions and queryies before processing by @dpetran in #294
- Mixed data types by @zonotope in #330
- decrease GHA build time by @flyingmachine in #305
- Make sure subClassOf predicate uses Class sid range by @bplatz in #336
- re-enable simple-subject-crawl for some queries by @mpoffald in #340
- Make stage & commit! args more explicit by @cap10morgan in #343
- add history query functionality by @dpetran in #341
- update new tests to use new commit! arity by @dpetran in #345
- Fix/rdfs class by @zonotope in #347
- Fix multi-cardinality predicates when loading ledgers by @cap10morgan in #349
- Policy enforcement for non-graph-crawl queries by @cap10morgan in #352
- Revert root short-circuit in allow-flake(s) by @cap10morgan in #353
- Feature/policy parse by @bplatz in #350
- Feature/multi query by @zonotope in #358
- Fix index-range bug, add test by @bplatz in #363
- Remove some unused namespaces by @bplatz in #366
- Fix/ssc perm by @bplatz in #365
- Enforce policies for transactions by @bplatz in #367
- history query improvements by @dpetran in #362
- Feature/having by @zonotope in #368
- pass around cache atom instead of cache closure by @dpetran in #369
- Remove unused dependencies by @bplatz in #372
- Fix context bugs by @cap10morgan in #373
- Feature/nested filters by @zonotope in #374
- Rename js? opt -> :context-type [:string|:keyword] by @cap10morgan in #375
- Fix string context merging by @cap10morgan in #377
- Fix nested nodes in commits by @cap10morgan in #385
- Feature/value binding by @zonotope in #382
- Feature/select distinct by @zonotope in #383
- Fix self-referencing nested nodes by @cap10morgan in #387
- Support for returning commits from /history by @mpoffald in #379
New Contributors
- @mpoffald made their first contribution in #255
- @flyingmachine made their first contribution in #305
Full Changelog: v2.0.0-beta1...v3.0.0-alpha1