Welcome
Search…
⌃K

Livepoint X Releases Changelog

Livepoint X Release history

1.4.0.1506- 2021-JUL-15

New release 1.4.0.1506

Fixed

  • closing socket after http call to avoid huge amount of opened sockets and memory leaks
  • AF/PI connection - forced connection closure after call instead of garbage collection
  • Session id reuse if exists
  • use http client identity instead of windows identity to define logged in users

New Features / Enhancements

  • node process memory usage, added parameters to allocate memory to process, controlled via web.config, LPX_NODE_MEMORY_SIZE - to allow the node process to take up more memory in long-term storage for 64bit systems, LPX_NODE_HEAP_SIZE - to allow the node process to take up memory in short-term storage, LPX_NODE_EXEC_SIZE - to allow the node process to take up memory to place compiled code;
  • node process garbage collector management, added parameters to control garbage collection calls via web.config, LPX_NODE_GC_INTERVAL - defines how many memory allocations the garbage collector will be called, LPX_NODE_USE_GLOBAL_GC - whether the global garbage collector will be used, LPX_NODE_GC_NOCONCURENT - whether the garbage collector will depend on other node.js processes, LPX_NODE_GC_NOUSEIDLE - whether the garbage collector will wait for the process to enter the idle state
  • http timeout property added, controlled via web.config
  • Catching Kerberos errors, refresh Kerberos keys on error, controlled via web.config, KerberosResetTimeInterval – defines refresh ticket interval on Kerberos issues, RestartIISOnKerberosIssue – defines whether the IIS will be restarted
  • Introduced animals into the world, we believe they're going to be a neat addition.

1.4.0.1136 - 2020-MAR-19

New release 1.4.0.1136

Fixed

  • N/A

New Features / Enhancements

  • AF Driver: The driver exposes AF EventFrame HasChildren property.
  • AF Driver: The driver does not modify the data type of templatized AF Attribute during value update.
  • AF Driver: The driver does not modify the units of measure (UOM) of templatized AF Attribute during value update.
  • AF Driver: The driver supports templatized AF EventFrame Attribute’s value updates and supports AF Attribute timestamp as UTC seconds property in all AF Attribute update/create function calls.
  • AF Driver: The driver supports AF Attribute value update when AF Attribute is configured as data reference and ReadOnly flag is set to false.
  • AF Driver: The driver exposes “ReadOnly” property for AF Attributes and AF Attribute Templates.
  • PI Driver: PI Point based genealogy search function with support for forward and reverse searches. In forward search - It provides material processing hierarchy from raw materials to product. In reverse search – it provides material hierarchy from product to source raw materials.