Releases: explorerhq/sql-explorer
Releases · explorerhq/sql-explorer
4.1.0.beta2
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
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
Minor bugfixes
4.0.1
- 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
- Simplify Vite inclusion of built files (does not require manifest.json)
- Dynamic use of STATIC_URL for different prod environments
4.0.0.beta3
- Fix additional bugs, break apart JS for faster loading.
- Removes floatThead dependency
- Removes python <3.10 support from setup.py
4.0.0.beta2
- 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
3.2.1
What's Changed
- Test for SET PASSWORD by @covracer in #539
- ci: pre-commit autoupdate by @pre-commit-ci in #540
- ci: pre-commit autoupdate by @pre-commit-ci in #541
- #543: Fix User.pk reference by @eeriksp in #544
New Contributors
Full Changelog: 3.2.0...3.2.1
3.2.0
What's Changed
- Bump actions/checkout from 1 to 3 by @dependabot in #530
- Bump actions/setup-python from 2 to 4 by @dependabot in #531
- ci: pre-commit autoupdate by @pre-commit-ci in #532
- CSRF token httponly support + s3 destination for async results by @YakiYaki in #533
- ci: pre-commit autoupdate by @pre-commit-ci in #536
New Contributors
Full Changelog: 3.1.1...3.2.0