Releases: epics-extensions/ca-gateway
Releases · epics-extensions/ca-gateway
CA Gateway 2.1.3
From the release notes:
- Small fixes in caPutLog support
- Fix a bug (#33) where array values were lost (except the first element) on subscriptions after a read request for a container type
- Fix update of enum labels on active subscriptions using a container type
- A bug that interprets doubles (written as strings) as hex numbers (#37) is fixed when the Gateway is linked against PCAS >= 4.13.3 or Base 3.15 >= 3.15.10
Update recommended for productional Gateways.
Make sure to use PCAS >= 4.13.3 / Base 7.0 (recommended) or Base 3.15 >= 3.15.10 (not released yet)
CA Gateway 2.1.2
From the release notes:
- Bugfix by Diamond (crash on MAX_ARRAY_BYTES mismatch)
- Improved handling of DBR_CTRL requests
- Support caPutLog >= 3.5 (older versions not supported anymore)
- Support for 64bit integers
- PV name length limit raised to 256 characters
Update recommended for productional Gateways.
CA Gateway 2.1.1
From the release notes:
- Improved tests
- Changes and fixes for Travis-CI (Continuous Integration) setup
- Build changes necessary for EPICS 7
No changes in the Gateway source code.
No need to update productional Gateways.
CA Gateway 2.1.0
From the release notes:
- Add full support for DBE_PROPERTY event flag
- Add unit test framework (as embedded TOP)
- Add tests for event flag support, including DBE_PROPERTY
- Fix many small bugs and compiler warnings