Skip to content

v2.56.0

Compare
Choose a tag to compare
@erossignon erossignon released this 23 Oct 16:20
· 1016 commits to master since this release

馃悰 fixes

  • [8556f95] fix continuation point handling for historyRead

馃殌 improvements:

  • [c2e0c78] refactor continuation point management for historyRead and browse
  • fix lint issues.

馃挃 API changes

`- ClientSesssion#readHistoryValue now takes an additional optional parameters to provide

export interface ExtraReadHistoryValueParameters {
    numValuesPerNode?: number;
    returnBounds?: boolean;
    isReadModified?: boolean;
    //
    timestampsToReturn?: TimestampsToReturn;
}