Skip to content

Commit 68e73c9

Browse files
authored
Release notes soda-library 1.8.1 (#918)
+ pydantic install for zsh
1 parent 62ee004 commit 68e73c9

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

_includes/pydantic-version.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
### Troubleshoot
22

3-
As of version 1.7.0, Soda Library packages include Pydantic version 2 for data validation. If your systems require the use of Pydantic version 1, you can install and extra package that uses Pydantic version 1. To do so, use the following command, adjusting the type of library to correspond with your data source.
3+
As of version 1.7.0, Soda Library packages include Pydantic version 2 for data validation. If your systems require the use of Pydantic version 1, you can install an extra package that uses Pydantic version 1. To do so, use the following command, adjusting the type of library to correspond with your data source.
44
{% include code-header.html %}
55
```shell
6+
#bash
67
pip install -i https://pypi.cloud.soda.io soda-postgres[pydanticv1]
8+
9+
#zsh
10+
pip install -i https://pypi.cloud.soda.io "soda-spark-df[pydanticv1]"
711
```

_release-notes/soda-library-1.8.0.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
name: "1.7.1"
3-
date: 2024-10-25
2+
name: "1.8.0"
3+
date: 2024-10-29
44
products:
55
- soda-library
66
---

_release-notes/soda-library-1.8.1.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: "1.8.1"
3+
date: 2024-11-13
4+
products:
5+
- soda-library
6+
---
7+
8+
## 1.8.1 Features and Fixes
9+
10+
* Pydantic: Fix v1 support by @m1n0 in #340
11+
* Foreach: Resolve vars in queries by @m1n0 in #342

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+
#### November 13, 2024
13+
* Added [release notes]({% link release-notes/all.md %}) documentation for Soda Library 1.8.1.
14+
1215
#### November 1, 2024
1316
* Updated [anomaly detection check]({% link soda-cl/anomaly-detection.md %}) documentation to include support for freshness and user-defined metrics.
1417

0 commit comments

Comments
 (0)