This repository was archived by the owner on Jan 28, 2026. It is now read-only.
v0.4.0
Added
- GraphQL replication service gets and verifies new entries and inserts them into the db #137
- Dynamically generated GraphQL types and query fields for accessing materialised documents #141 🥞
validationanddomainmodules used for publish and next args API #204 🥞- Schema task and schema provider that update when new schema views are materialised #166 🥞
- Service ready signal #218
- Validate operations against their claimed schema #245
Changed
- Refactor scalars and replication API, replace
graphql-clientwithgql_client#184 - Give error types of worker a string for better debugging #194
- Bump
p2panda-rswhich now supports log id's starting from0#207 - Removed unused field
entry_hashfrom operation data model #221 - Detach test helpers from test storage provider implementation #237
- Remove
Scalarsuffix from scalar types in GraphQL schema #231 - Implement new API for untagged operations #245
- Use
DocumentStoretrait fromp2panda_rs#249 - Increase broadcast channel sizes #257
- Use transaction in
insert_document()#259 - Use
Humandisplay strings in info logging #251 - Implement
p2panda-rsAPI changes forPublicKeyandprevious()#262
Fixed
- Don't return errors from
SchemaStorewhen a schema could not be constructed #192 - Filter out deleted documents in
get_documents_by_schemaSQL query #193 - Resolve implicit
__typenamefield on dynamically generated GraphQL objects #236 - Allow
Content-Typeheader #236 - Do not forget to register
DocumentIdScalar#252 - Fix pagination during replication #199
- Load
DocumentIdto be able to resolve it in meta field query #258
Mushroom Time
- Write a lib-level doc string #263