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

ILYA commented on COUCHDB-2667:
-------------------------------

Should be fixed in https://github.com/apache/couchdb-global-changes/pull/5

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

Reply via email to