Skip to content

Releases: ComposioHQ/composio

v0.6.7

24 Dec 13:57
6594302
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.6...v0.6.7

v0.6.6

23 Dec 10:56
f9df90e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.5...v0.6.6

JS SDK - v0.4.8

23 Dec 10:04
32e90bf
Compare
Choose a tag to compare

Changelog: v0.4.6 → v0.4.8

Fixes

  • Export Types from composio-core:
    Types are now explicitly exported for direct use, improving developer experience. Earlier they were inferred due to bundle changes.

  • Expose ConnectionRequest Class:
    The ConnectionRequest class is now exportable from composio-core.

    import { ConnectionRequest } from 'composio-core';
  • Optimized TS SDK Size:
    Reduced the uncompressed size of the TypeScript SDK by 80%, leading to faster downloads and better performance.

Breaking Changes (Minor)

  • API Key Initialization Update
    The syntax for API key initialization has been updated.

Old Syntax:

const composio = new Composio("{{YOUR_API_KEY}}");

New Syntax:

const composio = new Composio({ apiKey: "{{YOUR_API_KEY}}" });

v0.6.5

20 Dec 10:42
2f1be13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.4...v0.6.5

v0.6.4

20 Dec 09:51
29e2627
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.3...v0.6.4

v0.6.3

18 Dec 11:35
61e5fd4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.6.3

v0.6.2

16 Dec 12:11
56d0506
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1

16 Dec 10:02
7f05e5c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

12 Dec 12:05
f3bd53d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.51...v0.6.0

v0.6.0-rc1

11 Dec 12:21
a2e7660
Compare
Choose a tag to compare
v0.6.0-rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.5.51...v0.6.0-rc1