Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps Gremlin.Net from 3.4.3 to 3.4.10.

Changelog

Sourced from Gremlin.Net's changelog.

=== TinkerPop 3.4.10 (Release Date: January 18, 2021)

  • Added GremlinScriptChecker to provide a way to extract properties of scripts before doing an actual eval().
  • Added none() step for all language variants.
  • Fixed bug in PythonTranslator which was improperly translating Lambda scripts.
  • Fixed bug in GremlinDslProcessor where certain return types in TraversalSource definitions were not generating code that would compile.
  • Changed the default read and write timeout values for the TornadoTransport to None to disable it.
  • Bumped to Groovy 2.5.14.

==== Bugs

  • TINKERPOP-2496 GremlinDslProcessor fails when SocialTraversalSourceDsl overrides close
  • TINKERPOP-2505 Gremlin Python Client Query Times out at 30 seconds instead of the server timeout

==== Improvements

  • TINKERPOP-2447 Improve handling of StackOverflowError for long traversals
  • TINKERPOP-2485 Invalid http tests with ?gremlin=1-1
  • TINKERPOP-2500 Add none() step for all GLVs

[[release-3-4-9]] === TinkerPop 3.4.9 (Release Date: December 7, 2020)

  • Modified the text of profile() output to hide step instances injected for purpose of collecting metrics.
  • Bumped to Jackson 2.11.x.
  • Bumped Netty 4.1.52.
  • Added lambda support for gremlin-javascript.
  • Provided a more concise syntax for constructing strategies in Groovy.
  • Aligned CoreImports with GroovyTranslator to generate more succinct syntax.
  • Improved gremlin-groovy understanding of withSack() overloads to avoid forced casts.
  • Moved Translator instances to gremlin-core.
  • Prevented barriers from over-reaching their limits by one.
  • Added CheckedGraphManager to prevent Gremlin Server from starting if there are no graphs configured.
  • Fixed bug in bytecode Bindings where calling of() prior to calling a child traversal in the same parent would cause the initial binding to be lost.
  • Established a default read and write timeout for the TornadoTransport in Python, allowing it to be configurable.
  • Delegated handling of erroneous response to the worker thread pool instead of event loop thread pool in Java Driver.
  • Removed Connection from Connection Pool when server closes a connection with no pending requests in Java Driver.
  • Improved initialization time of Java Driver if the default serializer is replaced.
  • Deprecated withGraph() in favor of withEmbedded() on AnonymousTraversalSource.
  • Added support for per-request level configurations, like timeouts, in .NET, Python and Javascript.
  • Fixed bug in Javascript Translator that wasn't handling child traversals well.
  • Prevented Gremlin Python sugar from being confused by Python magic methods.
  • Allowed Gremlin Python sugar calls from anonymous context.
  • Implemented AutoCloseable on MultiIterator.
  • Fixed an iterator leak in HasContainer.
  • Fixed bug in :bytecode command preventing translations with whitespace from working properly.
  • Added reset and config options to the :bytecode command to allow for greater customization options.
  • Added GraphSON extension module and the TinkerIoRegistry to the default GraphSONMapper configuration used by the :bytecode command.
  • Added GremlinASTChecker to provide a way to extract properties of scripts before doing an actual eval().
  • Avoided creating unnecessary detached objects in JVM.

... (truncated)

Commits
  • 43b3129 TinkerPop 3.4.10 release
  • de61163 Minor scope adjustments for better extensibility CTR
  • 57e5f7d Removed CHANGELOG entry for TINKERPOP-2490 after it was reopened CTR
  • 46fc7f6 Revert "TINKERPOP-2490 RangeGlobalStep check high limit before retrieve next ...
  • c121f69 Added upgrade docs for the python timeout issue CTR
  • 3f93fdc TINKERPOP-2505 Disabled client-side timeout in Tornado.
  • 8bdde85 Change error message in JavaTranslator
  • f8b2449 Fix construction field assignment
  • 82c968b Explicit generic definition as some environments seem to fail on builds witho...
  • f3c0dde Updated CHANGELOG CTR
  • Additional commits viewable in compare view

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [Gremlin.Net](https://github.com/apache/tinkerpop) from 3.4.3 to 3.4.10.
- [Release notes](https://github.com/apache/tinkerpop/releases)
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.4.3...3.4.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants