Skip to content

Releases: connery-io/connery-sdk

v0.1.0-beta.3

29 Mar 12:59
58fca44
Compare
Choose a tag to compare
v0.1.0-beta.3 Pre-release
Pre-release

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

Bug Fixes

  • Fix the Permission denied error when running npx connery@beta (#100) (58fca44)

v0.1.0-beta.2

28 Mar 23:25
Compare
Choose a tag to compare
v0.1.0-beta.2 Pre-release
Pre-release

0.1.0-beta.2 (2024-03-28)

Bug Fixes

v0.1.0-beta.1

28 Mar 23:03
Compare
Choose a tag to compare
v0.1.0-beta.1 Pre-release
Pre-release

0.1.0-beta.1 (2024-03-28)

Bug Fixes

  • manual version bump due to misinterpretation of semantic-release (4b61177)

BREAKING CHANGES

  • The "Runner" is deprecated. Instead, we switch to the SDK approach. The connery NPM package contains the SDK and CLI required to build plugins. The SDK wraps the plugin into a web server with a standardized API. Now, every plugin is a self-sufficient entity that can be run as a standalone app. Learn more about the new SDK in our docs.

v0.0.9-beta.1

28 Mar 22:41
30405bc
Compare
Choose a tag to compare
v0.0.9-beta.1 Pre-release
Pre-release

0.0.9-beta.1 (2024-03-28)

Features

  • Migrate from the "Runner" to the "SDK" approach (main set of changes) (#96) (30405bc)

v0.0.8

13 Jan 14:42
Compare
Choose a tag to compare

What's Changed

  • Add LangChain clients
  • Update documentation
  • Add Send email/sms with Novu community plugin by @intertwine in #74
  • chore:fix typo by @zdaar in #76
  • Add comment to .env file regarding the trailing slash for CONNERY_RUNNER_PUBLIC_URL by @machulav in #78
  • Bump follow-redirects from 1.15.2 to 1.15.4 by @dependabot in #80
  • Bump @babel/traverse from 7.22.10 to 7.23.4 by @dependabot in #61
  • Bump axios from 1.4.0 to 1.6.0 by @dependabot in #62
  • Bump postcss from 8.4.28 to 8.4.31 by @dependabot in #63
  • Bump zod from 3.22.2 to 3.22.3 by @dependabot in #64

New Contributors

Full Changelog: v0.0.7...v0.0.8

v0.0.7

18 Nov 00:21
ff66005
Compare
Choose a tag to compare

What's Changed

  • Implement API endpoints for "OpenAI Assistants" client by @machulav in #59
  • Update docs

Full Changelog: v0.0.6...v0.0.7

v0.0.6

13 Nov 23:54
28aa98d
Compare
Choose a tag to compare

What's Changed

  • API endpoint for OpenAPI schema by @machulav in #49
  • Add "Summarization plugin" to the list of native plugins by @machulav in #48

Full Changelog: v0.0.5...v0.0.6

v0.0.5

09 Nov 09:51
524b5a2
Compare
Choose a tag to compare

What's Changed

  • Add old API endpoints for backward compatibility by @machulav in #46

Full Changelog: v0.0.4...v0.0.5

v0.0.4

07 Nov 16:59
8665ee9
Compare
Choose a tag to compare

⚠️ Breaking Changes! From this version, the runner and CLI only support the new TypeScript plugins. The JS plugins are not supported anymore.

What's Changed

Full Changelog: v0.0.3...v0.0.4

v0.0.3

06 Nov 23:10
98b78b5
Compare
Choose a tag to compare

What's Changed

  • Update docs related to the Natural Language Actions feature by @machulav in #38
  • Update NLA API section in docs by @machulav in #41

Full Changelog: v0.0.2...v0.0.3