Releases: RunAlphaLoop/freight-sdk
Releases · RunAlphaLoop/freight-sdk
v0.2.1
Changes
- n8n community node (
n8n-nodes-alphaloops-freight@0.1.1): First published release with full FMCSA API coverage — carriers, fleet, inspections, crashes, authority, news, contacts - Python SDK (
alphaloops-freight-sdk==0.2.1): Version bump for release - TypeScript SDK (
alphaloops-freight-sdk@0.2.1): Version bump for release
n8n Node
Install in n8n via Settings > Community Nodes > Install — search for n8n-nodes-alphaloops-freight.
Supports all AlphaLoops FMCSA API resources: carrier profiles, fleet data, inspections, crashes, authority history, news articles, and contact search/enrichment.
v0.2.0
What's New
Both SDKs
- filtered_query — query carriers with include/exclude condition blocks, geo radius search, pagination
- POST support in HTTP clients
Python SDK (0.2.0)
- AsyncAlphaLoops — full async client with httpx (optional dep via
pip install alphaloops-freight-sdk[async]) - Lazy import keeps httpx out of sync path
TypeScript SDK (0.2.0)
- filteredQuery() and filteredQueryIter() on carriers resource
v0.1.5
v0.1.4
v0.1.3
v0.1.1
What's Changed
Python SDK (0.1.1)
- Added to_dict() and to_json() methods to APIObject for easy serialization
- Fixed wrong field names in README (vehicle_make -> make)
- Expanded integration tests with field-level type assertions across all endpoints
TypeScript SDK (0.1.2)
- Fixed wrong field names in README (vehicle_make -> make)
- Expanded integration tests with field-level type assertions across all endpoints