Skip to content

Releases: RunAlphaLoop/freight-sdk

v0.2.2

Choose a tag to compare

@bwahacker bwahacker released this 19 Apr 15:48

Add timeline and insurance endpoints (by DOT and MC) with auto-paginating iterators to both Python and TypeScript SDKs. Includes integration tests for all new endpoints.

n8n-nodes-alphaloops-freight v0.1.9

Choose a tag to compare

@bwahacker bwahacker released this 31 Mar 15:18

Include compiled dist in repo for Creator Portal validation

n8n-nodes-alphaloops-freight v0.1.8

Choose a tag to compare

@bwahacker bwahacker released this 31 Mar 14:53

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

n8n-nodes-alphaloops-freight v0.1.7

Choose a tag to compare

@bwahacker bwahacker released this 31 Mar 14:45

Fix setTimeout ESLint violation, portable sed for CI

n8n-nodes-alphaloops-freight v0.1.6

Choose a tag to compare

@bwahacker bwahacker released this 31 Mar 14:43

Fix setTimeout ESLint violation for n8n community node checks

n8n-nodes-alphaloops-freight v0.1.5

Choose a tag to compare

@bwahacker bwahacker released this 31 Mar 14:37

Update author email

n8n-nodes-alphaloops-freight v0.1.4

Choose a tag to compare

@bwahacker bwahacker released this 31 Mar 14:27

Add author email for n8n community node submission

n8n-nodes-alphaloops-freight v0.1.3

Choose a tag to compare

@bwahacker bwahacker released this 31 Mar 14:09

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

v0.2.1

Choose a tag to compare

@bwahacker bwahacker released this 13 Mar 20:25

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

Choose a tag to compare

@bwahacker bwahacker released this 12 Mar 20:26

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