Skip to content

v1.22.0

Choose a tag to compare

@github-actions github-actions released this 25 Jun 13:09

Compatibility Notes

  • The properties isMulti of the typeVdmFunctionImportReturnType and isMultiLink as well as multiplicity of VdmNavigationProperty were deprecated and replaced by isCollection.
  • The interface VdmServiceMetadata now also contains a property oDataVersion that is mandatory.
  • Due to a fix in the generator regarding the name clash it is possible that the order of suffixes could change.
    If you regenerate a VDM with a name clash Entity_1 and Entity_2 could be swapped.

New Functionality

  • Add experimental support for OData v4 to the generator.

Fixed Issues

  • Fix the generator so that the builder function for nested complex types is correctly typed.
  • Fix the generator so that entity names ending with the word Type do not lead to name clashes anymore.