Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Releases: tango-controls/JTango

JTango 9.6.7

05 Feb 11:49
89a49c6
Compare
Choose a tag to compare
  • fix 9a4a713
  • CI/CD: update maven plugins versions, use java 11 for sonar cloud

JTango 9.6.6

22 Sep 15:30
Compare
Choose a tag to compare

JTango 9.6.5

07 Oct 07:56
Compare
Choose a tag to compare

JTango 9.6.4

26 Aug 13:09
67893fe
Compare
Choose a tag to compare
  • fix bug on attribute properties (bcb9a7d and 770e152)
  • add a method to fill history buffer from device code (2037f01)

JTango 9.6.2

24 Aug 16:26
Compare
Choose a tag to compare
  • fix bug on attribute properties (bcb9a7d)
  • add a method to fill history buffer from device code (2037f01)

JTango 9.6.1

16 Jul 11:39
Compare
Choose a tag to compare
  • Bug fix (#90 ) on client side that could like to a NullPointerException when subscribing to events
  • Bug fix on server side, where default properties from code could be override by the value "Not specified" that was in the tango db.

JTango 9.6.0

03 Jun 16:05
Compare
Choose a tag to compare

Common:

  • Add support for Java 11 and onwards. NB: The code is Java 8 with compiler options -source and -target at set to 1.8.
  • switch to latest version of Jacorb 3.9
  • switch to latest version of JeroMQ 0.5.1
    Client:
  • A fix on interface changed event
  • Fix problem to retrieve event full name from map when using localhost
  • Fix a bug in client timeout when reconnect
    Server:
  • Workaround for slowness when DNS is misconfigured, on client host name resolution
  • Fix issues on Events:
    • Fix subscription' checks on event criteria
    • Fix the reopening of the inactive closed connections
    • Fix the triggers for event pushing (from polling and device code)
    • Stop polling on state/status were generating exceptions
  • Refactoring of class "DeviceMonitoring" (that provides performance statistics)

JTango 9.5.19

28 May 09:50
Compare
Choose a tag to compare
  • add support to compose all read all values on Dynamic Attribute "org.tango.server.dynamic.attribute.GroupAttribute", 3522cfe
  • add java 11 compilation

JTango 9.5.18

26 Nov 15:12
Compare
Choose a tag to compare
  • ZMQ HWM for send buffer is now set to unlimited to avoid potential ZMQ subscription problems due to the buffer size when a client subscribes for events on a very large number of attributes. The ZMQ low level subscription command could be dropped (not sent on the network) sometimes before this fix.
  • remove the build with openjdk7
  • set compilation with java 8 (-source and -target)

jtango 9.5.17

27 Aug 09:33
Compare
Choose a tag to compare

Non functional changes:

  • fix javadoc and source
  • fix SonarCloud
  • fix bintray badge to latest release