Releases: channelaccess/ca
Releases · channelaccess/ca
1.3.2
1.3.1
Updated with latest test results and release date.
1.3.0
Updated version information and to show that the LMAX Disruptor has n…
1.2.2
Fixed bug which prevent CA from working properly behind a channel-access gateway.
See CHANGELOG.md for further details
1.2.1
Now targeted for Java 8 JVM.
See CHANGELOG.md for further details
1.2.0
- Provides configurability of the monitor -> consumer notification engine so that the user can choose between a number of implementations including,
- BlockingQueueMultipleWorkerMonitorNotificationServiceImpl (default)
- BlockingQueueSingleWorkerMonitorNotificationServiceImpl
- DisruptorOldMonitorNotificationServiceImpl
- DisruptorNewMonitorNotificationServiceImpl
- StripedExecutorServiceMonitorNotificationServiceImpl
- Changes the default monitor notification engine so that it buffers notification messages to slow consumers rather than throwing them away.
- Now reports notification buffer overruns to stdout rather than silently throwing them away.
- Fixes an issue which could occasionally occur with notification messages being delivered out of sequence.
- Improves the monitor documentation available in the README file and in the MONITOR_INFO file.
- Provides documentation on measured library performance. See the MONITOR_INFO file.
- Increases the test coverage (includes more unit tests; switched to parameterized testing).
1.1.0-RELEASE
See the CHANGELOG.md file for details
Candidate release for Issue #25 Bug Fix
1.0.2-SNAPSHOT #25 Fix bug in TCPTransport receive buffer processing. Deployed bug fix.
1.0.1
Add utility function to Channels to create channels more easily
1.0.0
fixes so that the package can be uploaded to maven central