You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modified version ID generation in get_next_version() to use random numbers instead of MD5 hashing, eliminating potential errors with empty channels (PR #1685)
Added new SQL constant INSERT_CHECKPOINT_WRITES_SQL for insert-only operations alongside the existing upsert operation (PR #1685)
Simplified _dump_metadata() to use direct serialization without type checking (PR #1716)