Releases: Gremlinq/ExRam.Gremlinq
Releases · Gremlinq/ExRam.Gremlinq
ExRam.Gremlinq 13.4.0
Changes
- Test IAM configuration on ASP.NET (#2173) @danielcweber
- Rework AWSSignerBuilder (#2172) @danielcweber
- Implicitly set path to /gremlin for AWSSigner if null or empty. (#2171) @danielcweber
- Split IAWSSigner from new ISigV4AWSSigner. (#2168) @danielcweber
- Add With... extensions for IAWSSigner. (#2167) @danielcweber
- Rename AWSSigner.EmptyV4 to EmptySigV4. (#2166) @danielcweber
- Move our internal implementation of AWSSigner into the public (#2165) @danielcweber
ExRam.Gremlinq 13.3.2
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.3.0
Changes
- Target .NET 10 (#2136) @danielcweber
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
ExRam.Gremlinq 13.2.0
Changes
- Avoid the allocation of the Catch-operator in GremlinQueryExecutorImpl (#2098) @danielcweber
- Support retrieving MetaResponse objects (#2090, #2097) @danielcweber
ExRam.Gremlinq 13.1.2
Changes
- Fix LastOrDefaultAsync extension (#2093) @danielcweber
ExRam.Gremlinq 13.1.1
Changes
- Improve logging performance (#2070) @danielcweber
- Make Bindings ISpanFormattable to save allocations in logging (#2069) @danielcweber
ExRam.Gremlinq 13.1.0
Changes
- Improve Bindings.ToString (#2066) @danielcweber
- Improve GroovyWriter (#2065) @danielcweber
- Update .NET SDK. (#2062) @danielcweber
- Run tests on Windows Server 2025. (#2051) @danielcweber
- Support more boolean expressions in Where (#2050) @danielcweber
- Enable setting UseDFE from IConfiguration. (#2048) @danielcweber
- Add UseDFE extension in Neptune (#2047) @danielcweber
- Make query bindings formattable in log parameter mappings (#2041) @danielcweber
- Cheaper/deterministic Groovy Script creation when only logging (#2035) @danielcweber
- Update Gremlin.Net. (#2034) @danielcweber
- Move tests to Gremlin Server 3.7.4. (#2033) @danielcweber
- Run tests with a matrix. (#2027) @danielcweber
- Obsolete StringComparisonTranslationStrictness option. (#2025) @danielcweber
- Obsolete the whole StringComparisonTranslationStrictness enum. (#2024) @danielcweber
- Avoid StringComparisonTranslationStrictness.Strict (#2023) @danielcweber
- Obsolete StringComparisonTranslationStrictness.Lenient. (#2022) @danielcweber
- Don't use StringComparisonTranslationStrictness.Lenient in CosmosDbFixture (#2021) @danielcweber
- Don't use StringComparisonTranslationStrictness.Lenient in CosmosDbEmulatorFixture (#2020) @danielcweber
ExRam.Gremlinq 13.0.0
12.x -> 13.0 migration guide
- Update to version 12.23.0
- Tackle all deprecation warnings. Alternatives/workarounds are given in the
ObsoleteAttribute's messages. - Update to version 13.0.0
Changes
- Use a FrozenDictionary in "Fast"-method (#1997) @danielcweber
- Fix possibly empty labels resulting from contradicting OfTypes operators. (#1995) @danielcweber
- Remove QueryLogFormatting option. (#1993) @danielcweber
- Dont serialize bindings in logs (#1992) @danielcweber
- Remove obsolete members (#1983) @danielcweber
- No tests below .NET 8 (#1981) @danielcweber
- Drop .NET 5 (#1980) @danielcweber
- Drop .NET Standard 2.1 (#1978) @danielcweber