Skip to content

Releases: explorerhq/sql-explorer

4.1.0.beta2

17 Apr 19:28
Compare
Choose a tag to compare
4.1.0.beta2 Pre-release
Pre-release

4.1.0b2_ (2024-04-17)

  • 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

4.0.1.beta1

17 Apr 15:25
Compare
Choose a tag to compare
4.0.1.beta1 Pre-release
Pre-release

4.1.0b1_ (2024-04-17)

  • 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

4.0.2

07 Feb 00:20
baf8670
Compare
Choose a tag to compare

Minor bugfixes

4.0.1

07 Feb 00:10
Compare
Choose a tag to compare
  • Add support for Django 5.0. Drop support for Python < 3.10.
  • Basic code completion in the editor!
  • Front-end must be built with Vite if installing from source.
  • #565 : Front-end modernization. CodeMirror 6. Bootstrap5. Vite-based build
  • #566 : Django 5 support & tests
  • #537 : S3 signature version support
  • #562 : Record and show whether the last run of each query was successful
  • #571 : Replace isort and flake8 with Ruff (linting)

Note: There is no 4.0.0 release as 4.0.1 was needed to resolve a conflict on PyPi

4.0.0.beta4

05 Feb 14:19
a1b64b2
Compare
Choose a tag to compare
4.0.0.beta4 Pre-release
Pre-release
  • Simplify Vite inclusion of built files (does not require manifest.json)
  • Dynamic use of STATIC_URL for different prod environments

4.0.0.beta3

05 Feb 05:04
c4278c2
Compare
Choose a tag to compare
4.0.0.beta3 Pre-release
Pre-release
  • Fix additional bugs, break apart JS for faster loading.
  • Removes floatThead dependency
  • Removes python <3.10 support from setup.py

4.0.0.beta2

01 Feb 21:37
18cb7d8
Compare
Choose a tag to compare
4.0.0.beta2 Pre-release
Pre-release
  • Removes jquery-ui dependency (replaced with sortablejs)
  • Uses dynamic imports so the JS is now chunked
  • Fixes a subtle versioning info that prevents PyPi from flagging beta releases
  • Adds back support for Django 3.2 (no code changes required - simply added back to tox tests and setup.py)
  • Fixes a few styling bugs

4.0.0.beta1

01 Feb 14:44
304affd
Compare
Choose a tag to compare
4.0.0.beta1 Pre-release
Pre-release

What's New

  • #565: Front-end modernization. Code completion via CodeMirror 6. Bootstrap5. Vite-based build
  • #566: Django 5 support & tests
  • #537: S3 signature version support
  • #562: Visually show whether the last run was successful
  • #571: Replace isort and flake8 with Ruff (linting)

3.2.1

13 Jul 02:55
2e543f3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.2.0...3.2.1

3.2.0

17 May 16:54
f94801b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.1...3.2.0