Hi! I was reading Simpler and better DSDL versioning and
Specification 1.0 and I am not sure I understand how the different versions are handled in API…
Will each version of a type be sent as seperate message, and in turn, the application needs to handle multiple services/subscriptions (one for each), or will the API supply a single interface with parameters telling what version is currently handled?
But I guess some intelligence is build into the stack due to the limit of 3 handled major versions.