Releases: lagdo/dbadmin-app
Releases · lagdo/dbadmin-app
Release 0.10.2.
Release 0.10.1.
Changes:
- Upgrade the DbAdmin package.
Release 0.10.0.
Changes:
- Rename the dbadmin_owners table to dbadmin_users.
- Add 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.
- Change the javascript toast library.
- Refactor the query logging and audit options.
- Rename the UserFileReader class to ConfigProvider.
Bugfix:
- Fix missing table name in the foreign key dto.
- Query and import: fix the results and duration display.
- Fix the upload field id: append the app tab id.
Release 0.9.1.
Changes:
- Generate relative URLs in the Jaxon javascript files.
Release 0.9.0.
Changes:
- The DbAdmin package now includes the Infisical config reader.
- The export function is defined directly in the route.
- Laravel migration to create the audit logs tables.
Release 0.8.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.7.0.
Changes:
- Open the query editor in multiple tabs, with query text retention.
Release 0.6.3.
Changes:
- Fix the query text when editing a favorite.
- Fix the query favorite ids.
- Add a min-width for history and favorite tables.
- Show the Select button first in the database tables and views list.
- The config reader class can be loaded from the framework DI container.
Release 0.6.2.
Changes:
- Fix the audit database options definition.
Release 0.6.1.
Changes:
- Change the config reader option name.
- Run the DbAdmin container as non root user.