From b940f40b0496f46fbd12410b90a84430d0f6eb5c Mon Sep 17 00:00:00 2001 From: Ramon Guiu Date: Tue, 9 Dec 2025 10:36:26 +0100 Subject: [PATCH 1/6] Update changelog.md Signed-off-by: Ramon Guiu --- about/changelog.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/about/changelog.md b/about/changelog.md index 0b11b991b1..8b8b32ec0a 100644 --- a/about/changelog.md +++ b/about/changelog.md @@ -9,6 +9,50 @@ products: [cloud] All the latest features and updates to $CLOUD_LONG. +## New navigation in Console + + +We have updated the design of the navigation in the Console to improve consitency, reduce distractions and make it easier and faster to navigate through the different menus. + +![New console navigation](https://assets.timescale.com/docs/images/console-new-navigation.png)) + +## Tiger Lake public beta and S3 connector GA + + +### Tiger Lake public beta + +Tiger Lake is now available as a public beta and ready for broader use. The public beta includes: + +**Full DML support** +* Replication of INSERT, UPDATE, and DELETE operations on hypertables and regular Postgres tables to Iceberg. + +**High-Performance ingestion** +* Decoupled CDC and full table import pipelines. +* CDC ingest throughput: ~30,000 records/second +* Initial full table import throughput: ~300,000 records/second + +**Enhanced resilience & self-Healing** +* Automatic recovery when a replication slot disappears — all data is correctly replayed, keeping Iceberg tables eventually consistent. +* Seamless continuation from a failover node if the primary goes down, without restarting ingestion from scratch. + +**Improved deployment experience** +* UI now validates ARNs before service deployment to prevent misconfiguration. +* Validation & Scale Testing +* Private beta users have successfully synced data continuously over long periods. +* Verified compatibility with compressed and uncompressed hypertables. +* Successfully synced a large hypertable with 75 billion rows totaling 7.3 TB on disk. + +Read [the documentation](https://www.tigerdata.com/docs/use-timescale/latest/tigerlake) to get started. + +### S3 source connector general availability + +The S3 Source Connector is now production-ready, delivering major improvements in reliability, performance, and correctness across the entire ingestion pipeline. We resolved extensive issues related to file state transitions, workflow ordering, live sync consistency, and error handling, while adding support for retries, skipping files, better conflict handling, and more stable pause/resume behavior. Import operations are now more resilient, deterministic, and traceable, with clearer progress reporting and more accurate file and worker state visibility. + +Performance and scalability have been significantly enhanced through better autoscaling, improved worker resource allocation, faster preview and import operations, optimized scheduling, reduced memory usage, and higher throughput for small and large files. + +The user experience has been upgraded across the UI with improved file filtering, pagination, column mapping, input validation, clearer states and sizes, and more robust multi-step flows. Numerous bugs affecting import previews, table selection, schema handling, hypertable creation, and navigation were fixed. Combined, these changes make the S3 Source Connector significantly more stable, predictable, and user-friendly—ready for GA adoption. + + ## TimescaleDB v2.23 – improved getting started, automatic columnstore, and faster continuous aggregate invalidation tracking From 956a95bb2a8df6c0d6217445315a82cb676204de Mon Sep 17 00:00:00 2001 From: atovpeko Date: Wed, 10 Dec 2025 13:53:51 +0200 Subject: [PATCH 2/6] minor tweaks --- about/changelog.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/about/changelog.md b/about/changelog.md index 8b8b32ec0a..89c774850f 100644 --- a/about/changelog.md +++ b/about/changelog.md @@ -12,9 +12,9 @@ All the latest features and updates to $CLOUD_LONG. ## New navigation in Console -We have updated the design of the navigation in the Console to improve consitency, reduce distractions and make it easier and faster to navigate through the different menus. +We have updated the design of the navigation in Console to improve consistency, reduce distractions, and make it easier and faster to navigate through the different menus. -![New console navigation](https://assets.timescale.com/docs/images/console-new-navigation.png)) +![New console navigation](https://assets.timescale.com/docs/images/console-new-navigation.png) ## Tiger Lake public beta and S3 connector GA @@ -26,32 +26,31 @@ Tiger Lake is now available as a public beta and ready for broader use. The publ **Full DML support** * Replication of INSERT, UPDATE, and DELETE operations on hypertables and regular Postgres tables to Iceberg. -**High-Performance ingestion** +**High-performance ingestion** * Decoupled CDC and full table import pipelines. -* CDC ingest throughput: ~30,000 records/second -* Initial full table import throughput: ~300,000 records/second +* CDC ingest throughput: ~30,scale000 records/second. +* Initial full table import throughput: ~300,000 records/second. -**Enhanced resilience & self-Healing** +**Enhanced resilience and self-healing** * Automatic recovery when a replication slot disappears — all data is correctly replayed, keeping Iceberg tables eventually consistent. * Seamless continuation from a failover node if the primary goes down, without restarting ingestion from scratch. **Improved deployment experience** * UI now validates ARNs before service deployment to prevent misconfiguration. -* Validation & Scale Testing +* Validation and scale testing. * Private beta users have successfully synced data continuously over long periods. * Verified compatibility with compressed and uncompressed hypertables. * Successfully synced a large hypertable with 75 billion rows totaling 7.3 TB on disk. -Read [the documentation](https://www.tigerdata.com/docs/use-timescale/latest/tigerlake) to get started. +Read the [documentation](https://www.tigerdata.com/docs/use-timescale/latest/tigerlake) to get started. ### S3 source connector general availability -The S3 Source Connector is now production-ready, delivering major improvements in reliability, performance, and correctness across the entire ingestion pipeline. We resolved extensive issues related to file state transitions, workflow ordering, live sync consistency, and error handling, while adding support for retries, skipping files, better conflict handling, and more stable pause/resume behavior. Import operations are now more resilient, deterministic, and traceable, with clearer progress reporting and more accurate file and worker state visibility. +The S3 source connector is now production-ready, delivering major improvements in reliability, performance, and correctness across the entire ingestion pipeline. We resolved extensive issues related to file state transitions, workflow ordering, live sync consistency, and error handling, while adding support for retries, skipping files, better conflict handling, and more stable pause/resume behavior. Import operations are now more resilient, deterministic, and traceable, with clearer progress reporting and more accurate file and worker state visibility. Performance and scalability have been significantly enhanced through better autoscaling, improved worker resource allocation, faster preview and import operations, optimized scheduling, reduced memory usage, and higher throughput for small and large files. -The user experience has been upgraded across the UI with improved file filtering, pagination, column mapping, input validation, clearer states and sizes, and more robust multi-step flows. Numerous bugs affecting import previews, table selection, schema handling, hypertable creation, and navigation were fixed. Combined, these changes make the S3 Source Connector significantly more stable, predictable, and user-friendly—ready for GA adoption. - +The user experience has been upgraded across the UI with improved file filtering, pagination, column mapping, input validation, clearer states and sizes, and more robust multi-step flows. Numerous bugs affecting import previews, table selection, schema handling, hypertable creation, and navigation were fixed. Combined, these changes make the S3 source connector significantly more stable, predictable, and user-friendly—ready for GA adoption. ## TimescaleDB v2.23 – improved getting started, automatic columnstore, and faster continuous aggregate invalidation tracking From 700e722442c92bd873d29eea580ac06bed802528 Mon Sep 17 00:00:00 2001 From: atovpeko Date: Wed, 10 Dec 2025 13:54:32 +0200 Subject: [PATCH 3/6] minor tweaks --- about/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about/changelog.md b/about/changelog.md index 89c774850f..4a7fb2a038 100644 --- a/about/changelog.md +++ b/about/changelog.md @@ -28,7 +28,7 @@ Tiger Lake is now available as a public beta and ready for broader use. The publ **High-performance ingestion** * Decoupled CDC and full table import pipelines. -* CDC ingest throughput: ~30,scale000 records/second. +* CDC ingest throughput: ~30,000 records/second. * Initial full table import throughput: ~300,000 records/second. **Enhanced resilience and self-healing** From 24ef9541c4645432ddceedc6690bf986b2c0b89c Mon Sep 17 00:00:00 2001 From: atovpeko Date: Wed, 10 Dec 2025 13:56:25 +0200 Subject: [PATCH 4/6] minor tweaks --- about/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about/changelog.md b/about/changelog.md index 4a7fb2a038..da52c47941 100644 --- a/about/changelog.md +++ b/about/changelog.md @@ -32,7 +32,7 @@ Tiger Lake is now available as a public beta and ready for broader use. The publ * Initial full table import throughput: ~300,000 records/second. **Enhanced resilience and self-healing** -* Automatic recovery when a replication slot disappears — all data is correctly replayed, keeping Iceberg tables eventually consistent. +* Automatic recovery when a replication slot disappears—all data is correctly replayed, keeping Iceberg tables eventually consistent. * Seamless continuation from a failover node if the primary goes down, without restarting ingestion from scratch. **Improved deployment experience** From 40b24efa992083647a0e2912ffdc1ebd773b622c Mon Sep 17 00:00:00 2001 From: Ramon Guiu Date: Wed, 10 Dec 2025 20:21:01 +0100 Subject: [PATCH 5/6] Update changelog.md Signed-off-by: Ramon Guiu --- about/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about/changelog.md b/about/changelog.md index da52c47941..e695ce75e2 100644 --- a/about/changelog.md +++ b/about/changelog.md @@ -21,7 +21,7 @@ We have updated the design of the navigation in Console to improve consistency, ### Tiger Lake public beta -Tiger Lake is now available as a public beta and ready for broader use. The public beta includes: +Tiger Lake is now available in public beta and ready for broader use. The public beta includes: **Full DML support** * Replication of INSERT, UPDATE, and DELETE operations on hypertables and regular Postgres tables to Iceberg. From 2c34ebcde4a8702e98bdc4959ceb4630e6596a8d Mon Sep 17 00:00:00 2001 From: Ramon Guiu Date: Wed, 10 Dec 2025 20:25:31 +0100 Subject: [PATCH 6/6] Update changelog.md Signed-off-by: Ramon Guiu --- about/changelog.md | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/about/changelog.md b/about/changelog.md index e695ce75e2..0c3b6e96ab 100644 --- a/about/changelog.md +++ b/about/changelog.md @@ -16,9 +16,17 @@ We have updated the design of the navigation in Console to improve consistency, ![New console navigation](https://assets.timescale.com/docs/images/console-new-navigation.png) -## Tiger Lake public beta and S3 connector GA +## S3 connector GA and Tiger Lake public beta +### S3 source connector general availability + +The S3 source connector is now production-ready, delivering major improvements in reliability, performance, and correctness across the entire ingestion pipeline. We resolved extensive issues related to file state transitions, workflow ordering, live sync consistency, and error handling, while adding support for retries, skipping files, better conflict handling, and more stable pause/resume behavior. Import operations are now more resilient, deterministic, and traceable, with clearer progress reporting and more accurate file and worker state visibility. + +Performance and scalability have been significantly enhanced through better autoscaling, improved worker resource allocation, faster preview and import operations, optimized scheduling, reduced memory usage, and higher throughput for small and large files. + +The user experience has been upgraded across the UI with improved file filtering, pagination, column mapping, input validation, clearer states and sizes, and more robust multi-step flows. Numerous bugs affecting import previews, table selection, schema handling, hypertable creation, and navigation were fixed. Combined, these changes make the S3 source connector significantly more stable, predictable, and user-friendly—ready for GA adoption. + ### Tiger Lake public beta Tiger Lake is now available in public beta and ready for broader use. The public beta includes: @@ -33,25 +41,14 @@ Tiger Lake is now available in public beta and ready for broader use. The public **Enhanced resilience and self-healing** * Automatic recovery when a replication slot disappears—all data is correctly replayed, keeping Iceberg tables eventually consistent. -* Seamless continuation from a failover node if the primary goes down, without restarting ingestion from scratch. +* Seamless recovery in case of hardware failure without restarting ingestion from scratch. **Improved deployment experience** -* UI now validates ARNs before service deployment to prevent misconfiguration. -* Validation and scale testing. -* Private beta users have successfully synced data continuously over long periods. -* Verified compatibility with compressed and uncompressed hypertables. -* Successfully synced a large hypertable with 75 billion rows totaling 7.3 TB on disk. +* Validation of ARNs before service deployment to prevent misconfiguration. +* Compatibility against hypertables with data in rowstore and columnstore. Read the [documentation](https://www.tigerdata.com/docs/use-timescale/latest/tigerlake) to get started. -### S3 source connector general availability - -The S3 source connector is now production-ready, delivering major improvements in reliability, performance, and correctness across the entire ingestion pipeline. We resolved extensive issues related to file state transitions, workflow ordering, live sync consistency, and error handling, while adding support for retries, skipping files, better conflict handling, and more stable pause/resume behavior. Import operations are now more resilient, deterministic, and traceable, with clearer progress reporting and more accurate file and worker state visibility. - -Performance and scalability have been significantly enhanced through better autoscaling, improved worker resource allocation, faster preview and import operations, optimized scheduling, reduced memory usage, and higher throughput for small and large files. - -The user experience has been upgraded across the UI with improved file filtering, pagination, column mapping, input validation, clearer states and sizes, and more robust multi-step flows. Numerous bugs affecting import previews, table selection, schema handling, hypertable creation, and navigation were fixed. Combined, these changes make the S3 source connector significantly more stable, predictable, and user-friendly—ready for GA adoption. - ## TimescaleDB v2.23 – improved getting started, automatic columnstore, and faster continuous aggregate invalidation tracking