This repository was archived by the owner on Oct 17, 2022. It is now read-only.
POST /dbname should not return ETag response header#139
Merged
Conversation
as it relates to a different resource. Note: We used to send ETag for this in previous releases, so it's technically a regression even though we accidentally fix a spec violation. Closes #620
Member
|
You should also document this in https://github.com/apache/couchdb-documentation/blob/master/src/whatsnew/2.0.rst as a breaking change. You probably also want to say " Closes apache/couchdb#620 " since this repo doesn't have an issue #620. :) |
Member
|
Oh, +1 once the 2.0.rst is updated. |
Member
Author
|
you mean whatsnew/2.1rst? |
Member
Author
|
2.1.0.rst refers to the scheduler, which isn't present... |
Member
|
As discussed on IRC: |
Member
|
Taking this one as @rnewson is out of cycles right now. |
jiangphcn
pushed a commit
to cloudant/couchdb-documentation
that referenced
this pull request
Mar 16, 2018
* POST /dbname should not return ETag response header as it relates to a different resource. Note: We used to send ETag for this in previous releases, so it's technically a regression even though we accidentally fix a spec violation. Closes apache#620 * Document loss of ETag in POST as breaking change in 2.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
as it relates to a different resource.
Note: We used to send ETag for this in previous releases, so it's
technically a regression even though we accidentally fix a spec
violation.
Closes apache/couchdb#620