Commit f3fb618
docs: drop refused dotted-fields remedy from v17 release notes (#8393)
The v17.mdx removed-features row for the fields[] object form
prescribed a dotted path (fields: ['owner.name']) as a fallback
alongside expand. That spelling is now refused at both doors (REST
ingress since #7532/PR #7588, engine find/findOne since #7589/PR
#8327), so the remedy pointed upgraders straight into the refusal
it was meant to route around.
Per the card's own prescription: drop the dotted alternative, keep
expand alone with the reference column preserved in the projection.
Fixes #8329
Claude-Session: https://claude.ai/code/session_01Jqe56GnYFddggeAyfkZFVz
Co-authored-by: Claude <noreply@anthropic.com>1 parent 75fd301 commit f3fb618
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
974 | 974 | | |
975 | 975 | | |
976 | 976 | | |
977 | | - | |
| 977 | + | |
978 | 978 | | |
979 | 979 | | |
980 | 980 | | |
| |||
0 commit comments