Skip to content

Bump Gremlin.Net from 3.5.4-SNAPSHOT to 3.6.2 in /gremlin-dotnet - #208

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 27, 2023

Copy link
Copy Markdown

Bumps Gremlin.Net from 3.5.4-SNAPSHOT to 3.6.2.

Changelog

Sourced from Gremlin.Net's changelog.

=== TinkerPop 3.6.2 (Release Date: January 16, 2023)

This release also includes changes from .

  • Fixed bug in the Gremlin grammar for parsing of empty queries.
  • Provided mechanism for provider plugins to get notified on script/query processing via GraphManager.
  • Fixed bug in select() when using multiple labels.
  • Moved Gherkin feature tests to gremlin-test resources so that they are more easily referenced by providers.
  • Made quality of life changes to semantics for mergeV/E based on initial feedback.

==== Bugs

  • TINKERPOP-2765 Race condition during script creation when using UnifiedChannelizer
  • TINKERPOP-2769 gremlin-server does not reply with a timeout response to all timed out requests
  • TINKERPOP-2771 Critical severity security vulnerabilty in commons-configuration 2.7
  • TINKERPOP-2796 High severity security vulnerability found in snakeyaml
  • TINKERPOP-2801 Incorrect deprecation notice on gremlin-python
  • TINKERPOP-2803 Incorrect count() with sample() in TinkerGraph
  • TINKERPOP-2805 No results returned for multiple labels to select()
  • TINKERPOP-2809 High severity security vulnerability found in jackson databind
  • TINKERPOP-2815 Critical security vulnerability for apache commons-text
  • TINKERPOP-2816 Gherkin test issues for implementers
  • TINKERPOP-2817 "Could not find a type identifier for the class : class java.lang.Byte" occurs when dumping graph to graphson format
  • TINKERPOP-2826 Critical security vulnerability in ivy
  • TINKERPOP-2836 Github actions do not run java driver integration tests
  • TINKERPOP-2840 Test Failures on NonDex
  • TINKERPOP-2843 Security vulnerabilities found in netty version 4.1.77
  • TINKERPOP-2849 Incorrect implementation for GraphTraversalSource.With in gremlin-go

==== Improvements

  • TINKERPOP-2471 Add logging to Gremlin.Net driver
  • TINKERPOP-2480 User agent for Gremlin drivers
  • TINKERPOP-2622 Enforce ordering semantics in feature tests
  • TINKERPOP-2696 Refactor Gherkin test framework to better handle bindings
  • TINKERPOP-2737 Dockerized Build and Test Environments
  • TINKERPOP-2772 Add Spark utility to load vertices as RDD
  • TINKERPOP-2779 Floating ConnectedComponent Feature Failures for GitHub Actions on windows
  • TINKERPOP-2785 Inability to Mock Returned Result Types in Gremlin-Go Driver
  • TINKERPOP-2792 Better exception when JavaTranslator finds a method but not the overload
  • TINKERPOP-2794 Allow cancellation of Gremlin.Net async methods
  • TINKERPOP-2804 gherkin feature files should be on the classpath
  • TINKERPOP-2806 Provide method for provider plugins to get notified on script/query processing
  • TINKERPOP-2808 Improve Compatibility on ARM machines
  • TINKERPOP-2813 Improve driver usability for cases where NoHostAvailableException is currently thrown
  • TINKERPOP-2814 Add a SSL handshake timeout configuration to the driver
  • TINKERPOP-2818 exclude mockito-core in gremlin-core [compile scope] (import by jcabi-manifests)
  • TINKERPOP-2833 TestSupport loads files too slow
  • TINKERPOP-2834 CloneVertexProgram optimization on SparkGraphComputer
  • TINKERPOP-2842 Expand GremlinScriptChecker to include request id overrides
  • TINKERPOP-2850 Modifications to mergeV/E semantics

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [Gremlin.Net](https://github.com/apache/tinkerpop) from 3.5.4-SNAPSHOT to 3.6.2.
- [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.2)

---
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 Jan 27, 2023

Copy link
Copy Markdown
Author

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

@dependabot @github

dependabot Bot commented on behalf of github Jun 9, 2023

Copy link
Copy Markdown
Author

Superseded by #225.

@dependabot dependabot Bot closed this Jun 9, 2023
@dependabot
dependabot Bot deleted the dependabot/nuget/gremlin-dotnet/3.5-dev/Gremlin.Net-3.6.2 branch June 9, 2023 22:55
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.

0 participants