Skip to content

Releases: RunAlphaLoop/freight-sdk

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.

v0.1.4

11 Mar 16:42

Choose a tag to compare

Fix npm OIDC trusted publishing (remove registry-url override). TypeScript SDK 0.1.4.

v0.1.3

11 Mar 16:36

Choose a tag to compare

  • Switch npm publishing to OIDC trusted publishing (no token needed)
  • Add repository field to package.json for provenance
  • TypeScript SDK 0.1.3, Python SDK 0.1.1 (unchanged)

v0.1.1

11 Mar 16:28

Choose a tag to compare

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

v0.1.0

10 Mar 05:24

Choose a tag to compare

Initial release of alphaloops-freight-sdk