Skip to content

v3.0.0-next.1

Pre-release
Pre-release

Choose a tag to compare

@ivictbor ivictbor released this 15 Jun 11:38
99a2506

3.0.0-next.1 (2026-06-15)

  • feat!: move sqlite, postgres, mysql, clickhouse and mongo connectors out of the project to different packages BREAKING CHANGE: Now you need to install package with connector for each database you use. For example "@adminforth/connector-sqlite" (a8a5064)

Bug Fixes

  • correct dynamic import for the database connectors (bfdf75e)
  • move qdrant to the separate package (d113025)
  • rebuild (609ed46)

BREAKING CHANGES

  • Now you need to install package with connector for each database you use. For example "@adminforth/connector-sqlite"