Skip to content

Release history

drivebase releases

Drivebase is a cloud-agnostic file management platform for people and teams using multiple storage providers.

All releases

53 shown

No immediate action
v4.0.0 New feature

Dropbox/OneDrive providers + image preview

patches CVE-2025-31125
Open
v3.5.5 Breaking risk
Breaking changes
  • Default port changed to 8900; port configuration environment variable removed
  • Sync to provider settings toggle removed; now enabled by default
Notable features
  • Explorer cut/copy/paste clipboard with queued cross-provider folder/file transfers
  • JSON-LD structured data for SEO across blog and docs
Full changelog

Features

  • add explorer cut/copy/paste clipboard with queued cross-provider folder/file transfers (746a758)
  • enable sync to provider by default and remove settings toggle (e4afa43)
  • www: add JSON-LD structured data for SEO across blog and docs (dd90780)

Fixes

  • add DATA_DIR to .env.test (547442d)
  • reduce docker image size from 1.4GB to 700MB (9e73420)
  • replace pdf-to-img with pdftoppm CLI to fix arm64-musl crash on RPi4 (4b56358)
  • set default port to 8900 and remove unnecessary env (3a61a1d)

Others

v3.5.4 Bugfix

🪲 Bug Fixes - Fixed Docker container startup to ensure reliable operation.

v3.5.3 Bug fix

Fixed a render loop in the connect dialog that caused excessive updates, improving UI stability and preventing freeze. Also added i18n extraction to the build process for localization updates.

v3.5.2 New feature
Notable features
  • Dedicated Activity page with pagination
  • Granular provider-level access grants
  • Consistent enforcement across listings
Full changelog

New Features

  • Dedicated Activity page with smooth server-side pagination for easier browsing of your file history.
  • Granular provider-level access grants for workspace members and invites, giving precise control over who accesses specific storage providers.

Improvements

  • Access grants now enforced across all file and folder listings for consistent security.
  • Files page UI refined: bottom shadow appears only when content overflows, for a cleaner look.

Bug Fixes

  • Fixed Docker Compose build to properly include web assets for smoother self-hosting.
v3.5.1 Bugfix

SQL files are no longer ignored in version control, ensuring schema scripts are tracked and reducing risk of missing migrations.

v3.5.0 New feature
Notable features
  • Samba provider support
Full changelog

Features

  • add samba provider support (efbe715)

Others

  • add discord link (eee50a2)
  • delete .tool-versions (057d92e)
  • telemetry: track app update start with version metadata (8ed56db)
v3.4.3 Bug fix

Fixed drag-and-drop collision detection and corrected file selection count, and refined the blog layout. These changes prevent miscounts and improve UI consistency for file management.

v3.4.2 Mixed
Notable features
  • Grid file items now show provider icon and file size
  • Onboarding flow supports internationalization (i18n)
  • Help button added to onboarding
Full changelog

Features

  • files: show provider icon and file size in grid file items (24646ad)

Fixes

  • web: keep sidebar settings active on all settings routes (1735fc8)

Styles

  • add scroll fade gradient to file explorer (f5867c9)
  • remove background classes from actions column (d0e75f0)
  • ui improvements (674df21)

Others

v3.4.1 Bug fix

Fixed column layout in the FileSystemTable grid and cleaned up dead imports, extracted i18n, updated the changelog format, and refreshed analytics.

v3.4.0 Mixed
Notable features
  • WebDAV server implementation
  • Personalization settings with persisted appearance presets
  • Auto-sync toggle with custom scheduling
Full changelog

