v25.2.2.0
·
1530 commits
to main
since this release
TL;DR
This update comes with a number of enhancements and fixes:
MySQL API Changes:
- The default user has been set in the MySQL API, enhancing the user experience.
Render Updates:
- Quoting in render has been adjusted, with implementation of consistent rules for tables, aliases, and identifiers.
- Single line selects with subqueries issue have been fixed as well.
MS OneDrive Updates:
- The retrieval of child items in MS OneDrive has been fixed, resulting in better system functionality.
File Handling:
- Improvements have been made in file handling in utilities for better operations.
Langfuse Handler:
- Metrics tracking has been added for tools and chains in Langfuse handler, allowing for better performance evaluation.
Sandbox Connection:
- A flag has been added to manage sandbox connections for the project, improving its control capabilities.
What's Changed
- Set default user in MySQL API by @ZoranPandovski in #10439
- Fix quoting in render: use same rules for tables/aliases/identifiers by @ea-rus in #10438
- Fix single line select with subqueries by @ea-rus in #10440
- Fixed Retrieval of Child Items in MS OneDrive by @MinuraPunchihewa in #10442
- File handling in utilities by @ea-rus in #10414
- Add metrics tracking for tools and chains in Langfuse handler by @dusvyat in #10437
- Adding flag to manage sandbox connection (#10443) by @rdonato in #10444
New Contributors
Full Changelog: v25.2.1.2...v25.2.2.0