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.asciidoc
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,7 @@ This release also includes changes from <<release-3-7-XXX, 3.7.XXX>>.
114
114
* Updated `OptionsStrategy` in `gremlin-python` to take options directly as keyword arguments.
115
115
* Added static `instance()` method to `ElementIdStrategy` to an instance with the default configuration.
116
116
* Updated `ElementIdStrategy.getConfiguration()` to help with serialization.
117
+
* Fixed issue in `gremlin-go` where `Next()` didn't return the error from the server.
117
118
* Changed type for `ReservedKeysVerificationStrategy.keys` in .NET to take a `Set<string>` rather than `List<string>`.
118
119
* Fixed bug in `group()` value traversal of the second `by()` where a `CollectingBarrierStep` could produce an unexpected filtering effect when `ReducingBarrierStep` or `SupplyingBarrierStep` instances were not taken into account.
119
120
* Changed `DetachedFactory` to special case the handling of `ComputerAdjacentVertex` which doesn't carry properties but still needs to be detachable for OLAP cases.
0 commit comments