Skip to content

Releases: brantburnett/couchbase-index-manager

2.2.0-beta0001

11 Jan 15:51
e4246a9
Compare
Choose a tag to compare
2.2.0-beta0001 Pre-release
Pre-release

What's Changed

Full Changelog: 2.1.2...2.2.0-beta0001

2.1.2

27 Nov 13:06
dc642e3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.1...2.1.2

2.1.1

27 Nov 00:46
0223c7e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.1.1

2.1.0

04 Aug 18:03
33993a4
Compare
Choose a tag to compare

New Features

  • Compatibility with Couchbase Capella.

Breaking Changes

  • In keeping with Node release cycles, Node 12 is now the minimum supported version.

What's Changed

Full Changelog: 2.0.0...2.1.0

2.0.0

24 Jan 14:45
fa00576
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...2.0.0

2.0.0-beta002

18 Oct 14:19
fa00576
Compare
Choose a tag to compare
2.0.0-beta002 Pre-release
Pre-release

What's Changed

Full Changelog: 2.0.0-beta001...2.0.0-beta002

2.0.0 Beta 1

14 Oct 02:15
Compare
Choose a tag to compare
2.0.0 Beta 1 Pre-release
Pre-release
  • Support for indexes within scopes & collections
  • Programmatic and CLI interfaces are split into separate packages
  • Couchbase Server 5.5 is now the minimum supported version, which allows us to trim a lot of legacy compatibility code
  • Upgraded to use the Couchbase Node SDK 3.x
  • Updated to a minimum version of Node 12 (current LTS)
  • Rewritten in TypeScript, the programmatic interface now has typings

Improve dropped index handling

10 Aug 18:36
42691aa
Compare
Choose a tag to compare

1.0.0: Bump ini from 1.3.5 to 1.3.7 (#61)

16 Jan 13:38
4d64573
Compare
Choose a tag to compare
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Move up to Couchbase SDK 3.0

29 Jun 04:25
016b2c5
Compare
Choose a tag to compare
Pre-release

Also adds support for:

  • num_partition to control the number of partitions on a partitioned index
  • Using ALTER INDEX to change the number of replicas with no down time (Couchbase 6.5 and later)
  • retain_deleted_xattr support for Sync Gateway

Support has been dropped for:

  • The --no-rbac command-line parameter. It now works without the parameter on Couchbase 4.x.