Alexander Shorin created COUCHDB-2667:
-----------------------------------------
Summary: 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
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)