This repository was archived by the owner on Sep 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Release Notes
kocolosk edited this page Feb 11, 2011
·
4 revisions
- 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
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
Bugs Squashed
- 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
- Asynchronously repair inconsistent copies of a document on read
- Fix race condition causing some reduce views to hang
- Fix timeout when calling update_docs with an empty list
- Display full cluster update sequence in DB info