Skip to content

v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Sep 21:04
· 2113 commits to main since this release
cc61e23

SQLPage Release Notes - Version 0.11.0 🚀

We're thrilled to introduce SQLPage version 0.11.0, packed with exciting new features and enhancements to supercharge your web application development journey. Let's dive into the remarkable improvements this release brings:

Unlock the Power of Environment Variables!

🔐 Support for Environment Variables

In this release, we're introducing a game-changer: the ability to read environment variables directly from your SQL code using sqlpage.environment_variable('VAR_NAME'). This opens up a world of possibilities for dynamic and secure configuration within your SQLPage applications.

Enhanced Database Connectivity

🌐 Better Connection Options for MSSQL

We've expanded our support for database connectivity by providing enhanced connection options for MSSQL. Now, connecting to your Microsoft SQL Server databases is more straightforward and versatile than ever. Notable, you can set your application's name in the connection string, and configure the window size for optimal performance.

Unleash Creativity with New Icons

🎨 Fresh Icons for Every Component

Elevate your UI game with a wide array of new icons available for use across all components. Explore the possibilities and enhance the visual appeal of your web application. Check out the new icons.

Empowering CSS Upgrades

🌟 New CSS Library Version

We've leveled up our CSS library, giving you more power when crafting custom components. Stay on the cutting edge of web design with the latest CSS enhancements. Explore the updates.

Tailored Web Root Configuration

📂 Configure Your Web Root

With the new release, you can now configure SQLPage to start in one directory while serving SQL files from another. This flexibility enables you to structure your project in a way that suits your workflow seamlessly. Learn more in the configuration documentation.

Friendly Welcome Message

👋 A Warm Welcome to SQLPage

Experience a friendlier introduction to SQLPage with our new welcome message:

SQLPage is now running on http://127.0.0.1:8080/
You can write your code in .sql files in /path/to/your/website/directory.`

Empowering Functions for Developers

🧰 New Developer Tools

We've introduced two new functions to empower developers:

  • sqlpage.current_working_directory(): Easily retrieve the current working directory of the SQLPage process.
  • sqlpage.version(): Quickly obtain the version of SQLPage you're using.

Upgrade to SQLPage 0.11.0 today, and embark on a journey of limitless possibilities in web application development. We're dedicated to providing you with the tools and features you need for a seamless and efficient coding experience.

Get Started with SQLPage | GitHub Repository

Unleash your creativity and build extraordinary SQL-driven web applications with SQLPage 0.11.0.

Happy coding! 💻🚀

Full Changelog: v0.10.3...v0.11.0