Sse R Plugin Versions Save

A Qlik server-side extension plugin for accessing R.

v1.2.1

6 years ago

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

6 years ago

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.

v1.1.0

6 years ago

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.

v1.0.0

6 years ago

First release.