You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "Alexander Shorin (JIRA)" <ji...@apache.org> on 2015/05/07 18:43:00 UTC

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

     [ https://issues.apache.org/jira/browse/COUCHDB-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexander Shorin resolved COUCHDB-2667.
---------------------------------------
    Resolution: Fixed

> 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)