ExRam.Gremlinq 12.0.0-preview.354
Pre-release
Pre-release
danielcweber
released this
21 Mar 13:10
·
2019 commits
to refs/heads/12.x
since this release
Changes
- 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