You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/05/07 18:41:59 UTC

[jira] [Commented] (COUCHDB-2667) Regression: /_db_updates response format changed

    [ https://issues.apache.org/jira/browse/COUCHDB-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14532974#comment-14532974 ] 

ASF subversion and git services commented on COUCHDB-2667:
----------------------------------------------------------

Commit 65ed085166309d656dc3e091425c734d3213b74d in couchdb-couch's branch refs/heads/master from [~iilyak]
[ https://git-wip-us.apache.org/repos/asf?p=couchdb-couch.git;h=65ed085 ]

Add test suite for global_changes

COUCHDB-2667


> Regression: /_db_updates response format changed
> ------------------------------------------------
>
>                 Key: COUCHDB-2667
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-2667
>             Project: CouchDB
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: HTTP Interface
>            Reporter: Alexander Shorin
>            Assignee: ILYA
>            Priority: Blocker
>              Labels: regression
>             Fix For: 2.0.0
>
>
> In CouchDB 2.0:
> {code}
> {
>     "dbname": "aiocouchdb/1837f0420b9443f79b039b0aec01c7b2",
>     "type": "deleted",
>     "account": "test",
>     "seq": [
>         1,
>         "g1AAAAFxeJzLYWBg4MhgTmHgz8tPSTV2MDQy1zMAQsMcoARTIkOS_P___7MymBMZc4EC7MnGqeaWpoaYynEakaQAJJPsQaYkMsBVGaKrcgCpigfbBbQVbJdlmlGSkWkqbpMTQHrq0UxGV5XHAiQZGoAUUOF8wioXQFTuR1ZphFXlAYjK-4RVPoCoBLkzCwD71WBR"
>     ]
> }
> {code}
> In CouchDB 1.6.1:
> {code}
> {
>     "type": "updated",
>     "db_name": "test/aiocouchdb/0e6b5cb3b2e94376b0ecd6ec918e9704"
> }
> {code}
> Breaking changes:
> - db_name vs dbname
> - dbname doesn't contains full database name because first segment of slashed name goes to account field



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)