Skip to content

v0.17.0 (2024.05.20)

Enhancements

  • add api authentication via tokens for private Simmate servers
  • add tips for docker installations & permissions
  • allow custom django apps to be added to INSTALLED_APPS via extra_django_apps
  • allow override of django settings via django_settings
  • add several web UI components (e.g. select2 elements for forms)
  • add "Table Info" page and utils for dynamically building database docs
  • badelf app was reworked and now uses pybader for its core engine

Refactors

  • update docs for creating new Simmate apps with URLs

Fixes

  • fix show_columns bug when there are relations to basic django models (like User)
  • catch incorrect use of simmate database reset when using the maintenance database
  • fix typo in setting email env vars