-
Notifications
You must be signed in to change notification settings - Fork 509
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
fix: re-export WithContext in the same place #2879
fix: re-export WithContext in the same place #2879
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2879 +/- ##
=====================================
Coverage 81.0% 81.0%
=====================================
Files 125 125
Lines 23945 23945
=====================================
Hits 19413 19413
Misses 4532 4532 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Agree to do .1 release. Can you update changelog for this fix and I can do the release.
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.
thanks mate
…ix/re-export-withcontext
@cijothomas I believe you want to do a 0.29.1 with 0.29.0 plus only this fix cherry-picked, so I've added CHANGELOG notes accordingly. LMK if this isn't what you had in mind! |
@scottgerring it seems that there was a problem running the tests (they ran for 360min wow haha) |
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
Fixes #2862
0.29 maintained
with_context
, the helper method, but notWithContext
the wrapper itself. Some customers may use this directly, and we can re-export it.For the particular use case identified in #2862 I offered a suggestion that likely avoids the need to depend on this type directly. I've opened this PR out of an abundance of caution, so we have something we can merge back in and potentially do a point release if we want to restore previous behaviour.
Changes
Please provide a brief description of the changes here.
Merge requirement checklist
CHANGELOG.md
files updated for non-trivial, user-facing changes