You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parity with the Java flowvault SDK:
- update(): send updateType to the API (was silently dropped). Wired the
regenerated update endpoint's updateType through the controller, converting
the public UpsertType enum to its wire value and omitting it when unset.
- Add typed DetokenizeResponseRecordMetadata for the metadata field on both
unary and bulk detokenize responses (was an untyped dict).
- Rename public ColumnRedaction -> ColumnRedactions (matches Java; pre-release,
no alias). Generated wire type untouched.
- Type update_type as UpsertType on UpdateRequest and UpsertOptions.
Internal HTTP tuning (not exposed via VaultConfig):
- httpx connection pool defaults: max_connections=100, max_keepalive_connections=100,
keepalive_expiry=60s (was 20 / 5s) to reduce connection churn.
- Raise bulk insert/detokenize MAX_CONCURRENCY cap from 10 to 100.
Tests updated accordingly.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments