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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ r.Connect(
23
23
- Added the `ReadOne` and `ReadAll` helper functions for quickly executing a query and scanning the result into a variable. For examples see the godocs.
24
24
- Added the `Peek` and `Skip` functions to the `Cursor`.
25
25
- Added support for referential arrays in structs
26
+
- Added the `Durability` argument to `RunOpts`/`ExecOpts`
26
27
27
28
### Deprecated
28
29
- Deprecated the root `Wait` term, `r.Table(...).Wait()` should now be used instead.
0 commit comments