v1.3.4
AlexxIT/go2rtcv1.3.4Jul 6, 2026by PawelPeczek-Roboflow
AI Summary
This release introduces new capabilities for the inference SDK, including a visual search classifier workflow and geotag detection for GPS coordinates. It also improves deployment stability and request handling by adding EU target environments, fixing HTTPS gateway issues, and reusing HTTP sessions.
Key Highlights
- Add visual search classifier workflow block
- Add roboflow_core/geotag_detection for GPS coordinate mapping
- Fix HTTPS gateway request handling for secure edge deployments
- Fix reuse sync HTTP sessions for inference SDK requests
- Add EU target (Modal env) to webexec deploy matrix
New Features
- Visual search classifier workflow block
- Geotag detection (project detections to GPS coordinates)
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