Releases: Gremlinq/ExRam.Gremlinq
Releases · Gremlinq/ExRam.Gremlinq
ExRam.Gremlinq 9.0.0
Changes
- No changes
ExRam.Gremlinq 9.0.0-preview.224
Changes
- No changes
ExRam.Gremlinq 9.0.0-preview.191
Changes
- No changes
ExRam.Gremlinq 9.0.0-preview.174
Changes
- No changes
ExRam.Gremlinq 9.0.0-preview.163
Changes
- Recreate gremlin client (#459) @danielcweber
- Use Microsoft.DotNet.PackageValidation. (#458) @danielcweber
- Use .NET SDK 6 Preview (#457) @danielcweber
- Introduce a notion of TraversalSemantics… (#456) @danielcweber
- Be more forgiving when ToString is called on an element property (#454) @danielcweber
ExRam.Gremlinq 9.0.0-preview.140
Changes
- Guid as native (#449) @danielcweber
- Fix WithSideEffect with later Select (#440) @danielcweber
- No more distinction between ignoring and populating JsonSerializers. (#432) @danielcweber
- [WIP] Fix #219 (#221) @danielcweber
- Migrate to Gremlin.Net 3.5.0 with a Json.Net workaround. (#429) @danielcweber
ExRam.Gremlinq 8.6.0
Changes
- No changes
ExRam.Gremlinq 9.0.0-preview.115
Changes
- Projections: No class hierarchy (#428) @danielcweber
- Introduce GroupProjection (#425) @danielcweber
- Fix projections in Choose (#422) @danielcweber
- Project VertexProperties (#417) @danielcweber
- No semantics in steps (#415) @danielcweber
- StepStack to Traversal translation through pluggable interface. (#411) @danielcweber
- ProjectVertexStep and ProjectEdgeStep (#410) @danielcweber
- Initial naive attempt at fixing the V.Fold() issue. (#406) @danielcweber
- OverrideSemantics: Store new semantics in Steps. (#402) @danielcweber
- Query semantics in steps (#401) @danielcweber
- QuerySemantics capture the actual public surface query type (#397) @danielcweber
ExRam.Gremlinq 9.0.0-preview.24
Changes
- Use latest Gremlin Server in integration tests (#396) @danielcweber
- Use Order.Asc and Order.Desc instead of Incr and Decr. (#395) @danielcweber
- To allow the Property step take a key as well as a traversal, inherit from the now abstract PropertyStep. (#393) @danielcweber
- Support Property with string key and value traversal (#389) @danielcweber
- Introduce exponential backoff for executors (#387) @danielcweber
- WithSideEffect with continuation (#384) @danielcweber
- Property overload from StepLabel. (#381) @danielcweber
ExRam.Gremlinq 9.0.0-preview.2
Changes
- Build-Script: Determine where to push and what to announce from version string, not from branches. (#380) @danielcweber
- Determine semantics from element type (#379) @danielcweber
- TryGetQuerySemantics: Rename and don't rely on names. (#378) @danielcweber
- IValueTupleGremlinQuery: Inherit from IValueGremlinQueryBase. (#377) @danielcweber
- Add a generic Union overload. (#375) @danielcweber
- CopyTo in StepStack (#374) @danielcweber
- ProjectionSteps are ImmutableArray. Easier to copy. (#373) @danielcweber
- New nullable expression tests. (#369) @danielcweber
- Checkout depth 1 in snapshot PR generation (#371) @danielcweber
- The None workaround is just for CosmosDB. That's because it doesn't work for Neptune for whatever reason. (#368) @danielcweber
- Make Person gender optional in tests (#363) @danielcweber
- Force...: Use ChangeQueryType. (#362) @danielcweber
- Optimize emitting IsSteps when it's actually a NoneStep. UntilSteps can be ommitted that way. (#360) @danielcweber
- Test RepeatUntil where the until-traversal is always true (i.e. identity()) (#353) @danielcweber
- Traversal: No steps property (#352) @danielcweber
- Optimize traversal (#351) @danielcweber
- Property with value traversal (#348) @danielcweber
- Simplify AddOrUpdate. (#347) @danielcweber
- Simplify Property (#346) @danielcweber
- Order keys (#340) @danielcweber
- Add support for ElasticSearchIndexConfiguration, for appropriately configured indexes. (#339) @danielcweber
- Remove obsolete methods. (#337) @danielcweber
- Providers.Core (#335) @danielcweber
- Unify Asp.NET (#332) @danielcweber
- Configurator overhaul (#331) @danielcweber
- Rename cosmos db configurators (#328) @danielcweber
- UseElasticSearch as extension (#322) @danielcweber
- We can't do better currently in ElasticSearch support than cover case-insensitive Contains(...) expressions. (#321) @danielcweber
- Parallelize tests (#310) @danielcweber
- Fixtures everywhere (#309) @danielcweber
- Scrub UUIDs (#301) @danielcweber
- Replace Int32 and Int64 Ids. (#300) @danielcweber
- Neptune: StoreTimeSpansAsNumbers. (#298) @danielcweber
- Neptune: Byte arrays as base64. (#297) @danielcweber
- Store byte arrays as base64 string extension (#289) @danielcweber
- Use fixtures for integration tests (#287) @danielcweber
- Rename groovy formatting values (#286) @danielcweber
- Fix the signature of a another Choose overload that, in case the fals… (#285) @danielcweber
- Fix the signature of a Choose overload that, in case the false-branch… (#284) @danielcweber
- Hide public setters (#283) @danielcweber
- Remove IProperty (#282) @danielcweber
- Nobody uses IVertexProperty.Id. (#281) @danielcweber
- Fix nullability in Property. (#280) @danielcweber
- Force model creation (#279) @danielcweber
- Hide element interfaces (#278) @danielcweber
- Create ElasticSearch predicates (#277) @danielcweber
- Make ExpressionSemantics, IPFactory and the corresponding option public. (#273) @danielcweber
- Factor P determination (#272) @danielcweber
- Avoid dynamic dispatch in serialization. (#269) @danielcweber
- Fix: withSideEffect is a source instruction. (#270) @danielcweber
- Determine Source Intstruction in a different way. (#268) @danielcweber
- Observe strictness wrt. StringComparison, weaken the option for tests. (#250) @danielcweber
- Introduce StringComparisonTranslationStrictness (#249) @danielcweber
- Support string.Equals with StringComparison. (#246) @danielcweber
- Support object.Equals method. (#244) @danielcweber
- Duck typing for string methods. (#243) @danielcweber
- Rework expression semantics representation (#240) @danielcweber
- Support not equals in CompareTo. (#237) @danielcweber
- Use duck typing for IComparable.CompareTo determination (#235) @danielcweber
- Optimize BindingKey string creation. (#234) @danielcweber
- Extend binding test (#232) @danielcweber
- Less intermediate queries in Where (#231) @danielcweber