Releases: evo-terren/Gremlin.Net.CosmosDb
Releases · evo-terren/Gremlin.Net.CosmosDb
0.3.4.0004-rc1
Fix - Serialization of anonymous traversals (#16)
v0.3.4.0003-rc1
- Improvements on Tree parsing
- BREAKING CHANGE:
IVertex
andIEdge
interfaces instead of abstract classesVertexBase
andEdgeBase
- New Feature - Property-level label support (See readme for examples)
v0.3.4.0002-rc1
- Adding
x-ms-retry-after-ms
andx-ms-activity-id
header values to graph results
v0.3.4.0001-rc1
- 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
- Fix - Serialization of
P
predicates that contain multiple values #32.
v0.3.3.2017-alpha
- Fix - Improving serialization for strings with double quotes and object value serialization - #29
v0.3.3.2016-alpha***
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, allowinggroovy.lang.GString
values not natively supported by C#
v0.3.3.2015-alpha
- Fix - Typo in implementation of InV/Out traversal methods
v0.3.3.2014-alpha
- Fix - Fixing serialization of
Order
enum
v0.3.3.2013-alpha
- New Feature - Adding
ToObject<T>()
methods to edge and vertex