-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[storage][stg73] Changefeed follow-up #10827
Conversation
sdk/storage/storage-blob-changefeed/review/storage-blob-changefeed.api.md
Outdated
Show resolved
Hide resolved
sdk/storage/storage-blob-changefeed/src/BlobChangeFeedClient.ts
Outdated
Show resolved
Hide resolved
618bf9e
to
317b9d8
Compare
sdk/storage/storage-blob-changefeed/src/LazyLoadingBlobStream.ts
Outdated
Show resolved
Hide resolved
Please add Change log for change feed updates. |
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.
@@ -0,0 +1,7 @@ | |||
# Release History | |||
|
|||
## 1.0.0 (Unreleased) |
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.
storage-internal-avro is not a published package? Since not, we don't need this changelog file.
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.
I'd like to keep the CHANGELOG.md as it is.
Since it's more like a package that's not published (added it to the rush.json as utility:
Line 490 in c94cc0a
{ |
@@ -0,0 +1,21 @@ | |||
The MIT License (MIT) |
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.
We don't need this license file, since changefeed package already has one in the released package.
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.
Same as above. Let's keep it as it is.
sdk/storage/storage-blob-changefeed/src/LazyLoadingBlobStream.ts
Outdated
Show resolved
Hide resolved
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.
API changes seem good.
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.
Reference:
https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-change-feed?tabs=azure-portal#understand-change-feed-organization
Azure/azure-sdk-for-net#13999
Azure/azure-sdk-for-net#13885
Azure/azure-sdk-for-net#14131
#9151
TODOs
hex
encoding in the response if exists in the fixture for node recordings #10048 is merged.Most change in storage-internal-avro are already reviewed in this PR: #10062, except for a bug fix in sdk/storage/storage-internal-avro/src/AvroReader.ts.