Releases: Gremlinq/ExRam.Gremlinq
Releases · Gremlinq/ExRam.Gremlinq
ExRam.Gremlinq 12.8.0
Changes
- Add static From factory method to GroovyGremlinScript, add Bind method. (#1698) @danielcweber
- Add Bind method to GroovyGremlinScript. (#1698) @danielcweber
- Improve GroovyGremlinScript API (#1696) @danielcweber
- Remove AutoFixture (#1688) @danielcweber
- Fix 'None' on anonymous traversals (#1685) @danielcweber
- Client: Log request message while first MoveNext is in flight. (#1675) @danielcweber
- Review log messages. (#1674) @danielcweber
Note: This release is not binary compatible to earlier 12.x releases. Neither is it source compatible if the GroovyGremlinScript.Bindings
property is used directly in user code, which should only concern a minority of users. The afforementioned Bindings
property type is more specialized in this release (i.e. higher in the type hierarchy, which by itself does not present an issue), but it doesn't agree in the nullability of the TValue
type parameter, that is, the value type of the dictionary may now be null.
ExRam.Gremlinq 12.7.3
Changes
- Only strip ToString from expressions when the expression is purely declarative (#1670) @danielcweber
- Scrub Guids differently. (#1669) @danielcweber
- Replace scrubbed guids with a different value to distinguish them from default(Guid). (#1666) @danielcweber
ExRam.Gremlinq 12.7.2
Changes
- Include base type in model when it's not abstract. (#1651) @danielcweber
ExRam.Gremlinq 12.7.1
Changes
- Bump Testcontainers from 3.8.0 to 3.9.0 (#1641) @dependabot
- Higher CosmosDb emulator timeout. (#1640) @danielcweber
- Catch exceptions thrown during docker container stop/dispose. (#1635) @danielcweber
- Create CODE_OF_CONDUCT.md (#1633) @danielcweber
- Revert "Bump Testcontainers from 3.8.0 to 3.9.0" (#1634) @danielcweber
- Remove IntegrationTest environment variables (#1626) @danielcweber
- Skip No_password_bubbles_up because it is too flaky. (#1629) @danielcweber
- Update README.md (#1628) @danielcweber
- Bump Testcontainers from 3.8.0 to 3.9.0 (#1625) @dependabot
- Bump codecov/codecov-action from 4.4.1 to 4.5.0 (#1624) @dependabot
- Delete cosmos db emulator containers (#1623) @danielcweber
- Auto-remove test containers and dispose when the fixture is disposed. (#1622) @danielcweber
- global.json: Disable roll forward. (#1621) @danielcweber
- Bump Microsoft.Azure.Cosmos from 3.40.0 to 3.41.0 (#1620) @dependabot
- Bump actions/checkout from 4.1.6 to 4.1.7 (#1619) @dependabot
ExRam.Gremlinq 12.7.0
Changes
- Increase maximum serialization depth (#1617) @danielcweber
- Review GroovyWriter (#1615) @danielcweber
- Ignore CosmosDb system properties during add and update. (#1613) @danielcweber
- Add SystemProperty struct to CosmosDb. (#1612) @danielcweber
- Fix nullability warning in CosmosDb template. (#1611) @danielcweber
- Fix array representation in Groovy. (#1610) @danielcweber
- Fix lookup of partition key property in textual CosmosDb AspNet configuration. (#1606) @danielcweber
- Fix setup of partition key in CosmosDb tests. (#1605) @danielcweber
ExRam.Gremlinq 12.6.5
Changes
- Avoid double cancellation by calling the wrong Dispose overload. (#1602) @danielcweber
ExRam.Gremlinq 12.6.4
Changes
- Nerdbank.GitVersioning must always be referenced. (#1593) @danielcweber
- Bump codecov/codecov-action from 4.4.0 to 4.4.1 (#1592) @dependabot
- Introduce a PackageLicenseDirectory property (#1591) @danielcweber
- Only pack when project name starts with solution name. (#1590) @danielcweber
- Bump Microsoft.Azure.Cosmos from 3.39.1 to 3.40.0 (#1589) @dependabot
- Cleanup (#1588) @danielcweber
- Bump actions/checkout from 4.1.5 to 4.1.6 (#1587) @dependabot
- Bump codecov/codecov-action from 4.3.1 to 4.4.0 (#1584) @dependabot
- Bump Fody from 6.8.0 to 6.8.1 (#1586) @dependabot
ExRam.Gremlinq 12.6.3
Changes
- Fix package icon (#1585) @danielcweber
- Update Verify. (#1582) @danielcweber
- Update xUnit. (#1581) @danielcweber
- Revert "CosmosDb does not play nicely." (#1526) @danielcweber
- Prepare release (#1580) @danielcweber
ExRam.Gremlinq 12.6.2
Changes
- Support lots of case insensitive text expressions through TextP.regex. (#1578) @danielcweber
- Disable TextP regex predicates on CosmosDb. (#1577) @danielcweber
- Extend DisabledTextPredicates enum. (#1576) @danielcweber
- Remove unused methods in ContinuationBuilder. (#1572) @danielcweber
- Increase code coverage (#1571) @danielcweber
- Fix error messages for types outside a graph/element model. Fixes #1551. (#1564) @danielcweber
- More Tinkerpop 3.7.2 (#1557) @danielcweber
- Secure GitHub actions commits (#1556) @danielcweber
- Review test containers (#1554) @danielcweber
ExRam.Gremlinq 12.6.1
Changes
- Test against Tinkerpop 3.7.2. (#1549) @danielcweber
- Support StartsWith(char c) expressions. (#1550) @danielcweber
- Fix cancellation on disposed CancellationTokenSources (#1545) @danielcweber