Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.61 KB

appendix-release-notes.markdown

File metadata and controls

49 lines (30 loc) · 1.61 KB

Appendix: Release Notes

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.

Release Notes for Couchbase Node.js Client Library 0.1.0 GA (30 August 2013)

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.

Release Notes for Couchbase Node.js Client Library 1.0.0 Beta (6 September 2013)

New Features and Behavior Changes in 1.0.0-beta

  • Implemented ability to specify durability requirements to all storage operations.
  • Fixed various minor bugs.

Release Notes for Couchbase Node.js Client Library 1.0.0 GA (12 September 2013)

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.

Release Notes for Couchbase Node.js Client Library 1.0.1 GA (1 October 2013)

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.