Skip to content
SHVC version 0.6.0

Added
* Pack functions for file based logging
* `cpitem_extract_decimal_int`, `cp_pack_decimal_int`, and
  `cp_unpack_decimal_int` to simplify working with decimals represented
  in the code as plain integers with fixed multiplication.
* Fields `ref` and `id` to `.history/**/.records/*:fetch` method's
  response.
* `RPCDIR_F_ISUPDATABLE`
* `RPCDIR_F_LONG_EXECUTION`

Changed
* Snapshot is removed from `getLog` call and provided in a separate
  `getSnapshot` method.
* `RPCDIR_F_CLIENTID_REQUIRED` renamed to `RPDIR_F_USERID_REQUIRED` to
  be consistent with SHV standard

Fixed
* Invalid memory access in Broker caused by wrong bits count
  calculation.