Skip to content

v0.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@PaulLeCam PaulLeCam released this 06 Oct 13:49
· 183 commits to main since this release
v0.3.0
4f26aa8

⚠️ Breaking changes

This version uses a different format of models, which is a breaking change from v0.2.x. Composites and models created with v0.2.x are not compatible with v0.3 and will need to be re-created.

Other changes

Added support for relations between documents

This allows to specify properties on a model as containing references to other documents that can be used to directly access the referenced document as well as querying the other side of the relation.

Added support Ceramic admin APIs to index

This allows the ComposeDB libraries and tools to notify the Ceramic node of models to index, rather than having to explicitly set them in Ceramic's configuration file.
The Ceramic node needs to be configured as documented to support these changes.