Skip to content

Commit 978010d

Browse files
authored
Release notes soda-library 1.5.24 soda-agent1.1.24 (#850)
1 parent e3d8145 commit 978010d

File tree

6 files changed

+29
-2
lines changed

6 files changed

+29
-2
lines changed

_includes/python-versions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<details>
22
<summary style="color:#00BC7E">Python versions Soda supports</summary>
33
Soda officially supports Python versions 3.8, 3.9, and 3.10. <br />
4-
Efforts to fully support Python 3.11 and 3.12 are ongoing.
4+
Though largely funcntional, efforts to fully support Python 3.11 and 3.12 are ongoing.
55
<br /><br />
66
Using Python 3.11, some users might have some issues with dependencies constraints. At times, extra the combination of Python 3.11 and dependencies constraints requires that a dependency be built from source rather than downloaded pre-built. <br /><br />
77
The same applies to Python 3.12, although there is some anecdotal evidence that indicates that 3.12 might not work in all scenarios due to dependencies constraints.

_release-notes/soda-agent-1.1.24.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: "1.1.24"
3+
date: 2024-08-13
4+
products:
5+
- soda-agent
6+
---
7+
## 1.1.24
8+
9+
This release maps to [Soda Library 1.5.24]({% link release-notes/soda-library.md %}). <br />
10+
Access [Soda documentation]({% link soda/upgrade.md %}#upgrade-a-soda-agent) for instructions to upgrade a Soda Agent helm chart to use the latest version of Soda Library.

_release-notes/soda-library-1.5.24.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: "1.5.24"
3+
date: 2024-08-13
4+
products:
5+
- soda-library
6+
---
7+
8+
## 1.5.24 Fixes
9+
10+
* Adapt anomaly detector outcome messages for observability by @bastienboutonnet in #296
11+
* Always clean DB even on GH. by @jzalucki in #295
12+
* Group evolution: fix group changes not being detected by @m1n0 in #297
13+
* Feature: smaller min confidence interval ratio by @bastienboutonnet in #298
14+
* Execute observability checks outside of regular flow. by @jzalucki in #299
File renamed without changes.

soda-cloud/soda-cloud-architecture.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ If an agreement contains a [cross check]({% link soda-cl/cross-row-checks.md %})
8989

9090
![delete-datasource](/assets/images/delete-datasource.png){:height="700px" width="700px"}
9191

92-
### Delete a scan definitions
92+
### Delete a scan definition
9393

9494
Deleting a scan definition has the potential to impact multiple agreements in a data source. Among other things, the scan definition defines the cadence that Soda Cloud uses to execute scans of data in the data source.
9595

soda/new-documentation.md

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ parent: Learning resources
99

1010
<br />
1111

12+
#### August 13, 2024
13+
* Added [release notes]({% link release-notes/all.md %}) documentation for Soda Library 1.5.24 and Soda Agent 1.1.24.
14+
1215
#### August 8, 2024
1316
* Added content to clarify that Soda Library officially supports Python 3.8, 3.9, and 3.10.
1417

0 commit comments

Comments
 (0)