Skip to content

Releases: epics-extensions/ca-gateway

CA Gateway 2.1.3

15 Dec 13:13
Compare
Choose a tag to compare

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

25 Oct 14:01
Compare
Choose a tag to compare

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

17 Oct 12:26
Compare
Choose a tag to compare

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

11 May 15:02
Compare
Choose a tag to compare

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