Skip to content

4.1.0.beta6

Pre-release
Pre-release
Compare
Choose a tag to compare
@chrisclark chrisclark released this 23 Apr 02:37
· 62 commits to master since this release
  • 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.