Skip to content

v1.69.1

Compare
Choose a tag to compare
@pelikhan pelikhan released this 25 Oct 15:43
· 1034 commits to main since this release

What's New in GenAIScript 1.69.1 πŸŽ‰

Enhanced Logging πŸ› οΈ

  • Custom Inspect Options: We've revamped our logging system to use object-inspect for better object representation. This change ensures that logs are more readable and informative, especially for complex objects.

Improved CSV Parsing πŸ“Š

  • Quotes Handling: The CSVParse function now better handles values with quotes, making your CSV data parsing more robust and reliable.
  • Additional Options: We've added more flexibility to the CSV parser with options like relaxQuotes, relaxColumnCount, and trim. This makes parsing CSV data more forgiving and accurate.

Robust Error Logging 🚨

  • Detailed Error Logs: Enhanced error logging to capture and display error stacks and detailed information, helping you to debug issues more efficiently.

Testing Enhancements βœ…

  • New Tests Added: We've added tests specifically for parsing CSV values with quotes, ensuring our parsing logic is solid and reliable.

Upgrade to GenAIScript 1.69.1 to take advantage of these improvements and make your development experience smoother and more efficient! πŸš€