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: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# Changelog
2
2
3
+
## [0.59.0] - 2025-10-24
4
+
5
+
- All `AUTHENTICATION_POLICY` parameters are now optional.
6
+
- Added parameters `mfa_policy`, `pat_policy`, `workload_identity_policy` for `AUTHENTICATION POLICY`.
7
+
- Switched `AUTHENTICATION_POLICY` to short-hash approach instead of comparing each individual parameter.
8
+
- Switched `AUTHENTICATION_POLICY` to `CREATE OR ALTER` approach instead of `ALTER`.
9
+
- Switched `AUTHENTICATION_POLICY` new references to `FORCE` mode instead of explicitly finding and dropping currently existing references.
10
+
- Fixed `STAGE_FILE` path delimiter issue for existing files on Windows.
11
+
3
12
## [0.58.2] - 2025-10-16
4
13
5
14
- Excluded all non-standard `DATABASE` objects while processing `SHOW DATABASES` for "schema cache". It includes personal databases, inbound shares and application databases.
0 commit comments