Update for v0.6.1.

This commit is contained in:
Mahlon E. Smith 2025-07-19 13:46:18 -07:00
parent ebd0d3dc45
commit d2bb8f5c46
Signed by: mahlon
SSH key fingerprint: SHA256:dP84sRGKZRpOOiPD/+GuOq+SHSxEw9qi5BWLQobaHm0
4 changed files with 28 additions and 10 deletions

View file

@ -1,5 +1,21 @@
# Release History for nim-kuzu
---
## v0.6.1 [2025-07-19] Mahlon E. Smith <mahlon@martini.nu>
Bugfix:
- Prefetch query result sets into the primary query object,
so iteration can act regularly (breaks and restarts operate
as one would expect), and GC works properly.
Enhancement:
- Perform file magic checks for better error messaging when
attaching to an existing disk-based database.
---
## v0.6.0 [2025-07-17] Mahlon E. Smith <mahlon@martini.nu>
@ -11,9 +27,10 @@ Enhancement:
Minutiae:
- Add a KuzuInterationError, to disambiguate iteration errors from
- Add a KuzuIterationError, to disambiguate iteration errors from
IndexErrors.
---
## v0.5.0 [2025-07-13] Mahlon E. Smith <mahlon@martini.nu>