Releases: RunAlphaLoop/freight-sdk
Releases · RunAlphaLoop/freight-sdk
n8n-nodes-alphaloops-freight v0.1.9
Include compiled dist in repo for Creator Portal validation
n8n-nodes-alphaloops-freight v0.1.8
Remove banned setTimeout — sleep is now a no-op in n8n context
n8n-nodes-alphaloops-freight v0.1.7
Fix setTimeout ESLint violation, portable sed for CI
n8n-nodes-alphaloops-freight v0.1.6
Fix setTimeout ESLint violation for n8n community node checks
n8n-nodes-alphaloops-freight v0.1.5
Update author email
n8n-nodes-alphaloops-freight v0.1.4
Add author email for n8n community node submission
n8n-nodes-alphaloops-freight v0.1.3
Bump version for npm publish retry; add tag guards to workflow
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