Skip to content

4.1.0.beta5

Pre-release
Pre-release
Compare
Choose a tag to compare
@chrisclark chrisclark released this 19 Apr 00:20
· 64 commits to master since this release

4.1.0b5_ (2024-04-18)

  • Fixes an issue in b2 with different DB backends throwing different exception types if migrations are not applied.
  • Refactor of requirements & fixed relative import issue in urls.py
  • SQL Assistant: Built in query help via OpenAI (or LLM of choice), with relevant schema
    automatically injected into the prompt. Enable via setting EXPLORER_AI_API_KEY.
  • Anonymous usage telemetry. Can be disabled by setting EXPLORER_ENABLE_ANONYMOUS_STATS to False
  • #594_: Eliminate <script> tags to prevent potential Content Security Policy issues