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

Release v0.2.1

Choose a tag to compare

@elenagaljak-db elenagaljak-db released this 03 Feb 10:57
· 12 commits to main since this release

Release v0.2.1

Bug Fixes

  • Critical: Fixed CGO pointer violations in batch ingestion APIs that caused runtime panics with "cgo argument has Go pointer to unpinned Go pointer"
    • Fixed IngestRecordsOffset() for both JSON and Protocol Buffer records
    • Fixed by allocating pointer arrays in C memory instead of Go memory
  • Added NULL checks for all malloc calls to handle out-of-memory scenarios gracefully
    • Added checks in batch ingestion functions
    • Added checks in headers provider callback

Internal Changes

  • Updated all SDK pointer validation to work with wrapper structure