Uploaded image for project: 'CouchDB'
  1. CouchDB
  2. COUCHDB-2667

Regression: /_db_updates response format changed

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • None
    • 2.0.0
    • HTTP Interface

    Description

      In CouchDB 2.0:

      {
          "dbname": "aiocouchdb/1837f0420b9443f79b039b0aec01c7b2",
          "type": "deleted",
          "account": "test",
          "seq": [
              1,
              "g1AAAAFxeJzLYWBg4MhgTmHgz8tPSTV2MDQy1zMAQsMcoARTIkOS_P___7MymBMZc4EC7MnGqeaWpoaYynEakaQAJJPsQaYkMsBVGaKrcgCpigfbBbQVbJdlmlGSkWkqbpMTQHrq0UxGV5XHAiQZGoAUUOF8wioXQFTuR1ZphFXlAYjK-4RVPoCoBLkzCwD71WBR"
          ]
      }
      

      In CouchDB 1.6.1:

      {
          "type": "updated",
          "db_name": "test/aiocouchdb/0e6b5cb3b2e94376b0ecd6ec918e9704"
      }
      

      Breaking changes:

      • db_name vs dbname
      • dbname doesn't contains full database name because first segment of slashed name goes to account field

      Attachments

        Activity

          People

            iilyak Ilya Khlopotov
            kxepal Alexander Shorin
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: