Skip to content

Releases: RunAlphaLoop/freight-sdk

n8n-nodes-alphaloops-freight v0.1.9

31 Mar 15:18

Choose a tag to compare

Include compiled dist in repo for Creator Portal validation

n8n-nodes-alphaloops-freight v0.1.8

31 Mar 14:53

Choose a tag to compare

Remove banned setTimeout — sleep is now a no-op in n8n context

n8n-nodes-alphaloops-freight v0.1.7

31 Mar 14:45

Choose a tag to compare

Fix setTimeout ESLint violation, portable sed for CI

n8n-nodes-alphaloops-freight v0.1.6

31 Mar 14:43

Choose a tag to compare

Fix setTimeout ESLint violation for n8n community node checks

n8n-nodes-alphaloops-freight v0.1.5

31 Mar 14:37

Choose a tag to compare

n8n-nodes-alphaloops-freight v0.1.4

31 Mar 14:27

Choose a tag to compare

Add author email for n8n community node submission

n8n-nodes-alphaloops-freight v0.1.3

31 Mar 14:09

Choose a tag to compare

Bump version for npm publish retry; add tag guards to workflow

v0.2.1

13 Mar 20:25

Choose a tag to compare

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

12 Mar 20:26

Choose a tag to compare

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

11 Mar 16:55

Choose a tag to compare

Use Node 24 for npm OIDC trusted publishing. TypeScript SDK 0.1.5.