May 13th, 2025

Version 0.4.3-beta-2

Release Notes

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