-
Notifications
You must be signed in to change notification settings - Fork 5
Remove public APIs obsoleted in versions 5.7.0 to 5.13.0 #363
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
Remove public APIs obsoleted in versions 5.7.0 to 5.13.0 #363
Conversation
11ee255
to
b919e63
Compare
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.
Some comments checking if deprecations in TILEDB0016 should be removed in this PR, otherwise LGTM 👍
|
||
namespace TileDB.CSharp; | ||
|
||
[Obsolete(Obsoletions.FilestoreApiMessage, DiagnosticId = Obsoletions.ConfigIteratorDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] | ||
[Obsolete(Obsoletions.FilestoreApiMessage, DiagnosticId = Obsoletions.FilestoreApiDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] |
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.
Should these be removed since 5.18 was released and 5.19 is next?
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.
Oh I got it confused, didn't remember that the obsoletion ID was wrong and we're not actually removing these now.
I'm OK with keeping these around in C# until Core removes the underlying C APIs (which should happen soon).
@@ -6,6 +6,7 @@ | |||
|
|||
namespace TileDB.CSharp; | |||
|
|||
[Obsolete(Obsoletions.FilestoreApiMessage, DiagnosticId = Obsoletions.FilestoreApiDiagId, UrlFormat = Obsoletions.SharedUrlFormat)] |
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.
Ditto for my other comment, should these be removed?
Consistent with the obsoletion policy, this PR removes or makes internal the APIs obsoleted in version 5.7.0. The latest released version is 5.8.0 and a subsequent PR will bump it to 5.9.0.