Skip to content

Releases: Couchbase-Ecosystem/VSCode-Couchbase

Version 1.2.2

19 Mar 11:11
9d00d6c

Choose a tag to compare

Added support for MongoDB To Couchbase Data Migration.

Version 1.2.1

06 Feb 14:07
aafb14c

Choose a tag to compare

Some minor bug fixes and ci fix.
Updates Readme

Version 1.2.0

30 Jan 11:22
1417960

Choose a tag to compare

Say Hello to Capella iQ

We are very proud to release Capella iQ on VSCode with this release.

  • Use iQ right beside while working.
  • Seamlessly use power of AI to resolve your couchbase doubts while working
  • Select code to search more about it
  • helps in writing and debugging your sdk code
  • helps in writing and improving queries
  • ask general couchbase questions and understand the extent and power of couchbase

Also upgraded the Couchbase SDK version to remove any requirement of Openssl.

Version 1.1.1

10 Nov 08:43
3d733d1

Choose a tag to compare

Patch Update V1.1.1

There were some issues with windows build of V1.1.0. This Release focuses on bug fixes

Version 1.1.0

09 Nov 11:59
25dd95a

Choose a tag to compare

[v1.1.0]

  • Support for KV Only Couchbase Database. (Query is now optional to run the extension)
  • Add Bucket Clone Procedure (Directly from your IDE)
    1. Support for CB Export (Export your Bucket Data using export data)
    2. Support for DDL Export (Export your Bucket definitions including indexes)
    3. Query Support (Already Supported) to run the DDL Queries for a new Bucket
    4. Support for CB Import (Import all the Exported data directly to your new bucket)

version 1.0.0

06 Oct 09:06
8cb09f9

Choose a tag to compare

[v1.0.0]

  • Add sample project workflow
  • Implement React in VS code extension
  • Enable plugin to use modular federation to reuse v3 react components
  • Create Workbench in VS Code extention
  • Create Query History to store history in Workbench
  • Implement Query context in workbench
  • Implement Favourite Query in workbench
  • Add document filter
  • Add Cluster Overview Window
  • Move Indexes inside Collection Directory

v0.5.0

19 Aug 14:13

Choose a tag to compare

v0.5.0 Pre-release
Pre-release

Added snippet support for the following languages

  • Ottoman

v0.4.0

18 Aug 12:51

Choose a tag to compare

v0.4.0 Pre-release
Pre-release

Added snippet support for the following languages:

  • Typescript

v0.3.0

23 Jun 15:59
317171e

Choose a tag to compare

v0.3.0 Pre-release
Pre-release

Add snippet support for the following SDKs:

  • Java
  • .NET
  • Node.js
  • Python
  • Go

v0.2.0

07 Feb 21:10
b9901c2

Choose a tag to compare

v0.2.0 Pre-release
Pre-release
  • Refactor connection management, fix cluster connection state & commands (#52)
  • Integrate Couchbase Node SDK (#50)
  • Add make command for packaging extension (#48)