v1.3.4
sherlock-project/sherlockv1.3.4Jul 6, 2026by PawelPeczek-Roboflow
AI Summary
This release focuses on fixing HTTPS gateway request handling for secure edge deployments, revising JetPack version requirements, and improving HTTP session reuse for SDK requests. It also introduces new features like visual search classifiers and geotag detection.
Key Highlights
- Fix HTTPS gateway request handling for secure edge deployments
- Reuse sync HTTP sessions for inference SDK requests
- Add visual search classifier workflow block
- Add geotag detection to project detections
- Add EU target to webexec deploy matrix
New Features
- Visual search classifier workflow block
- Geotag detection project detections to GPS coordinates
- EU target support for webexec deploy
Full Release Notes
## What's Changed * Fix HTTPS gateway request handling for secure edge deployments by @shntu in https://github.com/roboflow/inference/pull/2535 * Automatic review by @dkosowski87 in https://github.com/roboflow/inference/pull/2534 * Revise JetPack version requirements in installation guide by @Grantimus9 in https://github.com/roboflow/inference/pull/2540 * Modify the rules of agentic review to push contributors to answer on doubts by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/2539 * fix: reuse sync HTTP sessions for inference SDK requests by @balthazur in https://github.com/roboflow/inference/pull/2538 * Add change to filter-out not important changes and call-to-action authors if needed by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/2541 * Feature/specific review skills by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/2543 * Fix/adjustments to claude skills by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/2544 * Add visual search classifier workflow block by @joaomarcoscrs in https://github.com/roboflow/inference/pull/2536 * webexec deploy: add EU target (Modal env eu, region eu = EEA group) to the deploy matrix by @imbgar-roboflow in https://github.com/roboflow/inference/pull/2542 * Add roboflow_core/geotag_detection@v1: project detections to GPS coordinates by @nicdavidson in https://github.com/roboflow/inference/pull/2537 * inference 1.3.4 by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/2548 * webexec deploy: install modal_app import-time deps (fixes 'No module named requests') by @imbgar-roboflow in https://github.com/roboflow/inference/pull/2547 ## New Contributors * @nicdavidson made their first contribution in https://github.com/roboflow/inference/pull/2537 **Full Changelog**: https://github.com/roboflow/inference/compare/v1.3.3...v1.3.4