Releases: Gremlinq/ExRam.Gremlinq
Releases · Gremlinq/ExRam.Gremlinq
ExRam.Gremlinq 10.0.0-preview.497
Changes
- Update Gremlin.NET (#663) @danielcweber
- Change vertex/edge projections such that id, label and properties end up on the same level. (#649) @danielcweber
- Force edge must subsequently filter labels (#643) @danielcweber
ExRam.Gremlinq 10.0.0-preview.463
Changes
- No changes
ExRam.Gremlinq 10.0.0-preview.456
Changes
- Inline groovy more aggressively to have no remaining bindings. (#642) @danielcweber
- Factorize query debugger (#641) @danielcweber
ExRam.Gremlinq 10.0.0-preview.441
Changes
- Fix a bug in fusing logical operators. (#638) @danielcweber
- Add more Project-protection-tests. (#631) @danielcweber
- Protect Tuple-Projection of non-yielding traversals. (#630) @danielcweber
- Add two new tests for the changed filter behaviour of Add and Or. (#626) @danielcweber
- Dont filter out writing traversals with none (#625) @danielcweber
- Work around Where with nested As on CosmosDB (#621) @danielcweber
- Use filter instead of where (#620) @danielcweber
- Add FilterStep for traversals. (#619) @danielcweber
- Rename FilterStep to nested FilterStep.ByLambdaStep. (#618) @danielcweber
- Enable testing on CosmosDB emulator again. (#613) @danielcweber
- Dont supress identity (#612) @danielcweber
ExRam.Gremlinq 10.0.0-preview.341
Changes
- Include times in loops (#596) @danielcweber
- Change the flow to create loops to a more consistent story. (#595) @danielcweber
- Add more tests for loops (#592) @danielcweber
- Rework loops (#590) @danielcweber
- Expose Traversal.CopyTo (#589) @danielcweber
- Fix muted continuations (#586) @danielcweber
- Fix #568 (#582) @danielcweber
- Make Aggregate test snapshots smaller. (#579) @danielcweber
- Add new test for multi-subquery-aggregate. (#575) @danielcweber
- Take sub-query sideEffectProjections into outer query (#572) @danielcweber
- Add test for Aggregate-Select. (#569) @danielcweber
- Don't order projected names in Project. (#565) @danielcweber
- Introduce the internal concept of a ContinuationBuilder (#564) @danielcweber
- Support selecting aggregate (#559) @danielcweber
- More Aggregate! (#556) @danielcweber
- Add empty projection value protection (#554) @danielcweber
- Remove mixed equality and inequality operators on StepLabel. (#547) @danielcweber
- Remove implicit StepLabel value conversion (#546) @danielcweber
- StepLabel<TQuery, TElement>: Implicit conversion operator from string. (#545) @danielcweber
- Reuse some code for E and V lookups. (#544) @danielcweber
- Add generic E and V overloads with one id argument. (#543) @danielcweber
- Add overload for E with single id. (#542) @danielcweber
- Move E() and ReplaceE() to IStartGremlinQuery. (#541) @danielcweber
- Add an overload for V that takes a single id. (#540) @danielcweber
- Add parameter to EchoGroovyGremlinQuery (#539) @danielcweber
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