Skip to content

v1.19.0

Latest

Choose a tag to compare

@github-actions github-actions released this 29 May 13:07
df4a4e0

1.19.0 (2026-05-29)

Features

  • add circular reveal theme toggle to top bar (6ce9420)
  • add collection deletion functionality (98138a7)
  • add collection export/import, dev seed script, and settings cle… (305cd9a)
  • add collection export/import, dev seed script, and settings cleanup (d8f3cf9)
  • add collection stats retrieval and formatting for display in database service (3324e2d)
  • add comparison table and "Why Compooss" section (daa737c)
  • add docs for compooss (d98362c)
  • add docs for compooss (66065a5)
  • add document deletion functionality and enhance JSON document component (c7e1828)
  • add Extended JSON export modes and fix EJSON import/render (9887baa)
  • add Extended JSON export modes and fix EJSON import/render (929317a)
  • add interactive ER diagram and schema visualization (eb92641)
  • add interactive ER diagram and schema visualization (532dafb)
  • add JsonDocumentSkeleton component and improve loading state handling in DocumentsTab (68df769)
  • add light/dark/system theme switching with Monaco editor support (b305c03)
  • add light/dark/system theme switching with Monaco editor support (4083884)
  • add multi-theme system with 8 skins and settings entry point (80475fb)
  • add new database (dee46f9)
  • add Pookie and Liquid Glass skins to the theme system (495f8f7)
  • add Storybook and Button component stories (252f3a3)
  • add structured logging with pino across server and client (27a007f)
  • added 404 for the docs (47b5819)
  • added api (d351f35)
  • added db connection (8cbe11d)
  • added edit document (c2798dc)
  • added issues for windows users on docs (c06d6d3)
  • added multiple theme support (19f5da1)
  • added multiple theme support (bc86fb8)
  • auto-retry localhost connections using mongo service name in docker (e7b2cb0)
  • auto-retry localhost connections using mongo service name in Docker (e5ac1da)
  • ci: add label-gated deploy workflow and document CI labels (b49736b)
  • docs: add GitHub link and author credit to landing page (1d33655)
  • docs: redesign installation section and fix dev warnings (819cef5)
  • docs: redesign Why Compooss section (f030f43)
  • enhance connection form with error handling (a34fc41)
  • enhance database page with loading skeletons and improve error handling in API routes (466ff89)
  • enhance document handling and add document insertion functionality (6c069d2)
  • enhance document update functionality and refactor document handling components (0c93429)
  • enhance playground layout with connection string display and loading state (1127421)
  • implement access control for protected databases (3d1df5f)
  • implement advanced document querying with filter, sort, and pagination support (5435197)
  • implement collection creation functionality (0957bc0)
  • implement database deletion functionality (9b7cd10)
  • implement full index management for collections in v1.2.0 (4a790ac)
  • implement full index management for collections in v1.2.0 (303f489)
  • implement loading skeletons for database and collection views t… (7c178d6)
  • implement loading skeletons for database and collection views to improve user experience (6cc9838)
  • improve error handling and user feedback for database connections in UI components (4d4ad1e)
  • improve shell UI, connection form UX, and sidebar collections (ac39f60)
  • init bmad-method (64afb03)
  • initial scaffold (33eb842)
  • integrate api on database collections (db9c46c)
  • integrate headers for connection health check in playground (a906c8d)
  • introduce schema analysis feature in v1.3.0, enhancing collecti… (bfdf7d7)
  • introduce schema analysis feature in v1.3.0, enhancing collection management (07c6d29)
  • introduce validation rules feature, allowing users to create, edit, and manage JSON Schema (ffc966d)
  • redesign connection page UI with glass effects and modern components (5df7401)
  • redesign the connection page (410252b)
  • redesign the docs header (08023b8)
  • redesign the landing page why compooss section (abf7d4b)
  • redesign the up coming & footer (22ce189)
  • redesign the welcome screen (6f8382a)
  • release aggregation pipelines feature (dd89362)
  • release multiple connections feature (118dfee)
  • release multiple connections feature (83a9d99)
  • release v1.6.0 with embedded MongoDB shell feature, enhancing command execution capabilities (29cd547)
  • replace inline connection loader with animated FullPageLoader (9cc1f37)
  • update Dockerfile for pnpm support (1b21d9b)
  • update modal UI (3151775)

Bug Fixes

  • add missing mutation argument to onSuccess callbacks in service hooks (931875d)
  • add multi-platform support for linux/amd64 and linux/arm64 (e6e7d3b)
  • added package manager in package.json (efaec29)
  • correct bun lockfile name in Dockerfile from bun.lockb to bun.lock (9031715)
  • correct bun lockfile name in Dockerfile from bun.lockb to bun.lock (00bdeb1)
  • correct shell input stale closures, clear command, and history nav (e8cd0e2)
  • deployment issues (387debd)
  • improve getDocumentId function to handle undefined and null _id cases (6474f71)
  • prevent document mutations from skipping cache invalidation (ad3a6da)
  • remove inputSize default to prevent padding leak on search variant (8ec040a)
  • resolve the build issues (cef79a2)
  • resolve the build issues (f2d7a24)
  • resolve type mismatch in optional-payload mutation hooks (3268802)
  • resolve type mismatch in optional-payload mutation hooks (c59844e)
  • resolved documents counts for collections (0811afc)
  • resolved the release please warnings (15d6a7f)
  • suppress hydration warnings in layout component (fda2d81)
  • update commit-msg hook to use bun instead of npx (98a8317)
  • validate db reachability before saving connection on connect (e3fcefa)
  • vertically center actions in connection card (956c7b0)

Refactors

  • added favicon on the docs (4cea890)
  • added reuseable component (6b2c12f)
  • code structure for improved readability and maintainability (438e3dc)
  • extract shared api-route helpers and standardise response format (8e41164)
  • migrate components to lib/ and remove unused legacy code (490668f)
  • refactor playground layout and shell components & add it with pages (06111f2)
  • refactor the collection module (5aec62b)
  • refactor the connection management (f6769a1)
  • refactor the databased module (5eb0f02)
  • refactor the landing page (c614f00)
  • refactor the workspaces (3524d1e)
  • remove playground components and related pages for cleanup (3ea3db1)
  • remove Windows alert banner and related state management (7be796c)
  • remove Windows alert banner and related state management (86d8b92)
  • rename lib/db to lib/storage and clean up MongoDriver (5210468)
  • reorganize services by removing old implementations (0677ad2)
  • replace button elements with a unified Button component (aef7668)
  • replace raw buttons with UI Button/IconButton across app (aa3f850)
  • replace raw inputs and checkboxes with UI Input/Checkbox across app (e71cbc1)
  • simplify NewConnection component and remove unused connection services (9ff928c)
  • simplify TopBar component and comment out unused features in WelcomeView (88685db)
  • split landing page into section components and fix logger imports (e1fbb67)
  • update readme and documentation to enhance feature description (f2e77e8)
  • use relative /api base URL and drop .env.example (eaec17c)

Documentation

  • add initial README and MIT license (072c315)
  • add project docs and move preview to docs directory (e5edf7d)
  • improve contributing guide, dev docs, and readme navigation (08be280)
  • improve contributing guide, dev docs, and readme navigation (84ebc48)
  • overhaul README and contributor docs for open source release (715a854)
  • update author URL in README license section (8fb5d4b)
  • update the pull request template (be239d2)