Compatibility Notes
- The return type of
Entity.getUpdatedProperties
was incorrect and was corrected toRecord<string, any>
.
Fixed Issues
- Fix serialization of linked entities with custom fields.
- Fix setting of remote state on entities to replace old state instead of merging with old state. This also fixes how custom fields are handled in the remote state.
- Fix return type of
Entity.getUpdatedProperties
toRecord<string, any>
. - Ship templates files that are used in the OpenAPI generator.