This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Release v0.2.1
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
- Fixed
- Added NULL checks for all
malloccalls 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