v0.25.36

bigcapitalhq/bigcapitalv0.25.36Aug 31, 2026by abouolia

AI Summary

This release focuses on fixing critical bugs in the web application and SDK, including improvements to transaction handling, caching, and user login flows. It introduces new SMS endpoint coverage in the SDK and streamlines the onboarding process by removing the subscription step.

Key Highlights

  • Added typed utils and OpenAPI coverage for SMS endpoints in the SDK
  • Fixed user logout issue occurring during company logo and attachment uploads
  • Improved transaction data handling by enabling camelCase transforms for bill landed costs
  • Removed the subscription step from the onboarding wizard for a smoother setup
  • Fixed cache invalidation for landed cost lists and bank feed accounts

New Features

  • Added typed utils and OpenAPI coverage for SMS endpoints

Full Release Notes

## What's Changed
* fix: company logo / attachment upload logs the user out by @naoswilbrink in https://github.com/bigcapitalhq/bigcapital/pull/1306
* ci: build @bigcapital/sdk-ts before the TypeScript type check by @naoswilbrink in https://github.com/bigcapitalhq/bigcapital/pull/1308
* fix(webapp): enable camelCase transform for bill landed cost transactions by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1317
* fix(webapp): invalidate landed cost list and bank feed account cache by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1319
* refactor(webapp): remove subscription step from onboarding wizard by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1320
* feat(sdk-ts): add typed utils and OpenAPI coverage for SMS endpoints by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1325
* fix(webapp): render the Generate API Key dialog by @naoswilbrink in https://github.com/bigcapitalhq/bigcapital/pull/1310
* fix(server): restore tenant seed settings for auto-increment by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1326

## New Contributors
* @naoswilbrink made their first contribution in https://github.com/bigcapitalhq/bigcapital/pull/1306

**Full Changelog**: https://github.com/bigcapitalhq/bigcapital/compare/v0.25.35...v0.25.36