Skip to content

Releases: tango-controls/rest-server

rest-server-1.12

15 May 12:18
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag rest-server-1.12

rest-server-1.11

03 May 09:01
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag rest-server-1.11

rest-server-1.9

06 Mar 11:45
Compare
Choose a tag to compare

Supported Tango REST API

  • v1.0
  • rc4

Release notes

#181 - NPE has been fixed
#183 - exceptions output has been improved

JTangoServer version has been upgraded to JTango-9.5.10-hzg.8

temp tomcat dir is now forcibly deleted on exit
TangoRestServer device is now stopped on Servlet ContextDestroy

rest-server-1.8

15 Feb 12:32
Compare
Choose a tag to compare

Supported Tango REST API

  • v1.0
  • rc4

Release notes

#172 - re-licensed under Apache License 2.0

rest-server-1.7

29 Jan 13:38
Compare
Choose a tag to compare

Supported Tango REST API

  • v1.0
  • rc4

Release notes

  • #180 - logs from different devices (.jar distribution that runs multiple devices) are now properly handled by MDC

  • JTango has been upgraded to 9.5.10-hzg.4

rest-server-1.6

16 Jan 11:36
Compare
Choose a tag to compare

Supported Tango REST API

  • v1.0
  • rc4

Release notes

Auth module has been upgraded to 0.6 -- Delayed auth request if failed attempts exceed threshold

rest-server-1.5

13 Dec 10:56
Compare
Choose a tag to compare

Supported Tango REST API

  • v1.0
  • rc4

Release notes

#177 LDAP and Kerberos realms use cache
JTangoServer has been upgraded to 9.5.10-hzg.2: StateCheckAttrAlarm is false by default

rest-server-1.4

11 Dec 20:17
Compare
Choose a tag to compare

Supported Tango REST API

  • v1.0
  • rc4

Release notes

#173 HTTP/2.0 support in .jar distribution, see wiki
#174 Drop support of scripting console

rest-server-1.3

06 Dec 13:39
Compare
Choose a tag to compare

Supported Tango REST API

  • rc4
  • v1.0

Release notes

#171 rc4 refactored to use TangoDeviceProxy contextual data

rest-server-1.2

26 Nov 11:56
Compare
Choose a tag to compare

Supported Tango REST API

  • rc4
  • v1.0

Release notes

  • Tango REST API v1.0 has been implemented

  • subscriptions and devices tree back-ported into rc4

  • async implementation of the Tango attribute events in rc4

  • #168 - Server responds with 304 in case an attribute value was not changed

  • #165 - TangoProxyPool has been replaced with Guava Cache. Some cache stats haven exported via Tango maintenance interface

  • setup integration tests