fluree / core

Fluree releases and public bug reports
0 stars 0 forks source link

Deprecate (or possibly remove) `defaultContext` APIs & Behavior #55

Closed aaj3f closed 6 months ago

aaj3f commented 7 months ago

Description

Core has decided for a few reasons that db (and server by extension) should not be responsible for managing a default context:

While use of the endpoints will be deprecated (or removed from mention) in docs and internal tooling client code, we should also (at least) make the APIs private and/or simplify our txn/query expansion code by simply removing the capabilities altogether.

mpoffald commented 6 months ago

This was completed by https://github.com/fluree/db/pull/701 and https://github.com/fluree/server/pull/24