Compare commits

...

2 Commits

Author SHA1 Message Date
Xuanwo 505bd2ef99 Merge branch 'main' into ticket/ent-1961/strip-request-creation-keys 2026-08-25 15:29:45 +08:00
Wyatt Alt b9ad17a54d fix: keep new_table_* creation keys out of request store options
Connect-level options already split these keys out (parse_from_map);
request-level write options did not, so a request carrying them forked a
fresh store connection instead of reusing the session's, and could
rebuild a provider-backed accessor around a stale map. Both request-level
create paths (listing and namespace-backed, which manifest-enabled
connections route through) now parse and strip the keys at one shared
boundary.
2026-08-21 15:02:38 -07:00

Diff Content Not Available