Skip to content

Releases: gahr/retcl

retcl-0.6.0

09 Jul 12:01
Compare
Choose a tag to compare

Features

  • Allow specifying options on construction

retcl-0.5.0

22 May 13:58
Compare
Choose a tag to compare

Features

  • Support TLS connections, see the TLS section in the README

retcl-0.4.0

24 Oct 12:17
Compare
Choose a tag to compare

Features

  • New docs in AsciiDoc and GitHub pages
  • More tests and examples

retcl-0.3.2

16 Apr 14:43
Compare
Choose a tag to compare

Features

  • Add commands to determine the current state of boolean options [#10]

retcl-0.3.1

20 Feb 12:29
Compare
Choose a tag to compare

Bug fixes

  • Restore asynchronousness of reconnect [#8]
  • Fix "Invalid command name" error in checkConnection [#9]

retcl-0.3.0

19 Feb 16:53
Compare
Choose a tag to compare

Bug fixes

  • Client remains stuck if socket is closed [#7]

Features

  • Report resultType in allResults [#3]
  • Allow the creation of a client object in disconnected mode [#4]

retcl-0.2.2

12 May 15:07
Compare
Choose a tag to compare

Bug fixes

  • Pipeline is not cleanly shut down on error [#5]

Features

  • Implement async results via callbacks [#2]

retcl-0.2.1

10 May 14:11
Compare
Choose a tag to compare

Bug fixes

  • Retain the resultsCache upon disconnection so that the pipeline can be resumed

retcl-0.2.0

10 May 09:37
Compare
Choose a tag to compare

Features

  • New method: resultType