Skip to content

v2.1.1

Choose a tag to compare

@github-actions github-actions released this 29 Oct 12:00
· 9 commits to main since this release

Changed

  • Moved table name validation from __init__() to create_table() method
  • Table name is now validated when creating the table schema, not during client initialization

Improved

  • More flexible client initialization - validation happens at table creation time