v0.56.0

roboflow/inferencev0.56.0Sep 19, 2025by hansent

AI Summary

Enhanced the platform by adding statefulness to custom code blocks and fixing memory leaks in PolygonZoneBlock, alongside various remote execution and registry authentication updates.

Key Highlights

  • Added Statefulness to Custom Code Blocks.
  • Fixed memory leak and variable issues in PolygonZoneBlock.
  • Disabled authentication for /model/registry endpoint on serverless.
  • Refactored PolygonZoneBlock.

New Features

  • Custom Code Block Statefulness
  • PolygonZoneBlock memory leak fix
  • Registry authentication update

Full Release Notes

## What's Changed
* use api keys in e2e tests by @hansent in https://github.com/roboflow/inference/pull/1568
* Add Statefulness to Custom Code Blocks by @yeldarby in https://github.com/roboflow/inference/pull/1567
* Propagate remote exception to fix missing metadata in Modal execution error by @brunopicinin in https://github.com/roboflow/inference/pull/1565
* handle buffer filling / consumption strategy params when passed as str by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1571
* don't auth /model/registry endpoint via api_key on serverless by @hansent in https://github.com/roboflow/inference/pull/1570
* fixing memory leak and variable not associated value on PolygonZoneBlock by @digaobarbosa in https://github.com/roboflow/inference/pull/1573
* bump version to 0.56.0 by @hansent in https://github.com/roboflow/inference/pull/1574
* PolygonzoneBloc refactor by @digaobarbosa in https://github.com/roboflow/inference/pull/1576
* Pass countinference to get model artifacts by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1575


**Full Changelog**: https://github.com/roboflow/inference/compare/v0.55.2...v0.56.0