-
Notifications
You must be signed in to change notification settings - Fork 180
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
Release 1.8.2 #1465
base: main
Are you sure you want to change the base?
Release 1.8.2 #1465
Conversation
✅ Deploy Preview for sunny-pastelito-5ecb04 canceled.
|
Deploying astronomer-cosmos with Cloudflare Pages
|
|
||
Bug Fixes | ||
* Fix ``httpx.get`` exception handling while emitting telemetry by @tatiana in #1439 | ||
* Fix rendering detached tests in ``TestBehavior.NONE`` and ``AFTER_ALL`` by @tatiana in #1463 |
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.
Bug Fixes | ||
* Fix ``httpx.get`` exception handling while emitting telemetry by @tatiana in #1439 | ||
* Fix rendering detached tests in ``TestBehavior.NONE`` and ``AFTER_ALL`` by @tatiana in #1463 | ||
* Fix detached test tasks names so they do not exceed 250 chars by @tatiana in #1464 |
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.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1465 +/- ##
=======================================
Coverage 96.94% 96.94%
=======================================
Files 73 73
Lines 4355 4355
=======================================
Hits 4222 4222
Misses 133 133 ☔ View full report in Codecov by Sentry. |
Bug Fixes
httpx.get
exception handling while emitting telemetry by @tatiana in Fixhttpx.get
exception handling while emitting telemetry #1439TestBehavior.NONE
andAFTER_ALL
by @tatiana in Fix rendering detached tests inTestBehavior.NONE
andAFTER_ALL
#1463Docs
operator args
docs to includeinstall_deps
by @tatiana in Docs: Updateoperator args
docs to includeinstall_deps
#1456Others
Closes: #1448