Skip to content
This repository was archived by the owner on Sep 19, 2019. It is now read-only.

Release Notes

Adam Kocoloski edited this page Feb 10, 2011 · 4 revisions

1.2.1

  • Send 100 Continue when appropriate
  • Fail gracefully on _security if database is missing
  • Fix limit=0 timing bug dropping total/offset from response
  • Read from same shards every time on stale=ok view request
  • Include some fields that were missing in view group _info

1.2.0

Bugs Squashed

  • Ignore attachment offsets when deciding whether to run read repair
  • Send group=true result when group_level is set but key is not a list
  • Cleanly terminate view responses on timeout
  • Fix behavior of _changes with include_docs and deleted documents
  • Fix handling of reader lists in _security

Features Added

  • Support linked documents in views
  • Improve rapid DB re-creation by tagging shards with a timestamp
  • Improve performance under constant concurrent load
  • Improve formatting of and increase detail level in error messages
  • Allow keylists instead of records in view query API
  • Added type specs to API functions

1.1.0

Bugs Squashed

  • Fix timeout when calling update_docs with an empty list
  • Fix race condition causing some reduce views to hang
  • Fix quorum calculation when reading docs with attachments
  • Fix heartbeat setting for _changes

Features Added

  • Add support for view index cleanup
  • Add support for filtered _changes
  • Display full cluster update sequence in DB info
  • Asynchronously repair inconsistent copies of a document on read

Clone this wiki locally