- 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
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
Not secure
What's Changed * Test for SET PASSWORD by covracer in https://github.com/groveco/django-sql-explorer/pull/539 * ci: pre-commit autoupdate by pre-commit-ci in https://github.com/groveco/django-sql-explorer/pull/540 * ci: pre-commit autoupdate by pre-commit-ci in https://github.com/groveco/django-sql-explorer/pull/541 * 543: Fix User.pk reference by eeriksp in https://github.com/groveco/django-sql-explorer/pull/544
New Contributors * covracer made their first contribution in https://github.com/groveco/django-sql-explorer/pull/539
What's Changed * Bump actions/checkout from 1 to 3 by dependabot in https://github.com/groveco/django-sql-explorer/pull/530 * Bump actions/setup-python from 2 to 4 by dependabot in https://github.com/groveco/django-sql-explorer/pull/531 * ci: pre-commit autoupdate by pre-commit-ci in https://github.com/groveco/django-sql-explorer/pull/532 * CSRF token httponly support + s3 destination for async results by YakiYaki in https://github.com/groveco/django-sql-explorer/pull/533 * ci: pre-commit autoupdate by pre-commit-ci in https://github.com/groveco/django-sql-explorer/pull/536
New Contributors * YakiYaki made their first contribution in https://github.com/groveco/django-sql-explorer/pull/533