Releases: Gremlinq/ExRam.Gremlinq
Releases · Gremlinq/ExRam.Gremlinq
ExRam.Gremlinq 9.2.0
This release changes the default behaviour of Aggregate to be Aggregate(global). Due to a bug in the Tinkerpop reference docs, this slipped through to be Aggregate(local) in the past. An AggregateLocal method has been added. AggregateGlobal has been marked obsolete and will be removed in a future version.
ExRam.Gremlinq 10.0.0-preview.158
Changes
- No changes
ExRam.Gremlinq 10.0.0-preview.157
Changes
- Get the AsAdmin-Method already on the IStartGremlinQuery interface. (#533) @danielcweber
- Allow changing serialized query id (#531) @danielcweber
ExRam.Gremlinq 10.0.0-preview.147
Changes
- Support transforming an exception thrown while executing a query. (#528) @danielcweber
- Support fail-operator (Upcoming Tinkerpop 3.6.0) (#527) @danielcweber
- Always output a complex structure in Debug, even when there are no bindings (#521) @danielcweber
- Include TraversalSource in groovy script (#519) @danielcweber
- Gremlin scripts can be sourced from "g" when there's an alias. (#518) @danielcweber
- Don't serialize groovy bindings when they're empty. (#515) @danielcweber
- GremlinQuery.Debug: Don't serialize query id. (#514) @danielcweber
- Add ToGroovy extension for ISerializedGremlinQuery. (#513) @danielcweber
- Pass Ids of serialized queries along (#512) @danielcweber
- Add Id to ISerializedQuery (#511) @danielcweber
- Scrub Guids from snapshots. (#510) @danielcweber
- Make anything that comes out of query serialization inherit ISerializedQuery. (#508) @danielcweber
- Wrap Bytecode objects in a BytecodeGremlinQuery when it's the result of serializing an IGremlinQuery. (#506) @danielcweber
- Add possibility for an IProviderConfigurationSection to merge with parent section (#505) @danielcweber
ExRam.Gremlinq 9.1.0
Changes
- No changes
ExRam.Gremlinq 9.0.0
Changes
- No changes
ExRam.Gremlinq 9.0.0-preview.224
Changes
- No changes
ExRam.Gremlinq 9.0.0-preview.191
Changes
- No changes
ExRam.Gremlinq 9.0.0-preview.174
Changes
- No changes
ExRam.Gremlinq 9.0.0-preview.163
Changes
- Recreate gremlin client (#459) @danielcweber
- Use Microsoft.DotNet.PackageValidation. (#458) @danielcweber
- Use .NET SDK 6 Preview (#457) @danielcweber
- Introduce a notion of TraversalSemantics… (#456) @danielcweber
- Be more forgiving when ToString is called on an element property (#454) @danielcweber