Skip to content

Commit d3384b0

Browse files
authored
Merge pull request #435 from atlanhq/bump-to-release-2.7.0
Bump to release `2.7.0`
2 parents 6f6310d + 9b5c5fc commit d3384b0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

HISTORY.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 2.7.0 (December 4, 2024)
2+
3+
### QOL improvements
4+
5+
- Renamed `CredentialResponseList` to `CredentialListResponse` to ensure consistent response model naming.
6+
- Updated handling for (`{"records": null}`) in the response to populate the model with an empty list (`[]`) instead of `None`, which is non-iterable.
7+
- Updated `level` and `connection` fields to use `Optional[Union[Dict[str, Any], str]]`, as they can be strings, preventing Pydantic validation errors, eg:
8+
9+
```
10+
"level": "user",
11+
"connection": "default/bigquery/1234567890"
12+
```
13+
114
## 2.6.2 (December 3, 2024)
215

316
### QOL improvements

pyatlan/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.2
1+
2.7.0

0 commit comments

Comments
 (0)