Releases: epics-base/pvxs
1.3.2
What's Changed
- Add Python 3.12 Support by @OCopping in #73
- cache_sync() copy Any/Union by @mdavidsaver in #77
- server: correctly adjudicate collision bind() of specific port by @mdavidsaver in #82
Full Changelog: 1.3.1...1.3.2
1.3.1
1.3.0
1.2.4
Bug fix release. Believed to be ABI compatible with 1.2.3. See release notes for details.
1.2.3
Bug fix release with addition of $PVXS_ENABLE_IPV6
to prevent use of IPv6 at runtime. Believed to be ABI compatible with 1.2.1. See release notes for details.
1.2.2
Bug fix release. Believed to be ABI compatible with 1.2.1. Includes change to the string representation of Value
and shared_array
types (see #46). See release notes for details.
1.2.1
Minor bug fix release. Adds python 3.11 wheels. Believed to be ABI compatible with 1.2.0. See release notes for details.
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.
1.1.4
Bug fix release (cf. #38). Believed to be ABI compatible with 1.1.3. See release notes for details.
1.1.3
Bug fix release. Believed to be ABI compatible with 1.1.2. See release notes for details.