Skip to content

Releases: Gremlinq/ExRam.Gremlinq

ExRam.Gremlinq 12.22.0

24 Apr 13:42
ae43442
Compare
Choose a tag to compare

Changes

❗This is the last release of the 12.x branch that allows using members marked with [Obsolete] without throwing a compiler errors. From the next release on (12.23.0), members marked with [Obsolete] will throw build errors. Workarounds/alternatives for each of the obsolete members are provided in the resp. messages.

ExRam.Gremlinq 12.21.0

22 Apr 12:55
2496ef9
Compare
Choose a tag to compare

Changes

ExRam.Gremlinq 12.20.0

10 Apr 16:03
4d8fc90
Compare
Choose a tag to compare

Changes

Note: When compiling against this release, users might observe warnings like

CS8604: Possible null reference argument for parameter 'value' in 'VertexProperty.implicit operator VertexProperty(object value)'

on calls to operators that had params ReadOnlySpan<...> overloads added in this release. This can be worked around by applying the !-operator (or null-forgiving-operator) to the expression inside the call, e.g. change calls to

__ => __.Values(x => x.Name)

to

__ => __.Values(x => x.Name!).

ExRam.Gremlinq 12.19.0

03 Apr 08:40
98c9cfe
Compare
Choose a tag to compare

Changes

ExRam.Gremlinq 12.18.0

24 Mar 18:21
e516c63
Compare
Choose a tag to compare

Changes

ExRam.Gremlinq 12.17.0

04 Mar 16:47
2f5aace
Compare
Choose a tag to compare

Changes

ExRam.Gremlinq 12.16.0

26 Feb 16:50
541e821
Compare
Choose a tag to compare

Changes

ExRam.Gremlinq 12.15.0

13 Feb 12:43
0d60a4b
Compare
Choose a tag to compare

Changes

ExRam.Gremlinq 12.14.0

21 Jan 13:55
182d2d9
Compare
Choose a tag to compare

Changes

ExRam.Gremlinq 12.13.0

15 Jan 20:47
308e8a8
Compare
Choose a tag to compare

Changes