Skip to content

Releases: Dyalog/Jarvis

v1.22.4

Choose a tag to compare

@bpbecker bpbecker released this 22 Apr 18:24
  • Implement graceful fallback when changing HTMLInterface on the fly
  • Quote filenames in resolveFilename

v1.22.2

Choose a tag to compare

@bpbecker bpbecker released this 02 Feb 16:12
3c541b4

What's Changed

  • 112 limit default session log output on unhandled conga event by @bpbecker in #113

Full Changelog: v1.22.0...v1.22.2

v1.22.0

Choose a tag to compare

@bpbecker bpbecker released this 13 Jan 14:30
fb34b12

What's Changed

  • Allow dynamic HTMLInterface by making it a property by @abrudz in #107
  • 108 update deserialisefix to better accommodate loading apla files by @bpbecker in #109
  • 110 in rest mode provide mechanism to allow response to failed request to return a normal payload by @bpbecker in #111

New Contributors

Full Changelog: v1.20.6...v1.22.0

v1.20.6

Choose a tag to compare

@bpbecker bpbecker released this 19 Sep 18:45

This release cleans up a couple rough edges.

  • When looking for Conga if the location isn't specified, search the namespace where Jarvis resides and #.
  • If an endpoint explicitly sets the response payload AND returns a result, use the explicitly set payload.

v1.20.5

Choose a tag to compare

@bpbecker bpbecker released this 22 Aug 15:10

This release reverts the changes made in release v1.20.4.
v1.20.4 attempted to infer the treatment of response payloads by their datatype (⎕DR) - this was insufficient.

The guidelines revert to as they were prior to v1.20.4 - if you set the content-type of the response, you are responsible for setting the payload to a form that can be transmitted by Conga. For instance, if your endpoint returns text/html that contains Unicode characters, you are responsible for doing the 'UTF-8' ⎕UCS conversion.

v.1.20.4

Choose a tag to compare

@bpbecker bpbecker released this 12 Aug 16:01
27c20c2

What's Changed

  • "Friendlier" treatment of non-JSON response payloads by @bpbecker in #106

Full Changelog: v1.20.3...v1.20.4

v1.20.3

Choose a tag to compare

@bpbecker bpbecker released this 30 May 13:46

Improves handling of paths when using file-based HTMLInterface.

This affects only users who do all of the following:

  • Run on non-Windows platform
  • Use JSON mode
  • Set HTMLInterface to a file or folder.

v1.20.2

Choose a tag to compare

@bpbecker bpbecker released this 06 Apr 22:19

What's Changed

Full Changelog: v1.20.1...v1.20.2

v1.20.1

Choose a tag to compare

@bpbecker bpbecker released this 28 Mar 14:09

Fixes a bug in PostProcess handling

v1.20.0

Choose a tag to compare

@bpbecker bpbecker released this 27 Mar 19:17

What's Changed

Full Changelog: v1.19.2...v1.20.0