You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We deprecated the Record class, but have not provided any alternatives to users. Thus, developers ignore deprecation warnings, which is probably not what we want.
Also, might Record be useful for binary data?
Describe the solution you'd like
For now, remove the @Deprecated annotation from Record. We can circle back to this when we have an interest in consolidating entirely on Event.
Describe alternatives you've considered (Optional)
Keep this @Deprecated. But this is confusing to new developers.
Is your feature request related to a problem? Please describe.
We deprecated the
Record
class, but have not provided any alternatives to users. Thus, developers ignore deprecation warnings, which is probably not what we want.Also, might
Record
be useful for binary data?Describe the solution you'd like
For now, remove the
@Deprecated
annotation fromRecord
. We can circle back to this when we have an interest in consolidating entirely onEvent
.Describe alternatives you've considered (Optional)
Keep this
@Deprecated
. But this is confusing to new developers.Additional context
#944
The text was updated successfully, but these errors were encountered: