Skip to content

Bump Gremlin.Net from 3.5.4-SNAPSHOT to 3.6.0 in /gremlin-dotnet - #129

Closed
dependabot[bot] wants to merge 1 commit into
3.5-devfrom
dependabot/nuget/gremlin-dotnet/3.5-dev/Gremlin.Net-3.6.0
Closed

Bump Gremlin.Net from 3.5.4-SNAPSHOT to 3.6.0 in /gremlin-dotnet#129
dependabot[bot] wants to merge 1 commit into
3.5-devfrom
dependabot/nuget/gremlin-dotnet/3.5-dev/Gremlin.Net-3.6.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2022

Copy link
Copy Markdown

Bumps Gremlin.Net from 3.5.4-SNAPSHOT to 3.6.0.

Changelog

Sourced from Gremlin.Net's changelog.

=== TinkerPop 3.6.0 (Release Date: April 4, 2022)

This release also includes changes from .

  • Added parser support for NaN and Infinity.
  • Implemented comparability/orderability semantics defined in the Graph Provider documentation.
  • Added TextP.regex and TextP.notRegex.
  • Changed TinkerGraph to allow identifiers to be heterogeneous when filtering.
  • Prevented values of T to property() from being null.
  • Added element() step.
  • Added call() step.
  • Added fail() step.
  • Added mergeV() and mergeE() steps.
  • Added Direction aliases of from and to.
  • Moved TraversalOptionParent.Pick to its own class as Pick.
  • Introduced Pythonic Gremlin step names using snake case and deprecated camel case naming.
  • Improved Gherkin test framework to allow for asserting traversal exceptions as a behavior.
  • Fixed query indentation for profile metrics where indent levels were not being respected.
  • TraversalOpProcessor no longer accepts a String representation of Bytecode for the "gremlin" argument which was left to support older versions of the drivers.
  • Removed requirement that "ids" used to filter vertices and edges need to be all of a single type.
  • Created gremlin-annotations module where the @GremlinDsl annotation and related code has been moved.
  • Moved GremlinScriptChecker to gremlin-core from gremlin-groovy since it is not Groovy dependent.
  • Removed groovy and groovy-json dependencies from gremlin-driver as well as related JsonBuilder serialization support.
  • Replaced log4j usage with logback where builds rely on and packaged distributions now contain the latter.
  • Improved behavior of V() and E() when null is an argument producing a filtering behavior rather than an exception.
  • Prevented metrics computation unless the traversal is in a locked state.
  • Added syntax to Gremlin grammar to explicitly define byte, short and BigInteger.
  • Added syntax to Gremlin grammar to allow construction of a reference Vertex.
  • Changed Gremlin grammar to allow for Groovy-like syntax when parsing a Map literal.
  • Created a way to produce a corpus of Gremlin traversals via FeatureReader and DocumentationReader in gremlin-language.
  • Changed mechanism for determining if id equality with toString() is used by validating that elements of the predicate collection are all String rather than enforcing homogenous collections in the process.
  • Exposed Gherkin tests as part of the provider test suite.
  • Packaged Gherkin tests and data as standalone package as a convenience distribution.
  • Removed ProductiveByStrategy as a strategy that is applied by default.
  • Changed by() modulator semantics to consistently filter.
  • Removed previously deprecated Gryo MessageSerializer implementations.
  • Removed previously deprecated AuthenticationSettings.enableAuditLog.
  • Removed previously deprecated GroovyTranslator from gremlin-groovy module.
  • Removed previously deprecated Gremlin steps that conflicted with Python keywords.
  • Removed the dependency on six from gremlin-python.
  • Bumped to Apache Hadoop 3.3.1.
  • Bumped to Apache Spark 3.2.0.
  • Bumped node.js in gremlin-javascript to v16.13.0.
  • Changed NumberHelper to properly cast to byte and short rather than default coercing to Integer.
  • Modified some driver defaults (maximum content length, pool size, maximum in process) to be more consistent with one another.
  • Fixed a potential connection load balancing issue due to a race condition not updating the usage count.
  • Extended property()`` to allow for setting a Map` of property values.

==== Bugs

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [Gremlin.Net](https://github.com/apache/tinkerpop) from 3.5.4-SNAPSHOT to 3.6.0.
- [Release notes](https://github.com/apache/tinkerpop/releases)
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](https://github.com/apache/tinkerpop/commits/3.6.0)

---
updated-dependencies:
- dependency-name: Gremlin.Net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 16, 2022

Copy link
Copy Markdown
Author

The following labels could not be found: .NET, dependencies.

@codecov-commenter

codecov-commenter commented Jun 16, 2022

Copy link
Copy Markdown

Codecov Report

Merging #129 (72394a6) into 3.5-dev (3d106e8) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           3.5-dev     #129   +/-   ##
========================================
  Coverage    63.27%   63.27%           
========================================
  Files           23       23           
  Lines         3553     3553           
========================================
  Hits          2248     2248           
  Misses        1131     1131           
  Partials       174      174           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3d106e8...72394a6. Read the comment docs.

@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2022

Copy link
Copy Markdown
Author

Superseded by #155.

@dependabot dependabot Bot closed this Jul 27, 2022
@dependabot
dependabot Bot deleted the dependabot/nuget/gremlin-dotnet/3.5-dev/Gremlin.Net-3.6.0 branch July 27, 2022 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant