Releases: fluree/server
Releases · fluree/server
v3.0.0-alpha2
Docker image: https://hub.docker.com/r/fluree/server/tags?name=v3.0.0-alpha2
What's Changed
- Add initial readme by @bplatz in #1
- Remote connection support in server by @bplatz in #2
- Sync up w/ latest http-api-gateway changes by @cap10morgan in #3
- Feature: linting and CI by @cap10morgan in #4
- Update to latest fluree/db with nameservice abstraction by @bplatz in #5
- Fix Docker Build/Run Issues by @aaj3f in #6
- Allow overriding default context w/ a JSON or EDN file by @cap10morgan in #7
- Update transact/create handling to use new insert syntax by @dpetran in #8
- fix default conn default context by @dpetran in #10
- Add pending tests stuff like in db by @cap10morgan in #14
- Format code in a couple of test namespaces by @cap10morgan in #15
- Feature/where syntax update by @bplatz in #18
- Feature/subscription by @bplatz in #13
- update fluree api usage by @dpetran in #19
- Update dep & upstream versions to latest by @cap10morgan in #20
- Add :run-dev alias by @cap10morgan in #21
- Move tx-queue/acquire-lock call to process-transactions by @cap10morgan in #22
- Add tests for txns w/ where clauses by @cap10morgan in #23
- Fix/remove default context by @zonotope in #24
- Feature: signed auth by @dpetran in #30
- Add cljfmt config by @cap10morgan in #25
- Run cljfmt fix src test build.clj by @cap10morgan in #26
- Add cljfmt check in CI pipeline by @cap10morgan in #27
- Correct clj-kondo errors and warnings by @cap10morgan in #28
- Lint w/ clj-kondo in CI by @cap10morgan in #29
- Fix formatting of f.s.consensus.handlers.create-ledger by @cap10morgan in #31
- Add optional git pre-commit hooks for cljfmt & clj-kondo by @cap10morgan in #32
- Fix git sha of cljfmt fork & update README by @cap10morgan in #33
- Handle nil values in cljfmt results by @cap10morgan in #34
- update json-ld dep by @dpetran in #35
- add test for successful jws tests by @dpetran in #36
- update db dep by @dpetran in #38
- add tests to verify list deletion by @dpetran in #39
- Task/adopt storage proto by @dpetran in #42
- Update GitHub workflow deps to latest versions by @cap10morgan in #45
- Try installing clojure cli too in CI by @cap10morgan in #46
- Use latest compatible third-party deps by @cap10morgan in #47
- Feature/sync sid calculation by @zonotope in #40
- Allow running linters on existing code by @cap10morgan in #44
- feat: Add user fluree to run the container as non-root by @tty47 in #49
- Refactor Consensus Protocol by @zonotope in #48
- require application/jwt content type for jwt requests by @dpetran in #52
- update db dependency by @zonotope in #53
- Update to latest db main HEAD by @cap10morgan in #59
- Update clojure & other deps to latest by @cap10morgan in #60
- Fix/save raw txn by @dpetran in #61
- Fix/remove db ledger dependency by @bplatz in #62
- Add .clj-kondo/ci-config.edn to git by @cap10morgan in #63
- Tell clj-kondo to ignore migrate ns for now by @cap10morgan in #64
- Move jar make target back into default position by @cap10morgan in #65
- Index queue integration by @zonotope in #67
- Add additional .PHONY tags to appropriate make targets by @cap10morgan in #66
- Use hopefully soon-to-be-official cljfmt lib entrypoint by @cap10morgan in #57
- Add fix bb task to run cljfmt fix on code by @cap10morgan in #58
- Refactor/policy query by @bplatz in #73
- Use new fluree.db top level api namespace by @zonotope in #70
- Refactor/integrant by @zonotope in #72
- Fix policy API tests by @bplatz in #74
- Standalone consensus component by @zonotope in #75
- Use new no-consensus by default by @bplatz in #69
- User JSON Configuration by @zonotope in #78
- Refactor/dev namespaces by @bplatz in #79
- Better defaults by @zonotope in #81
- Fix/multi server raft by @bplatz in #80
- Shared LRU cache across connections by @bplatz in #82
- Fix/profile argument by @zonotope in #83
- Fix/indexing options by @bplatz in #86
- Feature/sid migration task by @dpetran in #87
- Update tests to use default policy rules by @bplatz in #90
- update json-ld and db deps - prevent variable expansion by @dpetran in #91
- Add tests, update dep for fluree/db feature/policy-classes by @bplatz in #92
- add extra error logging and take from migration channel by @dpetran in #89
- Feature/closed mode by @dpetran in #93
- Fix/query schema coercion by @dpetran in #97
- Add policy Fluree-Policy* headers for policy SPARQL by @bplatz in #98
- Federated queries across servers by @zonotope in #96
- Fix Catalog Deletes by @aaj3f in #99
fix/inline-values
db
version update by @aaj3f in #100- Fix Long->String by @aaj3f in #102
- Required policy support by @dpetran in #103
- Allow environment variables in server configs by @zonotope in #101
- Watcher and subscription protocols by @zonotope in #104
- Fix Hanging Transactions by @zonotope in #107
- Fix existing ledger instantiation by @zonotope in #109
- update db dep -> sparql boolean support by @dpetran in #110
- update db to fix match-id lookups by @dpetran in #111
- handle nil value during normalization by @aaj3f in #112
- Fix remote nameservices by @zonotope in #113
- Fixes json-ld commit expansion bug by @aaj3f in #114
- Broadcast Protocol by @zonotope in #115
- Unblock transaction queue in the case of errors by @zonotope in #116
- Latest fluree/db, no need for 'prepare' by @bplatz in #119
- Updates to work with no fluree ns needed db by @bplatz in #120
- Separate broadcast and watcher by @zonotope in #121
- Feature/sparql protocol query by @dpetran in #117
- add tx-id to transaction errors by @dpetran in #123
- add support for application/sparql-update transaction requests by @dpetran in #126
- Feature/bm25 persist by @aaj3f in #129
- Feature/consensus broadcast by @zonotope in #128
- ensure shacl shapes are used for validation on load by @dpetran in #130
- Feature/store transaction by @zonotope in #131
- update db to fix stale policy wrapping by @dpetran in #132
- update db to fix sparql lang results by @dpetran in #133
- Publish Release on Tag by @kurtharriger in #134
New Contributors
- @bplatz made their first contribution in #1
- @cap10morgan made their first contribution in ht...