ExRam.Gremlinq 13.3.2

Changes

  • Enhance constant Where-argument evaluation to Property-expressions (#2163)
  • Save allocations in WebSocketGremlinqClient (#2159)
  • ReSharper review (#2158, #2160)
  • Remove type arguments in nameof since C# 14 can do without. (#2157)
  • Reuse defer-Transformers (#2151)

Gremlinq.Extensions 13.3.1

This is a maintenance release referencing the latest ExRam.Gremlinq packages for proper C# 14 compatibility.

ExRam.Gremlinq 13.3.1

Changes

  • Test against GremlinServer 3.7.5. (#2146) @danielcweber
  • Use some kind of duck typing to recognize Contains expressions (#2145) @danielcweber
  • Support C# 14 (#2144) @danielcweber
  • Bump Gremlin.Net from 3.7.4 to 3.7.5 (#2142) @dependabot[bot]

ExRam.Gremlinq 13.2.1

Changes

  • Review TransformerImpl (#2113) @danielcweber
  • Add a notion of a UnifiedConverter in Transformer to save allocations. (#2112) @danielcweber
  • Transformer without ImmutableStack (#2109) @danielcweber
  • Test templates for 13.2.0. (#2111) @danielcweber
  • Test query and bindings logging on CosmosDb. (#2107) @danielcweber
  • Ignore tests for CosmosDb in a common base class. (#2106) @danielcweber
  • Review bindings (#2105) @danielcweber
  • Save AsyncEnumerable allocations (#2103) @danielcweber

Gremlinq.Extensions 13.1.2

Changes

  • Cache JsonDocuments for subsequent known target types used by WebSocketGremlinqClientFactory (#141) @danielcweber