-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
feat: allow deletion of ephemeral messages #8774
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ |
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 argue that it's still
semver:major
as-is because you're removing a property from ErrorCodes
, which is a public and documented interface.
It should probably be deprecated instead then. 😅 |
I agree in theory and I'm happy to add it back, but the error can't be thrown by anything anymore. |
That is correct, but functions that read that property (e.g. error handlers) will break with this PR, that's why I consider it a breaking change. Deprecating it is fine, however. |
Codecov Report
@@ Coverage Diff @@
## main #8774 +/- ##
==========================================
- Coverage 92.06% 85.81% -6.26%
==========================================
Files 10 91 +81
Lines 2093 9254 +7161
Branches 240 1125 +885
==========================================
+ Hits 1927 7941 +6014
- Misses 163 1271 +1108
- Partials 3 42 +39
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Breaking because it no longer throws an error, but a bugfix because it shouldn't throw an error here anymore.
Status and versioning classification: