The following sections provide release notes for individual release versions of Couchbase Node.js Client Library. To browse or submit new issues, see Couchbase Node.js Client Library Issues Tracker.
New Features and Behavior Changes in 0.1.0
- Complete rewrite of the 0.0.x series of couchnode.
- Brand new libcouchbase binding layer, which brings huge performance and stability benefits.
- Refactored user-facing API to provide a cleaner and easier to use.
New Features and Behavior Changes in 1.0.0-beta
- Implemented ability to specify durability requirements to all storage operations.
- Fixed various minor bugs.
New Features and Behavior Changes in 1.0.0
- Various bug fixes.
Known Issues in 1.0.0
- Durability requirements on storage operations may fail and could time out even though the durability requirements were successfully verified.
New Features and Behavior Changes in 1.0.1
- Various bug fixes.
- Added support for specifying hashkeys.
- Updated all tests to use the mocha testing framework.
- Corrected issue with design doc management functions.