1.2.0
Includes API additions and ABI changes to both libraries. The main library libpvxs
gets a number of bug fixes, and new minor API additions to the NTScalar
and NTEnum
helpers as well as the server MonitorStat
struct. The bug fixes include improvements to monitor w/ pipeline=true
, and specifically the server side finish()
action.
Thanks also to @thomasives for his testing and improvements to the client search algorithm (#39). And to @jbellister-slac for helping to test improvements to local multicast fanout (#33).
This release also includes a major addition to libpvxsIoc
, which now includes functionality which is a partial replacement for the pva2pva. However, this QSRV 2 (#37) functionality is incomplete and included now as a feature preview to facilitate testing. Those wishing to help with testing will need to use the new softIocPVX
executable, or to explicitly opt in at runtime when linking libpvxsIoc
into an IOC application.
Special thanks to @george-mcintyre for his major contribution.