You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,16 @@
1
-
## 8.5.0 (January 14, 2025)
1
+
## 8.5.1 (January 29, 2026)
2
+
3
+
### Bug Fixes
4
+
5
+
- Fixed iterative pagination in User and Role caches that prevented all records from being properly populated during cache refresh operations.
6
+
7
+
### QOL Improvements
8
+
9
+
- Enhanced SDK client retry mechanism to automatically retry HTTP `302` redirect responses, improving reliability when handling temporary redirects.
10
+
- Updated admin integration tests to align with latest backend API changes.
11
+
12
+
13
+
## 8.5.0 (January 14, 2026)
2
14
3
15
### New Features
4
16
@@ -9,7 +21,7 @@
9
21
-`DataQualityRule.table_level_rule_creator()` and `DataQualityRule.column_level_rule_creator()` now accept `rule_type` as a `DataQualityRuleTemplateType` enum instead of `str`.
10
22
-`threshold_compare_operator` is now an optional parameter for `DataQualityRule.table_level_rule_creator()`.
0 commit comments