-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <a href="https://github.com/sodadata/soda-core/releases" target="_blank">Soda Core Release Notes </a> for details. |