Skip to content

Releases: evo-terren/Gremlin.Net.CosmosDb

0.3.4.0004-rc1

13 Mar 15:11
94e1fe8
Compare
Choose a tag to compare
0.3.4.0004-rc1 Pre-release
Pre-release

Fix - Serialization of anonymous traversals (#16)

v0.3.4.0003-rc1

15 Nov 16:55
Compare
Choose a tag to compare
v0.3.4.0003-rc1 Pre-release
Pre-release
  • 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

05 Nov 15:30
Compare
Choose a tag to compare
v0.3.4.0002-rc1 Pre-release
Pre-release
  • Adding x-ms-retry-after-ms and x-ms-activity-id header values to graph results

v0.3.4.0001-rc1

18 Oct 14:33
Compare
Choose a tag to compare
v0.3.4.0001-rc1 Pre-release
Pre-release
  • 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

12 Jul 14:22
Compare
Choose a tag to compare
v0.3.3.2018-alpha Pre-release
Pre-release
  • Fix - Serialization of P predicates that contain multiple values #32.

v0.3.3.2017-alpha

21 Jun 22:21
Compare
Choose a tag to compare
v0.3.3.2017-alpha Pre-release
Pre-release
  • Fix - Improving serialization for strings with double quotes and object value serialization - #29

v0.3.3.2016-alpha***

21 Jun 17:58
ba56a5f
Compare
Choose a tag to compare
v0.3.3.2016-alpha*** Pre-release
Pre-release

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

19 Jun 04:23
Compare
Choose a tag to compare
v0.3.3.2015-alpha Pre-release
Pre-release
  • Fix - Typo in implementation of InV/Out traversal methods

v0.3.3.2014-alpha

15 Jun 17:03
3bd06d2
Compare
Choose a tag to compare
v0.3.3.2014-alpha Pre-release
Pre-release
  • Fix - Fixing serialization of Order enum

v0.3.3.2013-alpha

12 Jun 14:34
5d21487
Compare
Choose a tag to compare
v0.3.3.2013-alpha Pre-release
Pre-release
  • New Feature - Adding ToObject<T>() methods to edge and vertex