Skip to content

Releases: channelaccess/ca

1.3.2

27 Jun 03:34
Compare
Choose a tag to compare
Integration test log output set to INFO.

1.3.1

26 Jun 02:13
Compare
Choose a tag to compare
Updated with latest test results and release date.

1.3.0

11 Jun 21:45
Compare
Choose a tag to compare
1.3.0 Pre-release
Pre-release
Updated version information and to show that the LMAX Disruptor has n…

1.2.2

07 Oct 09:15
Compare
Choose a tag to compare

Fixed bug which prevent CA from working properly behind a channel-access gateway.

See CHANGELOG.md for further details

1.2.1

21 Sep 15:39
Compare
Choose a tag to compare

Now targeted for Java 8 JVM.

See CHANGELOG.md for further details

1.2.0

30 Jul 15:58
Compare
Choose a tag to compare
  • 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

12 Jul 23:20
Compare
Choose a tag to compare

See the CHANGELOG.md file for details

Candidate release for Issue #25 Bug Fix

19 Jun 08:21
Compare
Choose a tag to compare
Pre-release
1.0.2-SNAPSHOT

#25 Fix bug in TCPTransport receive buffer processing. Deployed bug fix.

1.0.1

23 Mar 12:39
Compare
Choose a tag to compare
Add utility function to Channels to create channels more easily

1.0.0

03 Feb 07:56
Compare
Choose a tag to compare
fixes so that the package can be uploaded to maven central