Skip to main content
CYPEX Documentation
Support
v2.0.0 Latest stable release View changelog ->

Release Notes v2.0.0

v2.0.0 is the release in which CYPEX becomes a multi-tenant PostgreSQL application platform. Tenancy is a first-class object (Organizations), isolation is enforced in the database (Row-Level Security), authorization is two-dimensional (Capabilities × Data Scope), schema exposure is explicit (Schema Access), identity can be federated (SSO Gateway), and outbound integrations are governed (allowlist, credentials, enablement, audit).

Warning
This is not a drop-in patch. v2.0.0 changes the permission and tenancy model. Read the Upgrade to v2.0.0 operator guide before planning a maintenance window, then the Upgrading to v2.0.0 technical reference for the database detail.

At a glance

AreaWhat changed
OrganizationsMultiple tenants in one deployment, isolated by PostgreSQL RLS on 37 tables
RolesThree role types; Capabilities and Data Scope configured as separate concerns
Schema AccessPer-organization control over which database schemas (modules) are available
Admin panelNew information architecture, role-aware navigation, Setup Guide, Access Preview
SSODedicated SSO Gateway service, five provider types, pending-approval gate; LDAP and local login unchanged
ConnectorsAllowlist, encrypted credentials, connector builder, two-level enablement, execution audit
Breaking changesRLS, role semantics, Schema Access, new service, route changes

Organizations

A CYPEX deployment can serve more than one tenant — an Organization — from the same PostgreSQL database. Isolation is enforced by Row-Level Security in the database, not by UI filtering.

Read full post

Release Notes v1.9.3

v1.9.3 is a bug-fix release on the v1.9.x line. It ships the small set of fixes accumulated between v1.9.2 and the start of the v2.0.0 work, and is the recommended last stop on the v1.9.x line for deployments that are not yet ready to upgrade to v2.0.0.

Highlights

  • Hotfix roll-up of the fixes accumulated after v1.9.2. The multi-tenancy and password-policy changes are not part of this release; they ship in v2.0.0.

Upgrade Considerations

v1.9.3 is a drop-in replacement for v1.9.2: no schema changes, no permission changes, no behavior changes. Apply the upgrade during a normal maintenance window using the standard Migration guide.

Read full post

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.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