Skip to content

Commit 3be15f9

Browse files
authored
Merge pull request #974 from atlanhq/bump-to-release-9.10.1
[release] Bumped to release 9.10.1
2 parents c73214d + 0f7d114 commit 3be15f9

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 9.10.1 (July 15, 2026)
2+
3+
### Bug Fixes
4+
5+
- **Bulk audit search no longer fails on large result sets**: Iterating a bulk audit search (`client.audit.search(..., bulk=True)`) over more than 10,000 matching events could fail partway with an Elasticsearch "Result window is too large" error and stop without returning the rest. Pagination now stays within the result-window limit no matter how many events match, so large audit scans complete and return every record.
6+
17
## 9.10.0 (July 14, 2026)
28

39
### Bug Fixes

pyatlan/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.10.0
1+
9.10.1

0 commit comments

Comments
 (0)