2.10.6
Improvements
Fix environment activation issue with pypi
decorator
The pypi
decorator had a bug that caused it to be treated as disabled
unless specifically passing disabled=False
as an attribute to it.
This release fixes the default case so that pypi
environments activate correctly.
Add debug flag to tracing
This release adds a METAFLOW_DEBUG_TRACING
environment variable to toggle more verbose output for tracing related issues.
By default any errors related to missing tracing dependencies are now silenced completely, in order to not affect platforms that might want tracing environment variables present for all deployments, whether they have the required dependencies or not.
What's Changed
- fix: output ImportError for tracing module to stderr by @saikonen in #1619
- feature: add debug_tracing flag by @saikonen in #1621
- fix: pypi environment issues by @saikonen in #1623
- Bump version to 2.10.6 by @saikonen in #1625
Full Changelog: 2.10.5...2.10.6