Skip to content

0.46.0 - Release - Fix path traversal bug for sqlite, new clickhouse options, and support for OpenAI-like URLs

Choose a tag to compare

@hkdeman hkdeman released this 06 Feb 19:10

__ Generated By Clidey's Auto GitHub Release__

✨ Improvements

Added new clickhouse options for HTTP

  • Thanks to the contribution by @Slach, we've got additional options for clickhouse support, HTTP protocol, TLS mode, readonly and debug.

Support for OpenAI-like URLs

  • Thanks to the contribution by @learningpro, we support OpenAI-like URLs now. Check the readme to see how to get started!

Support for env variable aliases

Replaced the Monaco Editor with Codemirror

  • Makes the frontend lighter and is completely packaged.

Added loading indicators in several places to provide visual feedback to the user

🐛 Bug Fixes

Path traversal issue for sqlite

  • Resolved an issue with how the database location for sqlite was being parsed resulting in the possibility of path traversal. Thanks to @nnse for catching that one!

Parameter injection issue for MySQL

  • Resolved an issue where it was possible to inject parameters using the UI. Alongside this, we took the time to go through all of the other connectors and check how we're handling input. Please let us know if you find anything out of place! Thanks to @nnse for catching that one!

Unique table IDs for columns with the same name

Tables have correct # index number when paginating


Thank you to everyone who contributed to this release! 🚀
Your feedback and support are invaluable.

What's Changed

New Contributors

Full Changelog: 0.45.0...0.46.0