- Documentation
- Product Updates
- 3.0.0
-
3.0
-
2.25
-
2.24
-
2.23
-
2.22
-
2.21
-
2.20
-
2.19
-
2.18
-
2.17
-
2.16
-
2.15
-
2.14
-
2.13
-
2.12
-
2.11
-
2.10
-
2.9
-
2.8
-
2.7
-
2.6
-
2.5
-
2.4
-
2.3
-
2.2
-
2.1
-
2.0
-
1.3
-
1.2
3.0.0 - Major API Overhaul
April 23, 2026
ItemPath 3.0 introduces a major API overhaul, replacing the legacy backend with a newer platform foundation built to support the next generation of the product.
New Platform Foundation
ItemPath now runs on a modernized backend architecture that replaces the legacy API and lays the groundwork for future product improvements.
Guided Migration to the New Platform
Upgrading to 3.0.0.0 moves cloud deployments from the legacy Flask stack to the new backend architecture, including a managed database migration path and release-specific deployment checks.
Smoother Transition for Existing Integrations
The new API layer preserves existing route patterns for key endpoints, which helps reduce disruption to existing integrations during the transition.
Modernized Authentication and Account Flows
Core account features now run through the overhauled backend, including login, token refresh, logout, first-user setup, and password reset flows.
Performance Improvements for Data Push and Data Pull
We’ve improved how Data Push and Data Pull tasks are processed behind the scenes, helping integrations run more efficiently and reducing slowdowns caused by overlapping or overloaded background jobs.
Breaking Change: Standardized Error Response Structure
Error responses are now standardized around a top-level `detail` field.
Impact: High. Customers who rely on specific JSON error keys from the legacy API should update their integrations to support the new structure.
New Structure:
Compatibility Note
If your integration currently parses keys such as `message`, `error`, or other endpoint-specific error fields, it should be updated to read `detail` instead. For unexpected server failures, it should also tolerate the presence of `error_id` for support tracing.