Skip to content

Releases: connery-io/connery-sdk

v0.3.6

17 Nov 00:30
3f6a08e
Compare
Choose a tag to compare

0.3.6 (2024-11-17)

Bug Fixes

  • update docs website URLs (2484bbc)

v0.3.5

10 Sep 18:57
Compare
Choose a tag to compare

0.3.5 (2024-09-10)

Features

  • update .gitignore in the CLI template for 'connery dev init' (8afa94f)

v0.3.4

18 Aug 11:50
b8f58d1
Compare
Choose a tag to compare

0.3.4 (2024-08-18)

v0.3.3

17 Aug 19:47
Compare
Choose a tag to compare

0.3.3 (2024-08-17)

Bug Fixes

  • stop requesting mainteiner info in CLI Init for the license (facfc27)

v0.3.2

14 Aug 15:23
a8d6fce
Compare
Choose a tag to compare

0.3.2 (2024-08-14)

Bug Fixes

  • fix the issue with input/output trimming when the input/output is not provided (d23dd67)

v0.3.1

14 Aug 14:18
0405b7f
Compare
Choose a tag to compare

0.3.1 (2024-08-14)

Bug Fixes

  • update connery package version to ^0.3.0 in the init template (01539db)

v0.3.0

04 Jun 19:07
4a86a13
Compare
Choose a tag to compare

0.3.0 (2024-06-04)

  • CON-135: Adjust SDK to the new approach (second try) (#120) (d092d8c)

Features

  • adjust SDK to the new approach (#120)
  • adjust CLI to the SDK changes (#121) (ce4ec12)

BREAKING CHANGES

  • Deprecate configurationParameters in plugin and use
    inputParameters from action instead
  • Deprecate maintainers
  • Rename title to name in plugins, actions, inputs and outputs
  • Deprecate /api/specs/openai/gpts endpoint on the pluign server
  • Deprecate /api/specs/openai/assistants-api endpoint on the plugin
    server

These endpoints are moved from the individual plugin to the Connery app,
which makes more sense and brings more control.

v0.3.0-beta.2

04 Jun 19:03
ce4ec12
Compare
Choose a tag to compare
v0.3.0-beta.2 Pre-release
Pre-release

0.3.0-beta.2 (2024-06-04)

Features

v0.3.0-beta.1

03 Jun 22:11
d092d8c
Compare
Choose a tag to compare
v0.3.0-beta.1 Pre-release
Pre-release

0.3.0-beta.1 (2024-06-03)

  • CON-135: Adjust SDK to the new approach (second try) (#120) (d092d8c)

BREAKING CHANGES

  • Deprecate configurationParameters in plugin and use
    inputParameters from action instead
  • Deprecate maintainers
  • Rename title to name in plugins, actions, inputs and outputs
  • Deprecate /api/specs/openai/gpts endpoint on the pluign server
  • Deprecate /api/specs/openai/assistants-api endpoint on the plugin
    server

These endpoints are moved from the individual plugin to the Connery app,
which makes more sense and brings more control.

v0.2.1-beta.1

03 Jun 21:56
d0b445a
Compare
Choose a tag to compare
v0.2.1-beta.1 Pre-release
Pre-release

0.2.1-beta.1 (2024-06-03)

Features