Skip to content

v1.0.1

Compare
Choose a tag to compare
@jcjc712 jcjc712 released this 04 Mar 19:53
· 936 commits to main since this release
5e7a5de

Release Notes for Version 1.0.1

What's New

1. New features

  • Added clickhouse support d494fed
  • MariaDB/MySQL support officially added and documented. 7b86ad3
  • Added a refresh endpoint (POST /api/v1/table-descriptions/refresh) to get the table name from a specified database and store them into the table-description Mongo collection. This improves response time when querying the table-description list endpoint (GET /api/v1/table-descriptions). 28b8130
  • Implemented error codes for better error handling. Now errors response a 400 HTTP status code. 2c70f16

2. Changes and fixes

  • Reduced SSH fields in requests by utilizing the connection_uri field. 64ceb6e
  • Updated LLM with the latest models. dd440f2
  • Expanded functionality to allow SSH connections on different ports. 1a5a2be
  • Improved performance for scanning endpoint (POST /api/v1/table-descriptions/sync-schemas). 435884e

3. Migration Script

  • You don't need to update the data if you're already using the stable 1.0.0 version; you can simply pull these changes.

New Contributors