couchdb icon indicating copy to clipboard operation
couchdb copied to clipboard

Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability

Results 343 couchdb issues
Sort by recently updated
recently updated
newest added

## Description We have observed that if we capture a `seq` value from a `_changes` response, and then perform two rounds of shard splitting on a database, requesting `_changes?since=X` with...

bug
needs-triage

[NOTE]: # ( ^^ Provide a general summary of the request in the title above. ^^ ) ## Summary [NOTE]: # ( Provide a brief overview of what the new...

enhancement
beginner-friendly

[NOTE]: # ( ^^ Provide a general summary of the request in the title above. ^^ ) ## Summary When adding 100 documents, CouchDB sends the VDU functions for each...

enhancement
needs-triage

[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) ## Description I'm attempting to use CouchDB directly from a browser-based application. I...

api
bug
security

## Description Versions - COUCHDB _"couchdb":"Welcome","version":"3.3.1_" - erl _Erlang/OTP 25 [erts-13.2.2] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [jit:ns]_ - Rocky _8.7_ 2 node cluster configured and looks like starts well, log...

bug
needs-triage

## Summary Support the Content-Digest / Repr-Digest headers when the Digest Fields RFC is formalised (https://datatracker.ietf.org/doc/draft-ietf-httpbis-digest-headers/) ## Desired Behaviour Users of CouchDB can use the new request and response headers...

enhancement
needs-triage

[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) ## Description [NOTE]: # ( Describe the problem you're encountering. ) [TIP]: #...

bug
windows

[NOTE]: # ( ^^ Provide a general summary of the request in the title above. ^^ ) ## Summary Prepare couchdb to support deterministic builds. ## Desired Behaviour For same...

bug
enhancement

[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) ## Fauxton verification process fails, showing 'x' at Create View step. It does...

bug
needs-triage

Certain configurations of unsatisfiable field ranges could cause HTTP 500 because they are not handled, for example: ```json {"$and": [{"field": {"$eq": N}}, {"field": {"$gt": N}}]} ``` This makes `mango_idx_view:end_key/1` fail...