ExRam.Gremlinq 10.0.0-preview.147
Pre-release
Pre-release
github-actions
released this
24 Jan 13:03
·
394 commits
to refs/heads/10.x
since this release
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