From ccf22af917357308aee56531152b92b04fc24118 Mon Sep 17 00:00:00 2001 From: Dmitry Kropachev Date: Thu, 15 Jun 2023 08:47:56 -0400 Subject: [PATCH] Release v1.8.3 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbdce11e..4ff9b594 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog +## [1.8.3] - 2023-06-015 + +- Pause generator when partitions are full ([#332](https://github.com/scylladb/gemini/pull/332)) +- Fix TYPE_TIME value generations ([#337](https://github.com/scylladb/gemini/pull/337)) +- Make validation retry on SelectFromMaterializedViewStatementType ([#347](https://github.com/scylladb/gemini/pull/347)) +- Make gemini avoid running DROP COLUMN when it is not supported ([#350](https://github.com/scylladb/gemini/pull/350)) +- Fix UDT value generations ([357](https://github.com/scylladb/gemini/pull/357)) ## [1.8.2] - 2023-06-01