Skip to content

CodeGen 5.3.8

Choose a tag to compare

@SteveIves SteveIves released this 26 Oct 20:09
· 765 commits to master since this release

CodeGen Release Notes

  • We added new structure expression tokens <IF GET_ALL_ENDPOINT>, <IF GET_ENDPOINT>, <IF POST_ENDPOINT>, <IF PUT_ENDPOINT>, <IF PATCH_ENDPOINT>, <IF DELETE_ENDPOINT>, <IF ALTERNATE_KEY_ENDPOINTS> and <IF PROPERTY_ENDPOINTS>. These expressions are primarily intended for use when building REST APIs that expose Synergy data as they are intended to provide a mechanism to suppress the creation of certain types of operation on a structure by structure basis.
  • We added new relation loop expression tokens <IF TO_STRUCTURE_INCLUDED> and <IF TO_STRUCTURE_NOT_INCLUDED>. When processing a relation these new expressions allow you to determine whether the target structure of the relation being processed is also included in the code generation operation.
  • This version of CodeGen was built with Synergy/DE 10.3.3f and requires a minimum of version 10.1.1 to operate.

Symphony Framework Components

  • There were no Symphony Orchestrator changes in this release.
  • There were no Symphony Framework CodeGen Extensions changes in this release.