DATAMIMIC CE v2.2.0 #125
ake2l
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We’re thrilled to announce DATAMIMIC CE v2.2.0, a small follow-up to v2.1 that finalizes the determinism work (domains & seeds) and adds a minimal MCP entry point.
This release keeps your datasets consistent and verifiable—ready for CI, analytics, and agent workflows.
🔥 What’s New in v2.2.0
1️⃣ Determinism Proof (Reproducibility)
Make equality checks explicit across runs.
generateresponses now includedeterminism_proof.content_hash.🧩 Benefit: Simple, machine-checkable regression and CI parity.
2️⃣ Frozen Default Clock
Time-dependent values are reproducible by default.
clock:2025-01-01T00:00:00Z.3️⃣ MCP Entry Point (Opt-In)
A lightweight IDE/agent path for deterministic tools.
datamimic-mcpexposinglist_domainsandgenerate.DATAMIMIC_MCP_HOST,DATAMIMIC_MCP_PORT, optionalDATAMIMIC_MCP_API_KEY.📘 MCP Quickstart:
docs/mcp_quickstart.md4️⃣ Safety Cap
Guard against runaway jobs.
countis limited to 10,000 per request (exceed →422).💼 Why It Matters
⚙️ Upgrade Notes
Determinism Proof
No input changes required. Compare
determinism_proof.content_hashacross runs to assert equality.Clock
If you relied on wall-clock variance, pass a
clockexplicitly in your requests.Batching
For > 10,000 records, split into multiple calls and merge downstream.
MCP (Optional)
Nothing changes for library/CLI users unless you run
datamimic-mcp.Configure auth with
DATAMIMIC_MCP_API_KEYif needed.🧩 Compatibility
This discussion was created from the release DATAMIMIC CE v2.2.0.
Beta Was this translation helpful? Give feedback.
All reactions