ExRam.Gremlinq 12.0.0-preview.438
Pre-release
Pre-release
danielcweber
released this
28 Mar 16:47
·
1935 commits
to refs/heads/12.x
since this release
Changes
- Introduce a notion of ExecutionContext for GremlinQueries. (#926) @danielcweber
- IGremlinQueryExecutor.Execute does not need the environment. (#925) @danielcweber
- Cleanup tests (#923) @danielcweber
- IGremlinQueryExecutor: Type strongly. Thus, it must deserialize raw results if any. (#922) @danielcweber
- Move assertive tests from QueryExecutionTest into QueryAssertions. (#920) @danielcweber
- Remove Executor.Create (#917) @danielcweber
- Remove TransformResult (#916) @danielcweber
- Re-enable integration tests. (#911) @danielcweber
- Revert "Do not send the alias when it's "g"." (#912) @danielcweber
- IExecutor takes an IGremlinQueryBase (#908) @danielcweber
- Remove BytecodeGremlinQuery (#907) @danielcweber
- Remove BytecodeGremlinQuery.Id (#906) @danielcweber
- Move logging into gremlin client (#905) @danielcweber
- Do not send the alias when it's "g". (#904) @danielcweber
- Add tests that verify the actual RequestMessages. (#902) @danielcweber
- Rename tests (#901) @danielcweber
- Remove id from GroovyGremlinQuery. (#900) @danielcweber
- Change signature of IGremlinQueryExecutor (#897) @danielcweber
- Simplify serialization tests (#896) @danielcweber
- Create request message from serializer. (#895) @danielcweber
- Remove Newtonsoft.Json from core tests (#893) @danielcweber
- Formalize a step label name into a struct (like BindingKey). (#889) @danielcweber
- Fix AsStep optimization bug (#886) @danielcweber
- Add Newtonsoft.Json tests (#885) @danielcweber
- Rework GremlinQueryEnvironment Cache (#884) @danielcweber
- Change ConverterFactory/Converter signature (#883) @danielcweber
- Rework notion of native types (#880) @danielcweber
- Pass a more preconfigured IGremlinQuerySource to the configurators. (#879) @danielcweber
- Bring back RegisterNativeType in Support.NewtonsoftJson. (#875) @danielcweber
- Remove WebSocket-projects. (#874) @danielcweber
- Remove alias from websocket configuration (#871) @danielcweber
- In IGremlinqConfigurator, allow generic configuration of the IGremlinQuerySource. (#870) @danielcweber
- Rework debugging/groovy conversion (#869) @danielcweber
- Decouple Newtonsoft.Json (#868) @danielcweber
- Rework configuration (#865) @danielcweber
- Remove unused steps (#863) @danielcweber
- Avoid intermediate array allocation to optimize steps. (#862) @danielcweber
- Rework execution (#855) @danielcweber
- Rework array conversion (#853) @danielcweber
- Get Json dependency out of Gremlin.NET IMessageSerializer (#846) @danielcweber
- Rework debugger (#845) @danielcweber
- Hide FastImmutableList (#844) @danielcweber
- Rework serializer (#838) @danielcweber
- Factor out an abstract notion of an object transformer (#837) @danielcweber
- Rework deserializer (#831) @danielcweber
- Avoid a possibly boxing allocation in deserialization. (#830) @danielcweber
- Expand traversals if they are a result of a serialization. (#827) @danielcweber