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.
| Area | What changed |
|---|
| Organizations | Multiple tenants in one deployment, isolated by PostgreSQL RLS on 37 tables |
| Roles | Three role types; Capabilities and Data Scope configured as separate concerns |
| Schema Access | Per-organization control over which database schemas (modules) are available |
| Admin panel | New information architecture, role-aware navigation, Setup Guide, Access Preview |
| SSO | Dedicated SSO Gateway service, five provider types, pending-approval gate; LDAP and local login unchanged |
| Connectors | Allowlist, encrypted credentials, connector builder, two-level enablement, execution audit |
| Breaking changes | RLS, role semantics, Schema Access, new service, route changes |
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.
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.
- 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.
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.
This section contains detailed release notes for all CYPEX versions, documenting new features, enhancements, bug fixes, and technical improvements in each release.
Browse release notes by version (newest first):
- v2.0.0 - Latest release with multi-tenant Organizations, PostgreSQL Row-Level Security, SSO OIDC/LDAP, and governed Connectors
- v1.9.3 - Bug-fix release bridging v1.9.2 and v2.0.0
- v1.9.2 - New input elements, UI enhancements, and architectural improvements
- v1.9.1 - PDF reporting, application merging, and PostgreSQL 16 support
- v1.9.0 - Admin roles, JWT configuration, and materialized views
- v1.8.8 - GeoJSON editor, custom expression editor, and OpenShift deployment
- v1.8.7 - Workflow enhancements, security improvements, and UI updates
- v1.8.6 - Query management and PostgreSQL compatibility
- v1.8.5 - Backend refactor and workflow enhancements
- v1.8.4 - Query creation fix
- v1.8.3 - Uninstallation improvements
- v1.8.2 - Dependency update
- v1.8.1 - Query group bug fix
- v1.8.0 - PostgreSQL upgrade, query groups, and trial version
- v1.7.4 - Query management improvements and repository proxy
- v1.7.3 - External database installation and hotfixes
- v1.7.0 - Application extensions, enhanced UI, and database improvements
- v1.6.0 - Extensions store, enhanced charts, and notifications
- v1.5.0 - Workflow improvements, notifications, and custom expressions
- v1.4.1 - App migration, custom CSS, and usability improvements
- v1.3.0 - Installation on existing database and usability improvements