-
Notifications
You must be signed in to change notification settings - Fork 494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FeedResponse<T> status code now return OK for success instead of the invalid status code 0 or Accepted #626
Conversation
changelog.md
Outdated
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
|
|||
- [#612](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/612) Bug fix for ReadFeed with partition-key | |||
- [#614](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/614) Fixed SpatialPath serialization and compatibility with older index versions | |||
- [#626](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/626) Fixed FeedResponse<T> status code |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please elaborate little more with what's the issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see the updated title
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please refresh changelog
…/Azure/azure-cosmos-dotnet-v3 into users/jawilley/query_status_code
Pull Request Template
Description
The FeedResponse status code was not being set. This was caused by the child class not override the value. I removed the overrides to force the child classes to implement to the logic.
Type of change
Please delete options that are not relevant.
Closing issues
Put closes #625