v0.3
Pre-release
Pre-release
⚠️ 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.