-
Notifications
You must be signed in to change notification settings - Fork 116
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 deprecated methods for gem version 3.0 #668
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.
Yay! Cleanup!
Can you rebase to "merge"/combine the fixup commits with the commits they fixup? Fixup commits themselves should not be merged.
These deprecations may cause some errors people may not expect during an upgrade. So maybe it's an idea to write an upgrade guide for Ruby gem 3.0 as well? Mostly just a list of includes, extends and method calls that need to be removed from an app. |
This reverts commit 4a4cb092929e242b4530a2e6940a48c7610b7a98, as c85f39e was removed from the project tree.
3c0ac49
to
ba76b65
Compare
I’ve added writing an upgrade guide to the integrations board: https://github.com/orgs/appsignal/projects/35, and autosquashed this branch. I’ll wait with merging this until done with #603, so we can build a release. |
This comment has been minimized.
This comment has been minimized.
9 similar comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
7 similar comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
2 similar comments
This comment has been minimized.
This comment has been minimized.
While performing the daily checks some issues were found with this Pull Request.
|
Closing in favor of #685 |
Closes #202.
This patch removes all methods listed in the "Deprecated in 2.x”-list in #202, except for
Transaction#store
, which was deprecated in #332, but wasn’t ever merged. The methods that were planned to be deprecated have been moved to #667, and will be deprecated before 4.0.