Back to Changelog
v0.3.4
December 9, 2025

JSON Serialization Fix

Fixed

#[0.3.4] - 2025-12-09

#Fixed

  • JSON Serialization for Database Types
    • Fixed TypeError when database plugins return non-JSON-native types (datetime, Decimal, UUID, bytes)
    • Fixes errors when using Snowflake, PostgreSQL, MySQL plugins with queries returning timestamps, numeric types, or UUIDs