Skip to main content
CYPEX Documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Support
latest Latest stable release View changelog ->

Release Notes v1.9.2

Features

  • New Input Elements:

    • Code Field: New code input element for code editing
    • Radio Button Input: Added radio button input element for single-choice selections
    • Interval Input: Enhanced interval data type support across the platform
  • UI Components & Layout:

    • Icon Element: Configurable icon element with customization options
    • Background Image Support: Added background image configuration for UI pages
    • Configurable Default Container: Enhanced default container with adjustable configuration
    • Modal Button Configuration: Added hidden state and size settings to modal buttons
    • Enhanced Conditional Container: Added toggle functionality to conditional containers
  • Data Visualization & Charts:

Read full post

Release Notes v1.9.1

Features

  • PDF Reporting:

    • Added a new page type for reports, allowing users to generate PDFs directly from the application

    • Introduced Interactive and Static PDF Report Generation with LaTeX support for structured reports.

  • Application Management & Usability:

    • Merge Applications: Admins can now merge multiple applications built for the same user role using the Published Release or the Last Save Point, enhancing team collaboration and feature integration.

Read full post

Release Notes v1.9.1

Features

  • PDF Reporting:

    • Added a new page type for reports, allowing users to generate PDFs directly from the application

    • Introduced Interactive and Static PDF Report Generation with LaTeX support for structured reports.

  • Application Management & Usability:

    • Merge Applications: Admins can now merge multiple applications built for the same user role using the Published Release or the Last Save Point, enhancing team collaboration and feature integration.

Read full post

Terminology

This section will describe the most important aspects of CYPEX terminology.

CYPEX “entities”

In CYPEX you use existing SQL models to build new and powerful applications. The first term we need to discuss is the idea of an “entity”. We use the same semantics as in a standard relational model: an entity is a table which is tracked by CYPEX. All tracked entities will be part of the GUI prediction which is made based on the data structure. If an entity isn’t tracked by CYPEX, it won’t be included in that prediction.

Read full post

Release Notes v1.9.0

Features

  • Add the ability to set admin roles & others.
  • Configure JWT token expiration.
  • See Application owner on edit App page.
  • List materialized views in the database overview.

Resolved Bugs

  • Several fixes on Create Queries.
  • Translation fixes.
  • UI fixes.
  • Upate Application repository default Token.
  • PGRST reload schema event on DDL Actions.
  • UI Editor: fix error when removing all actions from a table.

Release Notes v1.8.7

Features

  • Workflows Enhancements: Implemented Swagger (SWG) and LaTeX endpoints for improved API documentation and reporting capabilities.

  • Application Configuration:

    • Added functionality for changing the application logo, enhancing brand customization.

    • Introduced the ability to set the uploaded file name within the Admin panel, streamlining file management.

    • Enabled support for SSL connections, ensuring secure data transmission.

  • User Interface Improvements:

Read full post

Calling server side code

A workflow is a good start if you want to build an application. However, sometimes it’s still necessary to add control elements. In this section, you’ll learn to add buttons and to write server side code to make your application even more powerful. Starting with v1.9.0 CYPEX offers an approach to create database functions directly within its interface. The REST API behind the scenes executes these functions, providing a unified experience for managing both data and logic.

Read full post