Releases: Gremlinq/ExRam.Gremlinq
Releases · Gremlinq/ExRam.Gremlinq
ExRam.Gremlinq 12.12.2
Changes
- Small fixes (#1833) @danielcweber
- Filter test discovery depending on solution (#1832) @danielcweber
- Migrate to xUnit 3 (#1831) @danielcweber
- Remove XunitContext. (#1830) @danielcweber
- No need to reference Microsoft.SourceLink.GitHub for target frameworks >= .NET 8. (#1828) @danielcweber
- Reuse snapshots for PasswordSecuredIntegrationTests. (#1827) @danielcweber
- Bump xunit.runner.visualstudio from 2.8.2 to 3.0.0 (#1826) @dependabot
- Bump Verify.Xunit from 28.5.0 to 28.6.0 (#1825) @dependabot
- Attest only in public repo. (#1824) @danielcweber
- Prepare release (#1823) @danielcweber
ExRam.Gremlinq 12.12.1
Changes
- IntegrationTests for JanusGraph (#1822) @danielcweber
- Run tests again on .NET 6 and 7 (#1821) @danielcweber
- Bump CommunityToolkit.HighPerformance from 8.3.2 to 8.4.0 (#1819) @dependabot
- Bump Verify.Xunit from 28.4.0 to 28.5.0 (#1820) @dependabot
- New tests (#1818) @danielcweber
- Bump Nerdbank.GitVersioning from 3.6.146 to 3.7.112 (#1817) @dependabot
- Bump PublicApiGenerator from 11.1.0 to 11.2.0 (#1816) @dependabot
- Bump Testcontainers from 4.0.0 to 4.1.0 (#1815) @dependabot
ExRam.Gremlinq 12.12.0
Changes
- Bugfix: When projecting from a map onto a tuple, we need to project onto tuple fields (#1810) @danielcweber
ExRam.Gremlinq 12.11.1
Changes
- Add readme to nuspec (#1801) @danielcweber
- Add .NET 9 to target frameworks (#1799) @danielcweber
- Add support for TestContainers (#1798) @danielcweber
- Review GraphSon tests (#1781) @danielcweber
- Use .NET SDK 9. (#1791) @danielcweber
ExRam.Gremlinq 12.11.0
Changes
- Don't recurse on null in TryExpandTraverser. (#1775) @danielcweber
- No null vertex property properties (#1770) @danielcweber
- Update Gremlin.Net (#1769) @danielcweber
ExRam.Gremlinq 12.10.3
Changes
- Dont defer GraphSon maps (#1764) @danielcweber
- Cache an inner serializer that is not really dependent on the type arguments. (#1763) @danielcweber
ExRam.Gremlinq 12.10.2
Changes
- Optimize single traversal coalesce (#1758) @danielcweber
- Log execution errors in the query itself outside the executors so plugged executors and transformed exceptions will log in any case. (#1757) @danielcweber
- Log a request without the query on the appropriate LogLevel. (#1756) @danielcweber
- Omit bindings parameter when bindings should not be included. (#1755) @danielcweber
- Log GremlinQueryExecutionException (#1751) @danielcweber
ExRam.Gremlinq 12.10.1
Changes
- Re-enable PasswordSecuredIntegrationTests on CI. (#1743) @danielcweber
- Enable Neptune IntegrationTests on CI. (#1742) @danielcweber
- Retry container creation. (#1736) @danielcweber
- Use central package management (#1729) @danielcweber
- Add test for projection to null entities. (#1728) @danielcweber
- Check PRs on newer Ubuntu runner (#1725) @danielcweber
- Remove .NET 7 from tested platforms in unit/integration tests. (#1727) @danielcweber
- Don't skip test (#1726) @danielcweber
- Add tests for TimeSpan deserialization. (#1724) @danielcweber
- Cover DateTimeOffset deserialization (#1721) @danielcweber
- Dont throw in scalar to property converter factory (#1723) @danielcweber
- Fix CosmosDb snapshots with floating point numbers...again (#1722) @danielcweber
ExRam.Gremlinq 12.10.0
Changes
- Review query builder structs (#1716) @danielcweber
- Various factorizations and updates (#1715) @danielcweber
- Recognize infix expression (#1714) @danielcweber
- Review string comparisons in expression parsing (#1713) @danielcweber
- Add AndStep/OrStep constructor, deprecate the existing. (#1712) @danielcweber
- Call logical step flattening outside of And/OrSteps. (#1711) @danielcweber
- Remove ReleaseOnlyFact and configure NullGuard properly (#1708) @danielcweber
- Avoid and-operator if its sub-traversals are filters. (#1707) @danielcweber
- Fix Gremlin generation for (x.VertexProperty.Id op arg) expressions (#1706) @danielcweber
ExRam.Gremlinq 12.9.0
Changes
- Fix gremlin generation in Where when step labels are being compared (#1702) @danielcweber
- Relax nullability for value in GroovyGremlinScript.Bind. (#1701) @danielcweber