From 4d2576642b943286be94f81885994e12c6199aa2 Mon Sep 17 00:00:00 2001 From: Brandon Sanchez Date: Wed, 27 May 2026 15:30:47 -0400 Subject: [PATCH] MOLT May release notes --- src/current/releases/molt.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/current/releases/molt.md b/src/current/releases/molt.md index ef9a97de9b9..5640cdb1783 100644 --- a/src/current/releases/molt.md +++ b/src/current/releases/molt.md @@ -23,6 +23,21 @@ Cockroach Labs recommends using the latest available version of each tool. Refer +### May 28, 2026 + +
+`molt` 1.4.1 is [available](#installation): + +- MOLT Fetch now logs structured telemetry events. Opt out with the `--opt-out-telemetry` flag. +- MOLT Fetch no longer counts tables that cannot be migrated (no primary key or source/target collation mismatch) toward the `fetch complete` summary's `num_tables` and `tables` fields. Such tables are now reported separately in a new `skipped_unmigratable_tables` field. +
+ +
+`replicator` 1.3.4 is [available](#installation): + +- Updated the Replicator log format to include the year in all log timestamps. +
+ ### April 30, 2026