v0.25.34
SesameAILabs/csmv0.25.34Aug 27, 2026by abouolia
AI Summary
This release addresses critical bug fixes in reporting modules, including purchases by items and inventory valuation sheets, while enhancing security by enforcing minimum password length. It also introduces an automated container update mechanism and resolves issues with Plaid account synchronization.
Key Highlights
- Fixed blank rows in purchases by items report
- Enforced minimum password length for all user creation paths
- Fixed inventory valuation sheets with item filters and date ranges
- Added auto-update functionality for webapp and server containers via Watchtower
- Fixed Plaid account code validation and deletion logic
New Features
- Auto-update webapp and server containers via watchtower
Full Release Notes
## What's Changed * fix(server): purchases by items report renders blank rows by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1280 * ci: add ESLint GitHub Action and fix package lint configs by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1281 * fix(auth): enforce minimum password length on all creation paths (GHSA-cxxc-2rrm-wmc9) by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1180 * fix(server): apply item filters and date range in inventory valuation sheet by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1286 * fix(webapp): inventory valuation sheet filters by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1287 * feat(server): auto-update webapp and server containers via watchtower by @ryanduguid in https://github.com/bigcapitalhq/bigcapital/pull/1276 * fix: auto-fetch exchange rate when selecting a foreign customer by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1290 * fix(server): skip account code validation for Plaid-synced accounts by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1292 * fix(server): delete Plaid item by plaidItemId on bank account disconnect by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1293 ## New Contributors * @ryanduguid made their first contribution in https://github.com/bigcapitalhq/bigcapital/pull/1276 **Full Changelog**: https://github.com/bigcapitalhq/bigcapital/compare/v0.25.33...v0.25.34