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
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,14 @@
1
+
## Changes in 1.11.4 : ##
2
+
3
+
- Fix for an issue wherein some of the cross-partition queries were failing in the 32-bit host process.
4
+
- Fix for an issue wherein the session container was not being updated with the token for failed requests in Gateway mode.
5
+
- Fix for an issue wherein a query with UDF calls in projection was failing in some cases.
6
+
1
7
## Changes in 1.11.3 : ##
2
8
3
9
- Fix for an issue wherein the session container was not being updated with the token for failed requests.
4
10
- Added support for the SDK to work in a 32-bit host process. Note that if you use cross partition queries, 64-bit host processing is recommended for improved performance.
5
11
- Improved performance for scenarios involving queries with a large number of partition key values in an IN expression.
6
-
- Populated various resource quota stats in the resource response for document collection read requests when PopulateQuotaInfo request option is set.
0 commit comments