Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Added new node-side call: blockingQuery().
  • Added new client-side API SpinClient, which uses blockingQuery() to avoid polling.
  • Developer pain reduction: all Exceptions are now unchecked. Please report any checked Exceptions as bugs.
  • Codebook classes moved from dataaccess-core module to extension-support.
  • Agent class now implements an interface for easier mocking.

Spin 1.17 (March 2011)

  • Breaking API change: Nodes, Agents, and Queriers now return ResultSets with metadata instead of Collection<Result>s (BASE-666). (Clint Gilbert; requested by Bill Simons)
  • Routing change: Nodes now broadcast queries with unknown query types (BASE-664).  This removes the need for loading up NoopQueryActions for routing-only nodes. (Clint Gilbert)
  • Less-noisy output on log4j initialization failure (BASE-668). (Requested by Bill Simons)
  • Developer pain reduction: all Exceptions in org.spin.tools are now unchecked. (Thanks to David Ortiz for starting this off)

...