Skip to content

Releases: connery-io/connery-sdk

v0.2.0

17 Apr 22:54
9469187
Compare
Choose a tag to compare

0.2.0 (2024-04-17)

Features

  • Add HOSTING_MODE env variable to adjust the plugin to the desired hosting (#116) (9469187)

BREAKING CHANGES

  • The startPluginServer() function is renamed to setupPluginServer()
    because, in the AWS_LAMBDA hosting mode, this function does not start
    the plugin server but just initializes the server and prepares the
    handler function for Lambda.

v0.1.4

14 Apr 21:26
d9738f3
Compare
Choose a tag to compare

0.1.4 (2024-04-14)

v0.1.3

14 Apr 21:21
2834ba5
Compare
Choose a tag to compare

0.1.3 (2024-04-14)

v0.1.2

14 Apr 21:12
17ed577
Compare
Choose a tag to compare

0.1.2 (2024-04-14)

v0.1.1

14 Apr 16:57
4e74493
Compare
Choose a tag to compare

0.1.1 (2024-04-14)

Features

  • prepare plugin for deployment to Vercel (503b73e)

v0.1.0

05 Apr 21:41
ed661ae
Compare
Choose a tag to compare

0.1.0 (2024-04-05)

Features

  • Pivot the project from the Connery Runner to the Connery SDK (#105)

BREAKING CHANGES

The Connery Runner is deprecated. Instead, we switch to the Connery SDK, an NPM package that offers a JavaScript API for defining plugins and actions and packaging them into a plugin server with a standardized REST API generated from the metadata.

The plugin server is basically a Connery Runner built into every plugin. The Connery SDK makes the plugin a standalone web app with its standardized REST API that can be hosted anywhere. The standardized API enables various clients to interact with actions in a unified way, regardless of the underlying implementation.

This approach significantly improves plugin portability, reduces setup and maintenance effort, and enables us to enhance plugin functionality more quickly in future releases.

Even though the release has been published, not all the clients support the Connery SDK approach yet. But we are working on it and will migrate the clients to the new approach very soon.

Stay tuned for more updates on the Connery SDK!

v0.1.0-beta.7

03 Apr 21:36
e6f485a
Compare
Choose a tag to compare
v0.1.0-beta.7 Pre-release
Pre-release

0.1.0-beta.7 (2024-04-03)

Bug Fixes

  • fix a typo in the CLI template (7760c3b)

v0.1.0-beta.6

30 Mar 08:22
0db5548
Compare
Choose a tag to compare
v0.1.0-beta.6 Pre-release
Pre-release

0.1.0-beta.6 (2024-03-30)

Bug Fixes

  • The "connery" package is not pulled properly by "npm install" (#103) (0db5548)

v0.1.0-beta.5

29 Mar 21:48
757d1df
Compare
Choose a tag to compare
v0.1.0-beta.5 Pre-release
Pre-release

0.1.0-beta.5 (2024-03-29)

Bug Fixes

  • The "connery" package is not pulled properly by "npm install" (#102) (757d1df)

v0.1.0-beta.4

29 Mar 13:22
359448e
Compare
Choose a tag to compare
v0.1.0-beta.4 Pre-release
Pre-release

0.1.0-beta.4 (2024-03-29)

Bug Fixes

  • The "connery" package is not pulled properly by "npm install" (#101) (359448e)