Gremlin.Net.CosmosDb Versions Save

Helper library when using Gremlin.Net in conjunction with a Cosmos DB graph

v0.3.4.0004-rc1

5 years ago

Fix - Serialization of anonymous traversals (#16)

v0.3.4.0003-rc1

5 years ago
  • Improvements on Tree parsing
  • BREAKING CHANGE: IVertex and IEdge interfaces instead of abstract classes VertexBase and EdgeBase
  • New Feature - Property-level label support (See readme for examples)

v0.3.4.0002-rc1

5 years ago
  • Adding x-ms-retry-after-ms and x-ms-activity-id header values to graph results

v0.3.4.0001-rc1

5 years ago
  • New Feature - Updated to Gremlin.NET 3.4 RC2 to access and expose CosmosDb response headers (x-ms-status-code, x-ms-request-charge, x-ms-total-request-charge, etc.)
  • New Feature - Added basic support for Tree structures
  • New Feature - Added support for partition key usage via C# Tuples: g.V<NodeType>(("partitionKey", "id"))

A special thank you to @benjabobs for all your hard work!!!

v0.3.3.2018-alpha

5 years ago
  • Fix - Serialization of P predicates that contain multiple values #32.

v0.3.3.2017-alpha

5 years ago
  • Fix - Improving serialization for strings with double quotes and object value serialization - #29

v0.3.3.2016-alpha

5 years ago

I really screwed up the query serialization in this release. DO NOT USE

  • Fix - Serialization of the dollar sign ($) character - #23
  • Fix - Serialization of objects as values within a traversal step - #26
  • New Feature - GroovyString support, allowing groovy.lang.GString values not natively supported by C#

v0.3.3.2015-alpha

5 years ago
  • Fix - Typo in implementation of InV/Out traversal methods

v0.3.3.2014-alpha

5 years ago
  • Fix - Fixing serialization of Order enum

v0.3.3.2013-alpha

5 years ago
  • New Feature - Adding ToObject<T>() methods to edge and vertex