Changelog & Updates

Release Notes

Stay up to date with the latest improvements, new features, and fixes for the Tabsdata platform.

v1.8.0

Tabsdata

Feb 25, 2026

What's New?

New Source connectors: MySQL CDC, Postgres CDC, Db2 CDC.

New Destination Connectors: ClickHouse, StarRocks, Apache Druid.

UI, navigation improvements, new look & feel.

v1.7.1

Tabsdata

Feb 25, 2026

What's New?

New Source connector: Db2.

v1.7.0

Tabsdata

Feb 24, 2026

What's New?

UI navigation re-design for improved user experience.

User-friendly IDs for Execution Plans, Transactions, and Data Versions.

Improved documentation across the platform.

v1.6.0

Tabsdata

Feb 3, 2026

What's New?

KafkaTrigger, a Kafka topic consumer to load messages into Tabsdata tables.

CronTrigger, periodic triggering of publishers/subscribers/transformers.

Declarative data quality API for validation, classification and quarantining data.

New SQL connectors supporting Database transactions both for publishers and subscribers.

Revamped UI navigation.

Known issues:

  • Minor CLI When installing tabsdata with uv as the package manager, the databricks-sql-connector dependency must be pinned to version 4.2.0. For example: uv pip install "tabsdata[all]==1.6.0" "databricks-sql-connector==4.2.0"usability improvements.

  • To have the tabsdata agent working, you need to edit the file `~/.tabsdata/instances/tabsdata/workspace/config/proc/regular/aiagent/config/requirements.txt,  and replace tabsdata_agent with tabsdata-agent. This will get corrected in the next release.

v1.5.1

Tabsdata

Nov 18, 2025

Fixes a 1.5.0 regression that stopped parts of the UI from working correctly.

v1.5.0

Tabsdata

Nov 15, 2025

Tabsdata 1.5.0 is here!

What's New?

Version System Columns: All TableFrames now have a set of system columns with version information (execution ID, transaction ID, version ID and timestamp). Having these system columns enable advanced multi-time query functionality.

Several improvements and new functionality for Lineage/Execution graphs in the UI.

v1.4.0

Tabsdata

Oct 20, 2025

Tabsdata 1.4.0 is here!

What's New?

Tabsdata AI agent (Preview). Explore collections and tables, and create publishers and subscriber using a natural language interface.

User Defined Functions support. Integrate custom logic or external functions with TableFrame’s processing.

Interactive Execution/Lineage graphs in the UI.

v1.3.0

Tabsdata

Sep 26, 2025

Tabsdata 1.3.0 is here!

What's New?

Google Cloud Storage publisher and subscriber connectors

Avro Support for publishing and subscribing using file based connectors (File, S3, Azure storage, Google Cloud Storage)

Salesforce reports publisher connector

Grok parser support for TableFrames columns

Improvements:

  • Minor CLI usability improvements

  • Minor UI usability improvements

  • Non functional improvements

v1.2.0

Tabsdata

Aug 14, 2025

Tabsdata 1.2.0 is here!

What's New?

New publisher and subscriber connectors for Microsoft SQL Server.

v1.1.0

Tabsdata

Aug 4, 2025

Tabsdata 1.1.0 is here!

What's New?

Internal module reorganization to clearly separate public and private APIs.

No user-facing changes.

v1.0.0

Tabsdata

July 24, 2025

Tabsdata 1.0.0 is here!

What's New?

Browser Interface: You can now interact with various powerful functionalities of Tabsdata using the browser interface.

No user-facNew Connectors: Built-in support for Snowflake and Databricks is now live. Seamless integrations, out of the box.ing changes.

Catalog Support: Enhanced support for Unity Catalog, and AWS Glue Catalog, with Parquet format compatibility.

CLI Improvements: We’ve reimagined the CLI experience with streamlined commands and contextual hints to make onboarding easier.

Richer Metadata: We’re capturing and displaying more metadata to give users better visibility and control over their data.

Backend Enhancements: Under-the-hood upgrades to improve security, stability, and scalability in production environments.

v0.9.6

Tabsdata

Apr 24, 2025

Tabsdata 0.9.6 is here!

What's New?

Changes logs from ANSI to ASCII.

Improved schema inference when publishing files into Tabsdata.

Added column rename to TableFrames.

Fixed initial_values bugs on first run and when there is no additional incremental data.

v0.9.5

Tabsdata

Apr 12, 2025

Tabsdata 0.9.5 is here!

What's New?

AWS Glue Iceberg connector to seamlessly subscribe data from Tabsdata to AWS as Iceberg Tables.

MongoDB destination connector to seamlessly subscribe data from Tabsdata to MongoDB.

Richer support for Hashicorp Vault.

Corrections and restructuring in documentation.

v0.9.3

Tabsdata

Mar 14, 2025

Tabsdata 0.9.3 is here!

What's New?

Salesforce connector to seamlessly publish data from Salesforce to Tabsdata.

Stronger security protocols with support for Hashicorp secrets.

CorrectioIsolation of the server’s python environment from that of the user for better controls.ns and restructuring in documentation.

v0.9.2

Tabsdata

Feb 28, 2025

Tabsdata 0.9.2 is here!

What's New?

Improvements in CLI experience

Enhancements in backend to debug edge cases and performance improvement

v0.9.1

Tabsdata

Feb 14, 2025

Tabsdata 0.9.1 is here!

What's New?

Python 3.13 support

New TableFrame.item(self) method for extracting a single value from Tabsdata TableFrames

New TableFrame.item(self) method for extracting a single value from Tabsdata TableFrames

Corrections and restructuring in documentation