Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Releases: qlik-oss/sse-r-plugin

v1.2.1

15 Apr 22:21
f930f4c
Compare
Choose a tag to compare

You can find pre-built binaries above in the file sse-r-plugin-1.2.1-qlik-oss.zip.

Issues fixed:
#32 : Remove linebreaks from script string.

v1.2.0

17 Jan 14:02
d552689
Compare
Choose a tag to compare

This release uses the SSE protocol version v1.1.0.
SSE v1.1.0 is backwards compatible with version v1.0.0, meaning a client and server can be of different SSE versions and still use all functionality supported in v1.0.0.
Qlikview does not support the functionality of table load using the (Load ... Extension ...) syntax and there is not yet a plan for when to support it. Because of the backwards compatability, Qlikview can connect to SSEs of version v1.1.0 without changing anything in the QlikView deployment, given that the new features in v1.1.0 are not used.

You can find pre-built binaries above in the file sse-r-plugin-1.2.0-qlik-oss.zip.

New features:
#25 : Support for returning many columns in a single response from R (R data.frame or matrix) to Qlik. For more info see Usage from Qlik load script. The load script in R-BasicExample.qvf has been updated with examples of how to load a whole table from R into Qlik.

Release 1.1.0

20 Dec 23:50
b9151f7
Compare
Choose a tag to compare

This release still uses the first SSE protocol version v1.0.0
You can find pre-built binaries above in the file sse-r-plugin-1.1.0-qlik-oss.zip.

New features:
#12 : Support for executing script from request without any data parameters.
#15 : Documentation and example for QlikView added.
#21 : Support for defined functions.
#23 : Support for setting Rserve user and password in config.
#24 : Updated grpc lib to 1.7.3 and protobuf lib to 3.5.0 .

Bugfixes:
#17 : Allow source code path to contain white spaces when building the plugin.
#24 : Fixed concurrency problem when many threads uses Rserve connection at the same time.

Release 1.0.0

26 Jun 11:38
Compare
Choose a tag to compare

First release.