v0.25.35
bigcapitalhq/bigcapitalv0.25.35Aug 29, 2026by abouolia
AI Summary
This release introduces audit logging for banking modules and Plaid sync, addresses security by guarding against concurrent Plaid runs, and adds a feature flag for landed costs.
Key Highlights
- Added audit logs for banking modules and Plaid sync/webhooks
- Guarded Plaid transaction sync against concurrent runs
- Show per-account uncategorized count in account switch dropdown
- Added landed cost feature flag
New Features
- Audit logs for banking and Plaid
- Landed cost feature flag
Full Release Notes
## What's Changed * test(server): add pagination e2e for manual journals by @lorenzozanee in https://github.com/bigcapitalhq/bigcapital/pull/1294 * fix(banking): show per-account uncategorized count in account switch dropdown by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1299 * fix(server): guard Plaid transaction sync against concurrent runs by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1297 * feat(server): add audit logs for banking modules and Plaid sync/webhooks by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1300 * fix(server): include formattedQuantity in item transactions transformers by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1301 * fix(server): auto-recognize synced bank transactions via queue by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1296 * fix(webapp): report date range select always displayed "Today" by @jtbuffmire in https://github.com/bigcapitalhq/bigcapital/pull/1302 * feat: add landed cost feature flag by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1239 * fix(webapp): wire onError handler to sdk api fetcher by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1263 ## New Contributors * @lorenzozanee made their first contribution in https://github.com/bigcapitalhq/bigcapital/pull/1294 * @jtbuffmire made their first contribution in https://github.com/bigcapitalhq/bigcapital/pull/1302 **Full Changelog**: https://github.com/bigcapitalhq/bigcapital/compare/v0.25.34...v0.25.35