Skip to content

Add $min document transforms - #468

Merged
ajroetker merged 5 commits into
mainfrom
codex/pr416-min-fixes
Aug 12, 2026
Merged

Add $min document transforms#468
ajroetker merged 5 commits into
mainfrom
codex/pr416-min-fixes

Conversation

@ajroetker

Copy link
Copy Markdown
Contributor

What changed

  • add $min to the public transform schema and regenerate the Go, Python, TypeScript, and Zig SDK types
  • implement numeric $min across Zig batch, transaction, serverless, and replication transform paths
  • add unit, SDK, parser, and E2E regression coverage for lower, unchanged, missing-field, and upsert behavior

This extracts only the $min work from #416; it includes none of that PRs permission or MemoryAF changes.

Validation

  • make build-docs
  • Go metadata and SDK generation
  • Python, TypeScript, and Zig OpenAPI generation
  • GOWORK=off GOEXPERIMENT=simd go test ./... in go/pkg/sdk
  • focused Go metadata OpenAPI contract test
  • Python SDK: 15 passed
  • TypeScript SDK: 119 passed, 1 skipped
  • focused Zig $min storage test: 1 passed, 0 leaked
  • git diff --check

The deprecated Go E2E package compile check remains blocked by pre-existing origin/main API drift in LocalStorageConfig and RestoreJob.Status.

@ajroetker
ajroetker merged commit eac302e into main Aug 12, 2026
26 of 28 checks passed
@ajroetker
ajroetker deleted the codex/pr416-min-fixes branch August 12, 2026 03:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant