v1.15.0

D4Vinci/Scraplingv1.15.0Aug 5, 2026by githubsaturn

AI Summary

A major release focusing on deployment stability, performance optimization, and security. It introduces new features like simplified Docker compose support, BuildKit defaulting, and gzip compression, alongside improvements to error handling and backup management.

Key Highlights

  • Warning for persistent volume label conflicts
  • Ability to deploy simplified Docker compose
  • Defaulting to BuildKit
  • Defaulting to gzip on
  • Server hostname in backup filename

New Features

  • Persistent volume label warnings
  • Simplified Docker compose deployment
  • BuildKit default
  • Gzip compression default
  • Ability to disable IP logging
  • Server hostname in backup filename
  • Improved error messages
  • Backend app creation process

Full Release Notes

> Note: Due to large number changes in this release, we will be **gradually (read very slowly)** rolling out the "upgrade banner" for existing instances. The new instances will get the update right away. 

## [1.15.0] - 2026-08-04

- New: Warning when a persistent volume label is already used by another app [PR-226](https://github.com/caprover/caprover-frontend/pull/226)
- New: Ability to deploy simplified Docker compose [PR-191](https://github.com/caprover/caprover-frontend/pull/191)
- New: Defaulting to BuildKit [Issue-1582](https://github.com/caprover/caprover/issues/1582)
- New: Defaulting to gzip on [PR-2360](https://github.com/caprover/caprover/pull/2360)
- New: Ability to disable IP logging in GoAccess logs [PR-2362](https://github.com/caprover/caprover/pull/2362)
- New: CapRover server hostname into the filename of the backup download [PR-2389](https://github.com/caprover/caprover/pull/2389)
- Improved: Descriptive error on installations on incompatible systems (e.g. Proxmox LXC) [issues-2326](https://github.com/caprover/caprover/issues/2326)
- Improved: Moved one click app creation process to backend for more stability [PR-2334](https://github.com/caprover/caprover/pull/2334)
- Improved: Reduced the Backup size by excluding the GoAccess logs [PR-2336](https://github.com/caprover/caprover/pull/2336)
- Improved: Logged expired or soon-to-expire orphaned SSL certificates for a safe observation period [Issue-2397](https://github.com/caprover/caprover/issues/2397)
- Fixed: Prevented malformed `config-captain.json` from being overwritten [Issue-858](https://github.com/caprover/caprover/issues/858)
- Fixed: Git webhook deployments failing when webhook payloads exceed 100 KB [Issue-1393](https://github.com/caprover/caprover/issues/1393)