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
# Description
The link_id field no longer needs to be a valid UUID v4.
Any non-empty string is now accepted. This relaxes
validation in both the config and datapath crates.
## Type of Change
- [ ] Bugfix
- [x] New Feature
- [ ] Breaking Change
- [x] Refactor
- [ ] Documentation
- [ ] Other (please describe)
## Checklist
- [x] I have read the [contributing
guidelines](/agntcy/repo-template/blob/main/CONTRIBUTING.md)
- [x] Existing issues have been referenced (where applicable)
- [x] I have verified this change is not present in other open pull
requests
- [x] Functionality is documented
- [x] All code style checks pass
- [x] New code contribution is covered by automated tests
- [x] All new and existing tests pass
---------
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Signed-off-by: Mark Marton <mark.p.marton@gmail.com>
Signed-off-by: Michele Papalini <micpapal@cisco.com>
Signed-off-by: amitami2 <amitami2@cisco.com>
Signed-off-by: Sam Betts <1769706+Tehsmash@users.noreply.github.com>
Signed-off-by: Janos Sarusi-Kis <janossk@cisco.com>
Signed-off-by: Mark Marton <30534230+markpmarton@users.noreply.github.com>
Co-authored-by: Mark Marton <30534230+markpmarton@users.noreply.github.com>
Co-authored-by: Michele Papalini <49271675+micpapal@users.noreply.github.com>
Co-authored-by: Amit kumar <amit9116260192@gmail.com>
Co-authored-by: amitami2 <amitami2@cisco.com>
Co-authored-by: Sam Betts <1769706+Tehsmash@users.noreply.github.com>
Co-authored-by: János Sarusi-Kis <janossk@cisco.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Copy file name to clipboardExpand all lines: data-plane/core/config/src/schema/client-config.schema.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@
72
72
]
73
73
},
74
74
"link_id": {
75
-
"description": "Link identifier for this connection, used during link negotiation.\nMust be a valid UUID v4. Defaults to a randomly generated UUID v4.",
75
+
"description": "Link identifier for this connection, used during link negotiation.\nDefaults to a randomly generated UUID v4.",
0 commit comments