Closed Roaders closed 4 months ago
IntentResolution. version never had anywhere to come from, so it was deprecated back in 2.0 I think and made optional: https://fdc3.finos.org/docs/2.0/api/ref/Metadata#intentresolution I'd say just go ahead and drop it wherever you have it. The meaning of Intents are supposed to be obvious from their names and they are entirely represented by that name only, so I don't think there is any need to have versioning of them in the Standard anyway.
oh yes, you're right. It was optional so we can just ignore it. Thanks
@Roaders I saw a comment somewhere else about releases, but I'm struggling to find it now. If you can point me at it I'll get you an answer.
Do you mean this: https://github.com/finos/FDC3/commit/20ddf5966a4d103b5409125365b36705fa612caf ?
Yes thats it, will reply over there.
Question Area
Question
Whilst implementing a
DesktopAgentProxy
we noticed thatIntentResolution
(the return value fromraiseIntent
) hasversion
on it butRaiseIntentResponse
does not have a version. We were wondering where this version should come from - theDesktopAgentProxy
or the top levelDesktopAgent
.Now whilst writing this question I can see that
IntentResolution
does not have version on it in this repo so I assume that we are just on an old version and we should update?