Skip to content

v0.0.10

Choose a tag to compare

@Mini256 Mini256 released this 05 Aug 02:04
· 37 commits to main since this release
0849046

Warning: Please using v0.0.10.post1

✨ What's New

  • table.create() API uses if_exists instead of mode #152 by @breezewish
    • mode="overwrite" -> if_exists="overwrite"
    • mode="create" -> if_exists="raise"
    • mode="exist_ok" -> if_exists="skip"
  • Add use_database() and current_database() APIs, and enable concurrent test execution #154 by @breezewish
  • Support table.save() API for convenient data persistence #147 by @Icemap
  • Rename table_names / database_names to list_tables / list_databases #151 by @breezewish
  • Expose build_tidb_connection_url() function #151 by @breezewish
  • Refine exposed column types, use capitalization for type name #161 by @Mini256
    • using TEXT instead of Text
    • using VECTOR instead of Vector

🐛 Bug Fixes

  • Fix automatic image embedding for Amazon Bedrock #148 by @Icemap

🧰 Refactor


🔗 Full Changelog: v0.0.9...v0.0.10