May 13th, 2025

Version: 0.4.3-BETA-2
Release Date: May 13, 2025
Status Page URL: Guepard Platform Status - Guepard Upgrade to version 0.4.3-beta-2
Released components:
Guepard-Console: 0.4.3-BETA-2
Guepard-Public-API: 0.4.3-BETA-2
New Features
[#539] - Guepard Console - Stripe Billing Integration
Added new RPC functions for handling payment-based feature access
Implemented webhook handler for Stripe events
Database schema updates for billing records
[#522] - Guepard Console -PAT interface Integration
Users can now retrieve a list of active tokens .
Added the ability to revoke existing tokens .
Introduced an interface to create new tokens, followed by obtaining a verification code
Users can now create tokens with the chosen scopes


[#157] - Guepard Public API - Enhanced integration with Supabase
Updated Lambda functions to align with Row Level Security (RLS) policies in the database, improving data access control and security.
[#526] Guepard Console - Enhanced features for SQL Studio
Added draggable tabs and editable query tab name on double click
Add data type to table head cells for table comp
Add extra UI check for deleting rows in table
Improve batch Query Execution (cancel on first failed query)
Users can now select multiple schema and create new schema in the tables workspace

Added support for saving queries in workspace and tracking unsaved changes in saved queries.

Users can add new column from table view

Users can now rename/truncate/drop tables

Bug Fixes
Table data fetching from wrong schema bug fixed
Fixed visual feedback for compute connection error handling on first query execution
Known Issues
Pending session cleanup : The database currently retains records of expired or completed sessions indefinitely. This may require implementing a scheduled cleanup job (e.g., using a cron job) or further optimization to avoid unnecessary data accumulation.
Local storage persistence for saving queries still missing, to be implemented
On truncate/drop table, cascade operations to be added for more robust table actions
May 13th, 2025

Version: 0.4.3
Release Date: April 26, 2025
Status Page URL: Guepard Platform Status - Guepard Upgrade to version 0.4.3
Released components:
Guepard-Console: 0.4.3
Guepard-Public-API: 0.4.3
New Features
[#79] - Autosuspend Feature:
Computes now automatically stop if no network traffic is detected for 5 minutes.
[#90 | #123 | #132] - Guepard API - Nodes Feature:
Node Management:
Users can now choose a specific compute node when creating a new database. If no node is selected, the deployment defaults to the guepard-shared-node (US, AWS).

Enterprise Edition Enhancements:
Enterprises can now create and manage private nodes directly from the Guepard interface.

While creating a private node, users can specify the region, datacenter, and hosting provider.
Databases and F2 deployments can now be assigned to private nodes.
An F2 has a Bookmarks timeline instead of the database’s graph, each bookmark can have a list of shadows (cloned databases from the bookmark).
[#459] - Guepard Console - add and update docs links over the platform
[#450] - Guepard Console - User Feature Flagging
[#90 | #124 | #131 | #482 | #464 ] - Guepard API/Guepard Console - Performance Profile Feature:
We’ve introduced Performance Profiles - customizable configurations that define CPU, memory and database tuning flags, These profiles allow users to fine-tune how their computes behave.

Users can now choose a specific compute performance profile when creating a new DATABASE. If no profile is selected, the deployment defaults to the default profile.

Users can now choose a specific compute performance profile when creating a new SHADOW. If no profile is selected, the deployment inherits the parent F2 compute’s performance profile.

Users can now view and change the performance profile used by compute.
Applying a profile will restart the compute to activate the new settings.

[#448] - Guepard Console - Align Repositories list design with The Nodes list design

{#465 | #466 | #512, #513]Guepard Console - SQL Studio Feature:
We’ve introduced SQL Studio, a dedicated workspace that allow users to interact with the repository (database), using SQL, straight from Guepard console

Users have access to two workspaces: the Table Editor and the Query Editor. In the Table Editor, users can view table contents within a specific schema and easily add new tables. In the Query Editor, they can run SQL queries and save them for future use.

Users can run SQL queries and view the corresponding results (as well as execution errors)


Users can also run multiple SQL queries (batch execution) and view the execution summary


[#27] GuepardCLI
Say hello to the Guepard CLI, your new command-line companion for managing deployments, tokens, and environments without leaving the terminal.
Designed for speed, security, and automation, the CLI brings powerful control to your local workflows — ideal for scripting, CI/CD, and advanced users.
Session-Based PAT Generation:
Users can now use the link command to generate a session ID, fill a form with scopes and expiration, and receive a PAT. The token can be used in the CLI based on selected scopes.
[#527] Session Ownership Verification :
Added an endpoint (verify-session) to ensure that only the rightful owner can access and use a session. The token creation form is only accessible after verification.
[#538] Token Listing Endpoint :
Implemented an endpoint that allows users to list all their tokens. The form will show only after session verification, preventing unauthorized access.
[#134] Authentication Workflow Endpoints:
Now the jwt is stored on the user’s OS ( credential manager ) and the session id as well.
start-login: Returns a session link.
resume-login: Accepts scopes and expiration, returns a verification code.
end-login: Accepts the verification code and returns a JWT upon successful verification.
[#91] Token Management Endpoints :
Added endpoints for:
Creating tokens based on scope, expiration, and name.
Revoking tokens on demand.
Improvements
[#491 | #504 | #144 ] - Guepard Console - Performance Profile
Enhanced performance profile interface with better icons and structure.
Current profile specs are now displayed in database dashboard, plan usage and compute configuration views.
Added a clean workflow for applying profiles, with restart confirmation.
Console filters profiles based on DB provider and version.
[#365] - Guepard Console - Graph :
Added action menu button in bookmarks rows includes all available time travel actions.
Added skeleton while loading data.
[#461] - Guepard Console - React Query Refactoring
Refactored react query logic to reduce unnecessary api calls.
[#17] - Guepard Doc - Performance Profile/Node:
Added documentation for Performance Profiles and Nodes to the Guepard Docs.
Bug Fixes
[ #121 ] Guepard Console - Delete Repository.
[#443] Guepard Console - Check usage.
[#430] Guepard Console - Light Mode.
[#452] Guepard Console - Docs URLs.
Known Issues
[ #455 ] Can’t use my branches after creation.
[ #456] Snapshot after branch creation is bugged.
April 1st, 2025

Version: 0.4.2
Release Date: March 25, 2025
Status Page URL: Guepard Platform Status - Guepard Upgrade to version 0.4.2
Released components:
Guepard-Console: 0.4.2
Guepard-Public-API: 0.4.2
New Features
[#395 | #87] - Guepard Console & Guepard Public Api:
For enterprise edition, we can’t create database, now we can create a Fire and forget too: - new database interface

What is a Fire & Forget? something bigger than a database. How? we’ll figure out during the next screenshots.
In the home databases list we can see the type of our deployments (DB/F2).

An F2 has a Bookmarks timeline instead of the database’s graph, each bookmark can have a list of shadows (cloned databases from the bookmark).

[#399 | #89] - Guepard Console & Guepard Public Api:
From an F2 bookmark, we can clone a shadow, What is a Shadow? A Shadow is a database where we can use all the database's Guepard features and its Initial bookmark is the cloned F2 bookmark.

Using the sidebar we can display the F2’s Shadows list.

March 13th, 2025

Version: 0.4.1-beta-12
Release Date: March 11, 2025
Status Page URL: Guepard Platform Status - Guepard Upgrade to version 0.4.1-beta-12
Released components:
Guepard-Console: 0.4.1-beta-12
Guepard-Public-API: 0.4.1-beta-12
Bug Fixes
[#363] 🐛 [BUG] - Guepard Console: Disabled delete profile feature.
[#392] 🐛 [BUG] - Guepard Console: Now user can close the onboarding in case he doesn't want to finish onboarding steps.
[#394] 🐛 [BUG] - Guepard Console: Enabled flags: to control passwords input for the signup.
[#408] 🐛 [BUG] - Guepard Console: Translation display bug on dashboard
March 4th, 2025
Release Date: March 4, 2025
Status Page URL: Guepard Platform Status - Guepard Upgrade to version 0.4.1-beta-8
Released components:
Guepard-Console: 0.4.1-beta-8
Guepard-Public-API: 0.4.1-beta-8
New Features
[#128] Guepard Console: Add dashboard page for detailed information and statistics about user’s database.


[#371] - Guepard Console: Add password input validation when creating database from the new database page or onboarding UI.

Improvements
[#72] - Guepard Public API: Failed allocation is now detected by the status endpoint.
[#329 | #368] - Guepard Console:
Failed allocation is included in the red status.
Purged compute is included in red status.
[#383] - Guepard Console - In plan usage, change repositories by databases

Bug Fixes
[#333] 🐛 [BUG] - Guepard Console - Chore - Create Branch translation
Issue: Translation message is linked together.
[#374] 🐛 [BUG] - Guepard Console: Fix dialog’s displayed text bug with light theme.

[#376] 🐛 [BUG] - Guepard Console: fix compute position when creating branch and selecting checkout
[#381] 🐛 [BUG] - Guepard Console : Fix steps transitions bug between onboarding steps.
[#383] 🐛 [BUG] - Guepard Public API: Fix update database name bug.
[#384 | #386] 🐛 [BUG] - Guepard Console: Fix Logs term and remove back button from onboarding’s step one.

[#385] 🐛 [BUG] - Guepard Console: Fix first onboarding component loading caused by usage query, and add loader.
February 25th, 2025
Release Date: February 25, 2025
Status Page URL: Guepard Platform Status - Guepard Upgrade to version 0.4.1-beta-7
Released components:
guepard-console: 0.4.1-beta-7
guepard-public-api: 0.4.1-beta-7
guepard-gfs: 0.4.1
guepard-docs: 0.4.1-beta-7
New Features
[#127] Guepard Console - Account Onboarding:
When logging into Guepard for the first time, the user will go through an onboarding experience designed to help him understand the platform and its core features. During the onboarding, he will:
Get an introduction to Guepard's key functionalities.

Deploy his first database and retrieve its credentials.


Receive useful documentation references to better understand Guepard.

After completing the onboarding, he can always restart it later if needed. To reset onboarding:
By opening the user dropdown menu at the bottom of the sidebar.
Then clicking "Reset Onboarding".
If he has already deployed the maximum number of databases allowed in his plan, the onboarding process will automatically skip the database deployment step when restarted.
Improvements
[#43] Guepard API - Status - Internal Error when allocation is stopped
[#353] Guepard Console - Feature Flag - Deactivated Discard Changes
[#345] Guepard Console - Improve Joyride Tutorial:
Add skip tutorial button.
Display current_step/total_steps.
Add skip button

[#319] Guepard Console - invalidate status query data when checkouting:
After checkouting to a branch or a snapshot, the status will be retrieved automatically.
Bug Fixes
[#345] Guepard Console - Chore - Update Repository Name success toast message.
the success message with the correct translation.

[#340] Guepard Console - Chore - Log Card
Log card ui resized to the screen

[#333] Guepard Console - Chore - Graph Error
Bookmarks bar style is not limited anymore to 15 bookmarks.

[#333] Guepard Console - Chore - Create Branch translation
Correct Translation message to better formatting.

February 18th, 2025
Version: 0.4.1-beta-6
Release Date: February 18, 2025
Status Page URL: Guepard Platform Status - Guepard Upgrade to version 0.4.1-beta-6
Released components:
Guepard Console: 0.4.1-beta-6
Public API: 0.4.1-beta-6
Guepard GFS: 0.4.1
Platform: 0.4.1-beta-6
New Features
[#231] Guepard Console - UI - add user tutorial support over the platform.

Improvements
[#256] Guepard Console - Account - Deactivate Update Email’ feature :
NEXT_PUBLIC_ENABLE_PERSONAL_ACCOUNT_EMAIL_UPDATE
[#315] Guepard Console - Change allocated cpu and memory infos in monitoring page.

[#316] Guepard Console - Branch - Deactivate ‘Purge Branch’ feature :
NEXT_PUBLIC_ENABLE_BRANCH_PURGE.

[#320] Guepard Console - Change logic of using repository workspace in metrics and logs components.
[#54 | #300] Guepard API | Guepard Console - Bookmark - Add bookmark comment validation.

[#249] Guepard Console - UE - Add general action loader.

[#62 | #325 ] Guepard API | Guepard Console - Display (stdout/stderr) logs.
Bug Fixes
[#67] Guepard API - Cancel Compute start pre-enter Repository workspace
[#254] Guepard Console - UI - Guepard App Logo redirects to /home.
Issue: When user clicks on the guepard logo, page redirects to marketing page (/) and then redirects to /home.
Fix: Ensured guepard app logo redirects directly to /home.
Thank You
February 5th, 2025
Improved
Fixed
Version: 0.4.1-beta-5
Release Date: February 11, 2025
Status Page URL: Guepard Platform Status - Guepard Upgrade to version 0.4.1-beta-5
Support contact: support@guepard.run
Released components:
Guepard Console: 0.4.1-beta-5
Public API: 0.4.1-beta-5
Guepard-GFS: 0.4.0
Platform: 0.4.1-beta-5
This release includes many bug fixes.
[#248] Guepard Console - add hand cursor for Database card.
[#292] Guepard Console - Delete useComputes hook and change it's imports.
[#7] Guepard Gfs - Quota Usage (512M)
[#53] Public Api - Repo, Branch and Bookmarks Status Check
[#54] Public API - Bookmark input validation
[#59] Public API - Freemium Usage
Enhancing Internal Monitoring
Server Automation bug fixing
[#51] Guepard API - Status - Internal Error when allocation is stopped.
Compute status is not well synchronized (solution: stop and restart the compute)
We want to thank our beta customers and users for their feedback.
Many thanks to our engineering team for their commitment to make this release happen.
February 4th, 2025
Improved
Fixed
Version: 0.4.1-beta-4
Release Date: February 04, 2025
Status Page URL: https://guepard.statuspage.io/incidents/7c0lrwlshkkn
Support contact: support@guepard.run
This release includes many performance, UI improvements and bug fixes.
[#43] Performance - Docker PostgreSQL performance tuning for free plan
[#202] Activated search functionality for repositories by repository name
[#284] Mobile Navigation Menu

[#251] Handle ephemeral branches (Usage)
Previously, ephemeral branches created during a checkout action were counted towards usage. Now, ephemeral bookmarks are excluded from usage calculations.

[#41] Guepard API - Could not reconnect to a compute after checkout
[#259] Guepard Console - Bookmarking a checkouted bookmark doesn't list the new branch
[#260] Guepard Console - Can't access my database repository
[#277] Guepard Console - Could not create a new database when the advanced window was open and password was empty
[#257] Guepard Console - First bookmark doesn't move the compute and branch to the second row
[#268] Guepard Console - Display status colors on the power button
[#261] Guepard Console - Change status button
[#263] Guepard Console - Connection strings hide passwords
[#250] Guepard Console - Repository Settings not working when changing name
[#250] Guepard Console - Change Pro badge to Free

We want to thank our beta customers and users for their feedback.
Many thanks to our engineering team for their commitment to make this release happen.