ExRam.Gremlinq 12.8.0
danielcweber
released this
18 Aug 16:32
·
458 commits
to refs/heads/12.x
since this release
Changes
- Add static From factory method to GroovyGremlinScript, add Bind method. (#1698) @danielcweber
- Add Bind method to GroovyGremlinScript. (#1698) @danielcweber
- Improve GroovyGremlinScript API (#1696) @danielcweber
- Remove AutoFixture (#1688) @danielcweber
- Fix 'None' on anonymous traversals (#1685) @danielcweber
- Client: Log request message while first MoveNext is in flight. (#1675) @danielcweber
- Review log messages. (#1674) @danielcweber
Note: This release is not binary compatible to earlier 12.x releases. Neither is it source compatible if the GroovyGremlinScript.Bindings
property is used directly in user code, which should only concern a minority of users. The afforementioned Bindings
property type is more specialized in this release (i.e. higher in the type hierarchy, which by itself does not present an issue), but it doesn't agree in the nullability of the TValue
type parameter, that is, the value type of the dictionary may now be null.