Added
- Vec model fields with push, extend, clear, pop, remove_at, and remove operations on PostgreSQL, MySQL, SQLite, and DynamoDB (#866, #872, #880, #887)
- Connection pooling improvements: lifetime capping, idle time limits, and automatic broken connection detection and eviction (#879, #882, #874, #867)
- Query capabilities: .select() projection through BelongsTo relations, per-call column projection, ilike() filter method, filtering by associated model fields, all-condition filters for associations, and latest_by queries (#827, #820, #801, #781, #784, #707)
- Compile-time validation for column storage types and create! macro field sets (#832, #648)
- Auto proxying through tuple-newtype Embed types (#836)
- #[deferred] field attribute and Deferred wrapper with embedded type support (#793, #799)
- Backward pagination driver capability (#757)
- Full-table scan support on DynamoDB (#821)
- IN-list parameter optimization for PostgreSQL (#818)