Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

v0.2.0

Latest

Choose a tag to compare

@teodordelibasic-db teodordelibasic-db released this 28 Jan 23:33
· 1 commit to main since this release
17f6196

New APIs (Recommended)

  • ingestRecordOffset() / ingestRecordsOffset() - Returns offset immediately after queuing
  • waitForOffset() - Wait for server acknowledgment when needed

Changes

  • Upgraded to Rust SDK v0.4.0
  • Added streamPausedMaxWaitTimeMs configuration option
  • User agent now identifies as zerobus-sdk-ts/0.2.0

Deprecated

  • ingestRecord() / ingestRecords() - Use offset-based APIs instead

Docs

  • Updated examples to use new recommended APIs
  • Reorganized examples into json/, proto/, arrow/ directories