Skip to content

Releases: Jet-labs/jet-admin

🚀 Release v1.3.0 - Workflows and Vega widgets

22 Mar 13:13

Choose a tag to compare

Release Notes v1.3.0

What's New

This release brings significant architecture changes to workflows and widgets, as well as crucial bug fixes and improvements.

Architecture & Feature Enhancements

  • Workflows: Implemented event sourcing architecture.
  • Widgets: Transitioned to modular widgets and integrated a functioning widget-workflow bridge with support for Vega based widgets for complex rendering
  • Query Engine: Removed direct query execution from widgets, routing it appropriately, alongside a major cleanup of the workflow and query engines.
  • UI & Experience: Major UI refactor applied alongside the core architecture updates.

Bug Fixes

  • Workflow Concurrency: Fixed race conditions and concurrency issues during workflow execution.
  • Widget Output: Fixed issues where workflow output references were not correctly mapped inside widgets.

Chore & Cleanup

  • Extensive code cleanup focused on the workflows and widgets modules.
  • Docker deployment improvements.
  • Documentation updates and restructured repository assets.

🚀 Release v1.1.0 - Docker, API Access, AI Queries & More!

12 Apr 14:30

Choose a tag to compare

This release introduces exciting new capabilities focused on deployment, integration, and user experience!

✨ New Features:

  • 🤖 AI Prompt Queries: Generate SQL queries using AI, aware of your database schema.
  • 🐳 Docker Deployment: Easily deploy using Docker! Just add your secret keys.
  • 🔑 API Keys: Programmatically access backend endpoints with secure API keys.
  • ⛓️ Enhanced Table Creation: Define multiple primary keys and unique fields.
  • 📝 Intuitive JSON Editing: Edit JSON data directly through the UI.
  • 💻 Raw SQL Editor: Execute raw SQL commands when needed.
  • 📊 Smart Chart Field Suggestions: Get help mapping fields for charts.
  • 🏠 Overview Landing Pages: Dedicated pages for Queries, Charts & Dashboards.

🐛 Bug Fixes:

  • Corrected field type handling in the inline table editor.
  • Fixed undo functionality within the table editor.
  • Added backend route validation for improved stability.

Get Started: Update to the latest version to enjoy these improvements! We appreciate your feedback.

v1.0.15

23 Mar 13:55

Choose a tag to compare

✨ New Features

  • Multi-tenancy & Database Management

    • Tenant Management System - Create and manage isolated tenant environments within a single instance
    • Database URL Configuration - Assign dedicated PostgreSQL connections to each tenant
    • Global & Tenant-specific Roles - Use global roles or define roles that apply within specific tenants
    • Custom Role Builder - Create tailored roles using our comprehensive permission system
  • Data Visualization & Manipulation

    • In-line Table Editor - Edit your data directly within tables without leaving the interface

    • Enhanced Chart Customization - Fine-tune every aspect of your visualizations with expanded options

    • New Chart Types:

      • Bubble Charts - Visualize three dimensions of data (x, y, and size)
      • Scatter Charts - Plot individual data points to identify correlations and clusters
  • Database Administration

    • Table Management - Create, edit, and delete database tables through our intuitive interface

🔄 Abandoned Features

  • App Variables - This functionality can be easily replaced by storing variables in dedicated tables
  • Query Chaining - We're developing a more powerful workflow system to replace this feature
  • Fine-grained Schema-based Access Control - Being replaced with a more intuitive asset-based permission system

v1.0.14

11 Oct 12:16

Choose a tag to compare

New Features

  • Clone policies
  • Syslog and local logging support
  • Create/Delete database triggers
  • Use params in queries during testing

Jet Admin new release

04 Aug 06:04
2f50132

Choose a tag to compare

🌟 New Features

📝 Schema Editor: Easily create, edit, and manage your database schemas with an PG SQL interface.

📜 App Constants: Define and manage constants.

🔄 Support for App Constants in Queries: Seamlessly incorporate app constants directly within Query objects.

📊 Queries as Widgets for Dashboards: Display query results as tables within dashboards.

🔧 Resizable and Custom Placement for Dashboard Widgets: Customize the size and position of dashboard widgets to suit preferences and needs.

📱 Responsive Dashboard Widget Placement: Ensure your dashboards are fully responsive, providing an optimal viewing experience on any device.