✨ Features

  • add js/ts sdk support (953524a)
  • collapsible right panel (2caae20)
  • implement auto-sync toggle with custom scheduling (68fec33)
  • implement forgot password (89e5a76)
  • implement webdav server (#128) (e68dae7)
  • web: add files grid view (fc99c81)
  • web: add personalization settings with persisted appearance presets (9bd17ac)

🐛 Fixes

  • add validation for chunkSize in sliceIntoChunks function (6cfb1f8)
  • remove index from key in status bar item mapping (7f24bb6)
  • update siteUrl to include 'www' for correct domain resolution (ea94395)
v3.3.0 Mixed
Notable features
  • Smart search with text extraction
  • API keys: provider scope with optional base path
Full changelog

✨ Features

  • add smart search with text extraction (e3ca67c)
  • api-keys: add provider scope with optional base path (4bfe146)

🐛 Fixes

  • update Docker image tagging logic for releases and non-releases (811205f)
v3.2.0 New feature
⚠ Upgrade required
  • Database and Redis ports are no longer exposed in the production Docker Compose configuration
Notable features
  • Passkey authentication support for passwordless login
  • Sign-out confirmation dialog
Full changelog

✨ Features

  • add passkey authentication support (64ddabd)

🎨 Styling

  • add confirmation dialog before sign out (a3bf825)
  • migrate icons to solar (1609493)
  • replace icons with Pi variants in PasskeysSection (00f1edc)

📝 Docs

🤖 Chore

  • add drivebase-network to prod compose and update discord/pr (b6a4b61)
  • format (8e72735)
  • format (ffe8fe2)
  • invalid YAML in PR workflow paths (563b6dc)
  • migrate to pi icons (e770f17)
  • reemove AI related stuffs (ba2d582)
  • remove redundant actions (0445d1c)
  • unexpose db and redis ports in prod compose (8921371)
v3.1.5 Bug fix

A rule list refetch bug was fixed so saved changes reload instantly, and structured debug logs plus documentation updates were added to improve developer debugging and usability.

v3.1.4 Bug fix

Fixed AI job reconciliation, made pruneDeleted deletion default to reduce orphaned files, and streamlined i18n extraction to improve sync reliability and reduce missing translations.

v3.1.3 Bug fix

The API client now constructs requests with relative paths, eliminating incorrect absolute URLs that caused failed calls.

v3.1.2 Mixed
Notable features
  • File preview capability
  • Generic file lifecycle support for S3 Glacier
  • Modal interface for file details
Full changelog

✨ Features

  • add file preview (473a447)
  • provider: add generic file lifecycle support with S3 Glacier (92b5901)
  • use modal for file details (bf088fe)

🐛 Fixes

  • update telemetry endpoint URL in install script (a2ffc69)
  • web: hydrate job panel from active jobs only to avoid showing (33550d0)

🎨 Styling

  • blog post content styling (ac73e0f)
  • landing page UI for better aesthetics (eb2c7a0)

📝 Docs

  • add funding usernames for GitHub and Ko-fi (e4237d2)
  • update blog banner image and allow cdn.drivebase.io (6df9c17)
v3.0.0 New feature
Security fixes
  • Redirects to login on invalid authentication state in onboarding and authenticated layouts
Notable features
  • Rewrote the activity subsystem as a generic event model
  • Added a roadmap page for version planning
  • Introduced a Releases page that fetches GitHub releases
v2.5.0 Mixed
Notable features
  • Darkibox provider support
  • Make targets for Docker Compose up and down operations
Full changelog

2.5.0 (2026-02-23)

Bug Fixes

  • update redis container name to drivebase_redis (d243268)

Features

  • add darkibox provider (427e190)
  • add make targets for docker compose up and down (ca608e3)
v2.4.2 Bug fix

The release name formatting in the configuration was corrected, eliminating inconsistent identifiers that could cause mismatches in downstream processes.

v2.4.1 Maintenance

## [2.4.1](https://github.com/drivebase/drivebase/compare/v2.4.0...v2.4.1) (2026-02-22)

v2.4.0 New feature
Notable features
  • Telemetry tracking for monitoring and analyzing usage patterns
Full changelog

2.4.0 (2026-02-22)

Features

  • implement telemetry tracking (4c5b472)
v2.3.0 New feature
Notable features
  • Nextcloud provider support
Full changelog

2.3.0 (2026-02-22)

Bug Fixes

  • update dashboard URL and GraphQL endpoint in README (50a326a)

Features

v2.2.1 Bug fix

Fixed Dockerfile API reference and corrected the Quick Start installation command to use curl

v2.2.0 Mixed
Notable features
  • Star icon display for starred folders and files
Full changelog

2.2.0 (2026-02-22)

Bug Fixes

  • add generate script to package.json (f1785fe)
  • add max-width to AccountSettingsSection layout for better responsiveness (eb60057)
  • adjust padding in layout for DashboardPage, FilesPage, and SettingsPage components (938dea9)
  • refactor RightPanel component layout for improved structure (f29c1ac)
  • rename DefaultAccountView to DefaultView (201ac74)
  • rename Favorites to Starred in relevant components and update translations (3dff062)
  • update label for Favorites to Starred and adjust Settings route in Sidebar (cd19f2c)
  • update min-height values for CardContent in VaultSetupWizard and UploadProgressPanel components (a6669eb)
  • update package names in scripts to remove scope prefix (ab9a5f5)
  • update workspaces in package.json to specify api and web directories (06a5652)

Features

  • add Star icon display for starred folders and files (3878d97)
v2.1.4 Bug fix

Workspace ID is now correctly included in file and folder queries and the unique constraint on virtualPath has been removed, fixing query accuracy and allowing duplicate virtual paths.

v2.1.3 Bug fix

Upload requests now include the workspace ID, fixing missing ID errors in integrations.

v2.1.2 Bug fix

Fixed duplicate root folder creation during OAuth callbacks and added validation for parent directory existence at startup, preventing startup failures and incorrect folder handling.

v2.1.1 Bug fix

Fixed trigger logic to use the latest GitHub tag, correcting version detection and ensuring the correct release is applied.

v2.1.0 Bug fix

Bug fixes address backup download unlock, passphrase prompts, input type support, error message sanitization, translation completeness, and vault query handling, improving reliability and security for vault and backup operations.

v2.0.0 Breaking risk
Breaking changes
  • Removed remoteId and providerId fields from folders
Notable features
  • Vault implementation
  • Workspace export with encryption options
  • Arabic language support with RTL
Full changelog

2.0.0 (2026-02-20)

Bug Fixes

  • add provider details to VAULT_CONTENTS_QUERY (eabccb8)
  • correct header assignment and import order in update hooks (7333828)
  • release: add releaseName to GitHub configuration (0ef48e2)
  • remove remoteId and providerId fields to clarify the organizational nature of folders (7b6af66)
  • remove unused var and reorder (dc4c963)
  • store server instance for proper shutdown handling (9405e5c)
  • tsr generate (1809553)
  • update descriptions in WelcomeStep for clarity (37d34fb)
  • update GitHub link in Hero component to point to the correct repository (7b9a699)
  • web: migrate Trans imports to @lingui/react/macro (7bef628)

Features

  • add commit message generation prompt (b2200a0)
  • add destination path handling for uploads and update upload hook options (2e4b66e)
  • add new pages for Vault, Smart Upload, Cloud Transfers, and Team Collaboration (772d0ab)
  • add recent updates feature with API integration and loading state (327382a)
  • add tab selection for invite expiration and standardize settings input widths (5217e64)
  • add updater service for application updates (efefd39)
  • create separate users section (360c5ca)
  • file upload rules (592ad47)
  • i18n: add Arabic language with RTL support and migrate to PO format (921b7a9)
  • implement vault (8484c60)
  • implement workspace export functionality with encryption options (3204187)
v1.13.0 New feature
Notable features
  • Workspace memberships and invites
  • Workspace schema and related services
  • Workspace management with queries and hooks
v1.12.0 New feature
Notable features
  • OAuth onboarding flow enhanced with source tracking and improved redirects
  • New getPublicApiBaseUrl function for resolving public API base URL
v1.11.1 Bug fix

Updated the import path for AccountSettingsSection in the my-account route to resolve an error.

v1.11.0

{ "summary": "Added an onCreated prop for folder creation and content refresh, updated requestPolicy to useStarredFiles for cache-and-network strategy, updated provider-card component to include a documentation link button and refactor connect button layout, and implemented a new settings page with general and security sections.", "summary_short": "Added onCreated prop, updated requestPolicy, refactored provider-card, and implemented settings page.", "summary_short_long": "Added onCreatedp

v1.10.0

{ "summary": "Added uploadS3Direct and uploadProxyChunks functions for chunked file uploads, implemented resumableable chunked file uploads, and added OAuth New/Existing credential tabs with reusable user-scoped credentials for providers.", "summary_short": "Added uploadS3, uploadProxyChunks, resumable chunked uploads, and OAuth credential tabs.", "severity": "mixed", ")": "Users of S3 and proxy chunked file uploads and OAuth provider configuration.", "topics": ["file-uploads", "s3",

v1.8.1 Bug fix

Updated RightPanel to show update availability and removed the Sidebar update link.

v1.9.0 Mixed
⚠ Upgrade required
  • Dockerfile updated to ignore scripts during bun install
Notable features
  • Render configuration and environment variables for deployment
Full changelog

1.9.0 (2026-02-15)

Bug Fixes

  • update Dockerfile to ignore scripts during bun install (251c67f)

Features

  • add render configuration and environment variables for deployment (3cd9cb4)
v1.8.0 New feature
Notable features
  • Move files across providers
Full changelog

1.8.0 (2026-02-15)

Bug Fixes

  • update documentation link to the correct site (cc2fa05)

Features

  • add ability to move files across providers (9fb9759)
v1.7.0 Mixed
Notable features
  • Internationalization (i18n) support for multi-language applications
  • Blog feature implementation
  • Tooltip component added to Sidebar
Full changelog

1.7.0 (2026-02-15)

Bug Fixes

  • biome checks (fad5b77)
  • implement cascading virtualPath updates for renamed and moved folders and files (bb8e12c)
  • update Product Hunt link and optimize image component in Hero section (3a6b07b)

Features

  • add tooltip component and integrate it into the Sidebar (3dc4e84)
  • implement blog feature (a694dd4)
  • implement i18n (462038a)
  • refactor apps/web to feature-based architecture (26a77ba)
  • update blog page layout and add new blog post on Drivebase (d772248)
v1.6.0 New feature
Notable features
  • Drag-and-drop functionality for file and folder management
  • Rename functionality for files and folders in FileSystemTable
Full changelog

1.6.0 (2026-02-14)

Bug Fixes

  • conditionally render quick actions in FileSystemTable based on file selection (e2eea9f)
  • enhance layout and styling for file and folder display in FileSystemTable (4790b29)
  • onboarding flow with improved navigation (#72) (273a858)
  • remove provider service calls from file and folder move functions (8fe2ca8)
  • update Product Hunt badge link (2efe352)

Features

  • add rename functionality for files and folders in FileSystemTable (a9663d9)
  • implement drag-and-drop functionality for file and folder management (1da0bc4)
v1.5.0 Mixed
Notable features
  • Add check-types script to all package.json
Full changelog

1.5.0 (2026-02-14)

Bug Fixes

  • enhance provider service and resolvers with improved sync handling (051482c)

Features

  • add check-types script to all package.json (789ef7a)
v1.4.0 Mixed
Notable features
  • Telegram storage provider
  • Redis initialization with logging of available providers at app startup
Full changelog

1.4.0 (2026-02-14)

Bug Fixes

  • telegram: add connection timeout to prevent hanging during initialization (62560d5)
  • update Discord link in README and footer (eaa834e)

Features

  • init: initialize Redis and log available providers during app startup (07d7553)
  • provider: add Telegram storage provider (78a11d6)
v1.3.3 Maintenance

## [1.3.3](https://github.com/drivebase/drivebase/compare/v1.3.2...v1.3.3) (2026-02-14)

v1.3.1 Maintenance

## [1.3.1](https://github.com/drivebase/drivebase/compare/v1.3.0...v1.3.1) (2026-02-14)

v1.3.0 Mixed
Notable features
  • WebDAV storage provider integration with updated documentation
  • Event tracking POST endpoint with PostHog integration
Full changelog

1.3.0 (2026-02-13)

Bug Fixes

  • navbar: update link for storage providers to point to overview and rename link text (9f9e4e1)

Features

  • provider: add WebDAV storage provider integration and update related documentation (37470a8)
  • tracking: implement POST endpoint for event tracking with PostHog integration (16ca893)
v1.2.0 New feature
Notable features
  • Dropbox storage provider integration with OAuth support
  • FTP storage provider integration
  • Onboarding implementation with provider synchronization and progress tracking
Full changelog

1.2.0 (2026-02-13)

Bug Fixes

  • update API and CORS URLs to reflect new domain (b604775)

Features

  • add onboardingCompleted field to users schema (00ee3a9)
  • add routes for downloading YAML and shell script files (58c9e74)
  • add suggestion section for new storage providers on ProvidersPage (91cffe5)
  • docs: add create-provider skill documentation for storage integration (7073741)
  • docs: add Dropbox integration documentation and update README (36fcd1a)
  • dropbox: add Dropbox storage provider integration with OAuth support (2f9c092)
  • ftp: add FTP storage provider integration and update documentation (b5d04ca)
  • implement onboarding (a5990e2)
  • implement provider synchronization with progress tracking and options (60350bd)
  • update landing page components with new features and improved API links (8d96d9f)
v1.1.0 Mixed
Notable features
  • Local storage for column visibility persistence
  • Installer script for Drivebase deployment
  • Documentation site and landing page
Full changelog

1.1.0 (2026-02-13)

Bug Fixes

Features

  • add commitlint and husky for commit message validation (5022cc3)
  • add docs and landing page (ec35d3a)
  • add installer script for Drivebase deployment (1111d5a)
  • add lint-staged for pre-commit hooks (24ac51f)
  • add Netlify build ignore for www app (adcf33a)
  • implement local storage for column visibility (1788dc5)
  • setup wrangler (a5f0e75)
  • update docs content (a76383b)
v1.0.2 Maintenance

## [1.0.2](https://github.com/drivebase/drivebase/compare/v1.0.1...v1.0.2) (2026-02-12) **Full Changelog**: https://github.com/drivebase/drivebase/compare/v1.0.1...v1.0.2

v1.0.1 Bug fix

Added codegen to the build process and integrated codegen execution within the api. This ensures consistency between generated code and the code base.

v1.0.0 New feature
⚠ Upgrade required
  • Runtime has changed to Bun. Ensure Bun is installed in your deployment environment before upgrading.
Notable features
  • Migrated techstack to Bun

Beta — feedback welcome: [email protected]