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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,17 @@ r.Connect(
20
20
- Added the `Grant` term
21
21
- Added the `Ordered` optional argument to `EqJoin`
22
22
- Added the `Fold` term and examples
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
+
- Added the `Peek` and `Skip` functions to the `Cursor`.
25
+
- Added support for referential arrays in structs
23
26
24
27
### Deprecated
25
28
- Deprecated the root `Wait` term, `r.Table(...).Wait()` should now be used instead.
26
29
- Deprecated session authentication using `AuthKey`
27
30
31
+
### Fixed
32
+
- Fixed issue with `ReconfigureOpts` field `PrimaryTag`
0 commit comments