Skip to content

Tags: ddvk/rmapi

Tags

v0.0.34

Toggle v0.0.34's commit message
docs: remove outdated brew

v0.0.33

Toggle v0.0.33's commit message
test: add regression test for v3-mirrored tree writing v4

TestRootIndexWritesV4WhenMirroredV3 directly captures the regression:
a HashTree with SchemaVersion=v3 (as mirrored from an old root) must
still emit a v4-format root docSchema from IndexReader(), and Rehash()
must produce SHA-256 of that v4 body.

Also expand the IndexReader() comment to clarify that
RMAPI_FORCE_SCHEMA_VERSION only overrides the serialized schema format,
not the hash algorithm — forcing v3 is for inspecting failure modes,
not a supported write path.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

v0.0.32

Toggle v0.0.32's commit message
fix: detect root.docSchema from server

v0.0.31

Toggle v0.0.31's commit message
do builds in parallel with matrix

v0.0.30

Toggle v0.0.30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #20 from ddvk/parse_schema4

should fix #19 parse schema v4 index files

v0.0.29

Toggle v0.0.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #8 from noamross/patch-1

Change URL for one-time code

v0.0.28

Toggle v0.0.28's commit message
- set metadata size after modifification (move/rename)

- build container

v0.0.27.1

Toggle v0.0.27.1's commit message
remove http2

v0.0.27

Toggle v0.0.27's commit message
changelog

v0.0.26

Toggle v0.0.26's commit message
upgrade actions