Skip to main content
CYPEX Documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage Support

Release Notes v1.5.0

Release Notes v1.5.0

Features

  • Ability to remove the existing workflow
  • Default table simple filter, able to filter on a numeric column
  • Notifications can be created and sent by the admin to the end-user
  • Ability to see the difference between the query statement and the view statement
  • Added info on the queries that this app already includes
  • Ability to see tables and views list during query creation
  • Simple UI to build a fixed filter with expressions for the table by using autocomplete input elements
  • Ability to use the page load timestamp in custom expression
  • Use lodash in custom expressions
  • Ability to perform any actions via a button
  • Reset an autocomplete input on call button success
  • Show more values in the autocomplete input than visible if values are available

Resolved Bugs

  • Custom query update does not refresh definition.

Read full post

Glossary

Glossary

>Abstraction layersoftware that translates higher-level requests into lower-level commands the computer can use (for example, an API, or Application Programming Interface, is an abstraction layer which communicates between an application and the operating system.)
FDWForeign Data Wrapper: “a library that can communicate with an external data source, hiding the details of connecting to the data source and obtaining data from it.”

source: PostgreSQL Documentation

GUIGraphical User Interface: the software which allows users to visually control an underlying data structure, as opposed to a command-line interface, which requires the user to memorize text-based commands.
JSONJavaScript Object Notation is a common data format used to exchange data, i.e. between web applications and servers.

JSON is a language-independent data format. JSON file names use the extension .json.

source: Wikipedia

relational model“The relational model (RM) for database management is an approach to managing data using a structure… where all data is represented in terms of tuples, grouped into relations… Users directly state what information the database contains and what information they want from it, and let the database management system software take care of describing data structures for storing the data and retrieval procedures for answering queries.”

source: Wikipedia

Release Notes v1.4.1

Release Notes v1.4.1

Features

  • Migrate an app definition Now, it’s possible to migrate apps that have versions different from the latest ones.

  • Ability to get information about the available DATA API endpoints

  • Usability improvements:

    • Add an ability to inject custom CSS styles into an app
    • Add an ability to toggle a modal dialog via an action
    • Fetching query data now available without a visible element
    • Preview all columns of a table
    • Generate pages for specific queries in the app
    • Query information contains which pages were generated
    • Preview the data of an existing query and of a database table
    • Ability to display a custom error message in a form
    • Table reload on form success
    • Data preview for a query in edit mode
    • Ability to delete a role
    • Permissions editing of a custom query
    • Ability to render different elements if the advanced conditional element is not visible
    • Add row actions to an existing table
    • Page title moved to the appbar

Resolved Bugs

  • Controlled date input/ date-time input cannot be cleared once a value is set

Read full post

Release Notes v1.3.0

Release Notes v1.3.0

Features

  • Install CYPEX on an existing database

    It is now possible to run CYPEX with an existing PostgreSQL database rather than using the one shipped with CYPEX by default

  • Usability improvements:

    • Display the table count within a schema
    • Display the table disk size in the entity tree
    • Add the ability to edit the title of a query
    • Display runtime errors in the query preview when creating or editing a query
    • Display the query statement while in edit mode
    • Add the ability to upload an image in the image element configuration

Resolved Bugs

  • Nested form cannot be set as data source in input elements

Read full post

Release Notes

Release Notes

This section contains detailed release notes for all CYPEX versions, documenting new features, enhancements, bug fixes, and technical improvements in each release.

Available Releases

Browse release notes by version (newest first):

  • v1.9.2 - Latest release with 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