Skip to content

Releases: lagdo/jaxon-dbadmin

Release 0.31.3.

24 Feb 21:06

Choose a tag to compare

Changes:

  • Save the server and database tabs in the user preferences.
  • Load the server and database tabs from the user preferences.

Release 0.31.2.

18 Feb 01:02

Choose a tag to compare

Changes:

  • Upgrade to the 5.7 release of the Jaxon library.

Release 0.31.1.

16 Feb 13:49

Choose a tag to compare

Changes:

  • Bugfix: the Preference service in the Admin component must be nullable.

Release 0.31.0.

16 Feb 05:29

Choose a tag to compare

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.

09 Feb 18:10

Choose a tag to compare

Changes:

  • The DbAdmin package now includes the Infisical config reader.

Release 0.29.6.

06 Feb 23:06

Choose a tag to compare

Changes:

  • Improve the query resultset display.
  • Improve the config file reader setup.

Release 0.29.5.

06 Feb 18:12

Choose a tag to compare

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.

06 Feb 03:42

Choose a tag to compare

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.

05 Feb 10:42

Choose a tag to compare

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.

04 Feb 16:10

Choose a tag to compare

Changes:

  • Fix the results display in the query editor.
  • Improve the editor instances management.