Changes for version 0.05 - 2026-02-05
- [ENHANCEMENT] Keywords async_update and async_delete now support both scalar IDs and standard DBIC search HashRefs.
- [ENHANCEMENT] All keywords now defensively handle optional $connection_name, defaulting to 'default' if omitted or if a HashRef is detected in the slot.
- [FIX] Forced numeric context (int) for count, update, and delete returns to prevent string concatenation issues in tests and template logic.
- [FIX] Updated internal signatures to prevent DBIC deprecation warnings when passing scalar IDs to search-based keywords.
- [DOCS] Significant overhaul of SYNOPSIS and KEYWORDS documentation to clarify parallel execution patterns and deflated HashRef return types.
Modules
High-concurrency DBIx::Class bridge for Dancer2