Skip to content

Bump DuckDB.NET to 1.5.2#893

Merged
erikdarlingdata merged 1 commit into
devfrom
feature/bump-duckdb-1.5.2
Apr 25, 2026
Merged

Bump DuckDB.NET to 1.5.2#893
erikdarlingdata merged 1 commit into
devfrom
feature/bump-duckdb-1.5.2

Conversation

@erikdarlingdata
Copy link
Copy Markdown
Owner

Summary

  • Bumps DuckDB.NET.Data and DuckDB.NET.Bindings.Full from 1.5.0 to 1.5.2 in Lite/PerformanceMonitorLite.csproj.
  • Pulls in two upstream bugfix releases relevant to Lite's collector pattern:
    • 1.5.2 fixes unbounded row group growth on indexed tables under repeated load+insert cycles, and memory leaks/race conditions in prepared statements.
    • 1.5.1 hardens WAL checkpoint marking, prevents memory corruption in concurrent TrimFreeBlocks, and improves Windows UTF-8/UTF-16 handling.
  • No storage version change within the 1.5.x line — drop-in upgrade.

Test plan

  • dotnet build Lite/PerformanceMonitorLite.csproj -c Debug succeeds (0 warnings, 0 errors)
  • Lite launches and connects to its existing 1.5.0 DuckDB file without migration

🤖 Generated with Claude Code

Pulls in two upstream bugfix releases relevant to Lite's collector pattern:
- 1.5.2 fixes unbounded row group growth on indexed tables under repeated
  load+insert cycles, and memory leaks/race conditions in prepared statements.
- 1.5.1 hardens WAL checkpoint marking, prevents memory corruption in
  concurrent TrimFreeBlocks, and improves Windows UTF-8/UTF-16 handling.

No storage version change within 1.5.x.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit c182721 into dev Apr 25, 2026
3 checks passed
@erikdarlingdata erikdarlingdata deleted the feature/bump-duckdb-1.5.2 branch April 25, 2026 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant