Skip to content

4.1.0

Compare
Choose a tag to compare
@chrisclark chrisclark released this 23 Apr 12:43
· 5 commits to master since this release

4.1.0 (2024-04-23)

  • SQL Assistant: Built in query help via OpenAI (or LLM of choice), with relevant schema
    automatically injected into the prompt. Enable by setting EXPLORER_AI_API_KEY.
  • Anonymous usage telemetry. Disable by setting EXPLORER_ENABLE_ANONYMOUS_STATS to False.
  • Refactor pip requirements to make 'extras' more robust and easier to manage.
  • #592_: Support user models with no email fields
  • #594_: Eliminate <script> tags to prevent potential Content Security Policy issues.