Skip to content

v1.35.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jan 09:21

Compatibility Notes

  • The return type of Entity.getUpdatedProperties was incorrect and was corrected to Record<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 to Record<string, any>.
  • Ship templates files that are used in the OpenAPI generator.