bfabric/1.17.0
Immutable
release. Only release title and notes can be modified.
[1.17.0] - 2026-03-12
Added
- Improved token authentication
bfabric.experimental.webapp_integration_settingsBfabric.connect_token,Bfabric.connect_token_async: this one respects the list of allowed bfabric instancesbfabric.rest.token_data.validate_tokenBfabric.from_token_data: creates a new Bfabric instance from token data.
ResultContainer.to_polarsnow has aflattenparameter to flatten struct columns into individual columns.
Deprecated
Bfabric.from_configBfabric.connect_webapp
Changed
WorkunitExecutionDefinitionno longer validates that dataset or resources are provided.setup_script_logging()now supports aBFABRICPY_LOG_LEVELenvironment variable (DEBUG,INFO,WARNING,ERROR,CRITICAL,OFF/0). The previousBFABRICPY_DEBUGenvironment variable has been removed; useBFABRICPY_LOG_LEVEL=DEBUGinstead.
Fixed
Referencescorrectly handles references with extra fields like_position.ResultContainer.to_polarssets the schema length toNoneto fix bugs in some cases with more than 100 items.