According to the spec requirements, the client (>0.3) must emit the version. If the version is not provided, 0.3 should be set as a default. At the moment, the SDK is setup to accept only 1.0 due to lack of compat layer.
Once the compatibility is added, accepting the default 0.3 should be a correct behavior.
According to the spec requirements, the client (>0.3) must emit the version. If the version is not provided,
0.3should be set as a default. At the moment, the SDK is setup to accept only1.0due to lack of compat layer.Once the compatibility is added, accepting the default
0.3should be a correct behavior.