Skip to content

v1.0.3

Latest
Compare
Choose a tag to compare
@jcjc712 jcjc712 released this 30 Apr 15:22
· 929 commits to main since this release
d4d6f4e

Release Notes for Version 1.0.3

What's New

1. New features

  • Added Redshift support c8e55a2
  • Added multi-schemas support for db connections, it only works for Postgres, Bigquery, Snowflake and Databricks d4d6f4e

2. Improvements and fixes

  • Fixed uri validation for db connections f40ac0e
  • Fixed the fallback and confidence score 30f5226
  • Fixed the observation code blocks a11d1f1
  • Fixed refresh endpoint error handling 15b6d46
  • Fixed the malformed sql queries in intermediate steps 828c64d
  • If the sql-generation endpoint gets an invalid sql it should raise an error fbd96ea

New Contributors