Skip to content

4.3.0

Compare
Choose a tag to compare
@chrisclark chrisclark released this 27 May 19:06
· 51 commits to master since this release

4.3.0_ (2024-05-27)

  • Keyboard shortcut to show schema hints (cmd+S / ctrl+S -- note that is a capital
    "S" so the full kbd commands is cmd+shift+s)
  • DB-managed LLM prompts (editable in django admin)
  • Versioned .js bundles (for cache busting)
  • Automatically populate assistant responses that contain code into the editor
  • #616_: Update schema/assistant tables/autocomplete on connection drop-down change
  • #618_: Import models so that migrations are properly understood by Django
  • #619_: Get CSRF from DOM (instead of cookie) if CSRF_USE_SESSIONS is set