You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
TL;DR
New Features
API Endpoint for Validating Connection Parameters: A new API endpoint has been added to validate connection parameters, improving user experience by ensuring connections are correctly configured before use. This helps prevent misconfigurations and debugging issues upfront.
Performance Improvements
File Usage Speed-Up: Enhancements have been made to optimize file usage, leading to better performance. Users should experience faster operations, particularly in scenarios where large files are handled.
Bug Fixes
Fix Render for MSSQL: An issue affecting MSSQL rendering has been resolved, ensuring smoother execution and fewer errors when using this database.
Fix TimeGPT Invalid Key: A fix has been implemented to address invalid key errors in TimeGPT, improving reliability and preventing authentication issues.
Codebase and Documentation Enhancements
Custom Preparer in Render: Remove Empty Init: The empty initializer has been removed from the custom preparer in render, leading to cleaner and more maintainable code.
Updated Documentation for Using Environment Variables with Docker: The documentation has been updated to provide clearer guidance on how to use environment variables with Docker, making it easier for users to configure their environments correctly.
What's Changed
Added API Endpoint for Validating Connection Parameters in #10474