2025-11-04 09:06:11 -08:00
|
|
|
# Release History for nim-ladybug
|
|
|
|
|
|
2025-11-15 16:38:21 -08:00
|
|
|
---
|
|
|
|
|
## v0.8.0 [2025-11-15] Mahlon E. Smith <mahlon@martini.nu>
|
|
|
|
|
|
|
|
|
|
Update to Ladybug v0.12.2. No practical changes, some internal
|
|
|
|
|
modifications to how the blob API functions.
|
|
|
|
|
|
|
|
|
|
|
2025-11-04 09:06:11 -08:00
|
|
|
---
|
|
|
|
|
## v0.7.0 [2025-11-04] Mahlon E. Smith <mahlon@martini.nu>
|
|
|
|
|
|
|
|
|
|
Rename the project from Kuzu to Ladybug, following new upstream efforts to keep
|
|
|
|
|
the project going after the Kuzu originator sudden abandonment.
|
|
|
|
|
|
2025-03-29 23:17:10 +00:00
|
|
|
|
2025-07-19 13:46:18 -07:00
|
|
|
---
|
|
|
|
|
## 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.
|
|
|
|
|
|
|
|
|
|
|
2025-07-17 16:04:12 -07:00
|
|
|
---
|
|
|
|
|
## v0.6.0 [2025-07-17] Mahlon E. Smith <mahlon@martini.nu>
|
|
|
|
|
|
|
|
|
|
Enhancement:
|
|
|
|
|
|
|
|
|
|
- Provide functions for retreiving multiple result sets from a
|
|
|
|
|
single primary query object.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Minutiae:
|
|
|
|
|
|
2025-07-19 13:46:18 -07:00
|
|
|
- Add a KuzuIterationError, to disambiguate iteration errors from
|
2025-07-17 16:04:12 -07:00
|
|
|
IndexErrors.
|
|
|
|
|
|
2025-07-19 13:46:18 -07:00
|
|
|
|
2025-07-13 13:53:20 -07:00
|
|
|
---
|
|
|
|
|
## v0.5.0 [2025-07-13] Mahlon E. Smith <mahlon@martini.nu>
|
|
|
|
|
|
|
|
|
|
Bump for kuzu 0.11.0. No practical changes.
|
|
|
|
|
|
|
|
|
|
|
2025-05-27 18:31:59 +00:00
|
|
|
---
|
|
|
|
|
## v0.4.0 [2025-05-08] Mahlon E. Smith <mahlon@martini.nu>
|
|
|
|
|
|
|
|
|
|
Bump for kuzu 0.10.0. No practical changes.
|
|
|
|
|
|
|
|
|
|
|
2025-04-19 17:45:53 +00:00
|
|
|
---
|
|
|
|
|
## v0.3.0 [2025-04-19] Mahlon E. Smith <mahlon@martini.nu>
|
|
|
|
|
|
|
|
|
|
Enhancement:
|
|
|
|
|
|
2025-07-17 16:04:12 -07:00
|
|
|
- Add `toBlob` for quickly fetching a sequence of opaque bytes.
|
2025-04-19 17:45:53 +00:00
|
|
|
|
|
|
|
|
|
2025-04-02 02:19:34 +00:00
|
|
|
---
|
|
|
|
|
## v0.2.0 [2025-04-01] Mahlon E. Smith <mahlon@martini.nu>
|
|
|
|
|
|
|
|
|
|
Well that didn't take long! Update for Kuzu 0.9.0.
|
|
|
|
|
|
|
|
|
|
No practical changes, but there was a prepared statements
|
|
|
|
|
binding bugfix in the underlying lib that was biting us,
|
|
|
|
|
so update version to reflect the 0.9.0 release.
|
|
|
|
|
|
|
|
|
|
|
2025-03-29 23:17:10 +00:00
|
|
|
---
|
2025-03-31 23:16:21 +00:00
|
|
|
## v0.1.0 [2025-03-31] Mahlon E. Smith <mahlon@martini.nu>
|
2025-03-29 23:17:10 +00:00
|
|
|
|
|
|
|
|
Initial public release.
|