Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jun 19:07
· 21 commits to main since this release
4a86a13

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.