Skip to main contentSkip to FAQSkip to contact
All releases

Release notes · v2.0

Every SDK, API, and contracts change shipped in this release.

v2.0 - Typed SDK GA. First fully typed release of @tetrafi/sdk and tetrafi-sdk (Python). Namespaces finalized: rfq, quotes, settlements, compliance.

Highlights

  • rfq.create(params) → returns a typed RFQ object with id, status, expiresAt.
  • rfq.getQuotes(rfqId) → real-time quote stream over WebSocket, typed as Quote[].
  • compliance.check(address) → returns ComplianceStatus before any rfq.create.
  • settlements.get(id) → polls until settlement reaches a terminal state.

Breaking changes

  • None - v2.0 is the first GA release.

Migration

  • From pre-release v1.x namespaces: rename every tetrafi.* call to the new namespaced variants (e.g. tetrafi.postQuoterfq.create). See SDK compare for the full mapping.

SDK · Added methods

SDK · Deprecated methods

No SDK methods deprecated in v2.0.