Skip to content

v0.15.0

Compare
Choose a tag to compare
@stephenplusplus stephenplusplus released this 29 Jun 23:07
51a317f

This library is now considered to be in beta. This means it is expected to be mostly stable while we work toward a general availability release; however, complete stability is not guaranteed. We will address issues and requests against beta libraries with a high priority.

Breaking Changes

  • (#160): Node v4 support dropped.

Features

  • (#161): Allow raw table mutations.
  • (#182): Add table.waitForReplication(), table.generateConsistencyToken(), and table.checkConsistency() methods.
  • Added new sample snippets.

Fixes

  • (#117): setMetadata partially updates, instead of overwriting previous entries.
  • (#187, #195): Handle non-UTF8 Buffer filters.
  • (#203): Stop converting row keys to UTF8 strings by default.
  • (#207): Remove row.data property when a mutation is performed.
  • Updated dependencies.