Skip to content

v2.1.0-next.11

Pre-release
Pre-release

Choose a tag to compare

@ivictbor ivictbor released this 12 Jun 11:40
· 2035 commits to next since this release
eedded8

2.1.0-next.11 (2025-06-12)

Bug Fixes

  • remove debug log for existing dataSource check in generateResourceFile (871e826)
  • remove debug logging of adminForth config in createResource (8569a35)

Features

  • add abstract methods for table and column retrieval in base connector (fdb2dec)
  • add methods to retrieve all tables and columns for Clickhouse connector (33a2413)
  • add methods to retrieve all tables and columns for MongoDB and PostgreSQL connectors (56f1bf4)
  • add methods to retrieve all tables and columns for MySQL connector (c5cb8d7)
  • enhance resource creation with searchable table selection and fix primary key detection in Clickhouse connector (4c0e148)
  • enhance resource file generation to handle existing files with the same dataSource and improve resourceId handling (8db4b82)
  • modify createResource to return all tables and columns with process exit (a880838)