Releases: lagdo/jaxon-dbadmin
Releases · lagdo/jaxon-dbadmin
Release 0.31.3.
Release 0.31.2.
Changes:
- Upgrade to the 5.7 release of the Jaxon library.
Release 0.31.1.
Changes:
- Bugfix: the Preference service in the Admin component must be nullable.
Release 0.31.0.
Changes:
- Rename the dbadmin_owners table to dbadmin_users.
- New migrations to create and delete the user preferences table.
- Save the current tabs in the user preferences.
- Open the databases in saved tabs on page load.
- Refactor the query logging and audit options.
- Rename the UserFileReader class to ConfigProvider.
- Query and import: fix the results and duration display.
- Fix the upload field id: append the app tab id.
Release 0.30.0.
Changes:
- The DbAdmin package now includes the Infisical config reader.
Release 0.29.6.
Changes:
- Improve the query resultset display.
- Improve the config file reader setup.
Release 0.29.5.
Changes:
- Hide the save button in the query editor when the feature is disabled.
- Show the query editor page even in case of issue in the audit database setup.
- Fix the query execution in the editor tab.
Release 0.29.3.
Changes:
- The AuthInterface class can be declared in the framework service container.
- Fix the app tab creation, when no server is connected.
- Fix the packages js scripts.
Release 0.29.0.
Changes:
- A query editor tab can be cloned.
- Add toast messages in the SQL editor.
- Fix call to undefined function in query result row edit.
Release 0.28.1.
Changes:
- Fix the results display in the query editor.
- Improve the editor instances management.