From 95473d2693fa5779e2b975a79ea7ba5d09a0fc3c Mon Sep 17 00:00:00 2001 From: Magdalena Kowalczuk <74981211+anopsy@users.noreply.github.com> Date: Mon, 24 Feb 2025 10:30:24 +0100 Subject: [PATCH] soda-core 3.5.0 release (#956) --- _release-notes/soda-core-v3.5.0.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 _release-notes/soda-core-v3.5.0.md diff --git a/_release-notes/soda-core-v3.5.0.md b/_release-notes/soda-core-v3.5.0.md new file mode 100644 index 00000000..825ca127 --- /dev/null +++ b/_release-notes/soda-core-v3.5.0.md @@ -0,0 +1,24 @@ +--- +name: "3.5.0" +date: 2025-02-20 +products: + - soda-core +--- + +## 3.5.0 Features and fixes + +* Custom identity: Support in Reference and Group Evolution by @m1n0 in #2208 +* Validity: Accept 24-hr times in ISO 8601 dates by @pholser in #2133 +* Dask: Fix wrong count query when row_count used with duplicate check on two columns. by @jzalucki in #2209 +* Dask: Fix COUNT queries on windows by @mivds in #2210 +* Impala: Add support for Apache Impala by @marcocharlie in #2191 +* Athena: Add session token parameter by @ruixuantan in #2095 +* Postgres: Handle unsupported options parameter by @RekunDzmitry in #2176 +* Duckdb: Relax duckdb dependency to < 1.1.0 by @tombaeyens in #2162 +* Docs: Fix typo by @crazyshrut in #2151 +* Docs: Fix workflow path for CI by @syou6162 in #2206 +* Chore: Remove unused MarkupSafe dependency (#2103) by @ghjklw in #2200 +* Chore: Relax opentelemetry version contraint (#2192) by @ghjklw in #2199 + + +Refer to the Soda Core Release Notes for details.