-
Notifications
You must be signed in to change notification settings - Fork 79
DATA-3781: Deprecate AddTagsToBinaryDataByFilter, RemoveTagsFromBinaryDataByFilter #661
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
base: main
Are you sure you want to change the base?
Conversation
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.
These changes look fine to me. Not sure what the timeline is on fully removing these. Theres a reasonable chance youll need to update RDK and app to have no lints around these methods on the newest API version, otherwise itll block other peoples merges. Im not as sure about the SDKs outside of Go. Also not sure if this needs to be posted in breaking changes, I assume these endpoints arent really used?
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.
Before deprecating these APIs, we should:
- check to see in Cloud logging if these APIs have been used in the past month
- check with sol eng / product to ensure no one is using these
- remove from RDK/CLI
- deprecate here
- deprecate in APP
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.
requesting changes so we can ensure we go through the punch list before deprecating! ty!!
Marks Add/RemoveTagsToBinaryDataByFilter as deprecated. I'm actually not sure if I should be doing anything else to deprecate these endpoints, so please let me know!