Skip to content

historyRead with ExtensionObject

Choose a tag to compare

@erossignon erossignon released this 03 Feb 02:36

47b5982 fix(client): ensure historyRead delegates to promoteOpaqueStructure

- Promote OpaqueStructure to ExtensionObject in historyRead results for
  HistoryData with dataValues.
- Use promoteOpaqueStructure to resolve DataType similar to the read method.
- Add regression test test_e2e_history_read_extension_object.ts.
- Include playground example server_with_historizing_extension_object.ts.