Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump gremlint from 3.5.2 to 3.7.0 in /docs/gremlint #258

Open
wants to merge 1 commit into
base: 3.5-dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 7, 2023

Bumps gremlint from 3.5.2 to 3.7.0.

Changelog

Sourced from gremlint's changelog.

== TinkerPop 3.7.0 (Gremfir Master of the Pan Flute)

image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/gremlin-zamfir.png[width=185]

[[release-3-7.0]] === TinkerPop 3.7.0 (Release Date: July 31, 2023)

This release also includes changes from .

  • Allowed mergeV() and property(Map) to more easily define Cardinality values for properties for onMatch and onCreate options.
  • Removed connectOnStartup configuration option from gremlin-javascript.
  • Added marker interface PBiPredicate for predefined predicates.
  • Changed Gremlin.version() to read from the more specifically named tinkerpop-version attribute.
  • Added warning on vertex property cardinality mismatch when reading GraphML.
  • Added a union() start step.
  • Added the concat() step to perform String concatenations.
  • Added TinkerTransactionGraph, a reference implementation of transactional TinkerGraph
  • Replaced instances of Neo4j transaction graph with TinkerTransactionGraph for server, driver, and GLV integration tests
  • Bumped to ws 8.x for gremlin-javascript.
  • Added support for mid-traversal E()-steps to Gremlin core and GLV's.
  • Added nullable annotations to Gremlin.NET.
  • Bumped Objenesis to 3.3 in gremlin-shaded.
  • Moved Java serializer, message and token classes from gremlin-driver to a new gremlin-util module.
  • Moved SimpleSocketServer and its initializers to a new gremlin-tools/gremlin-socket-server module.
  • Configured gremlin-socket-server to build a docker image which can be used for testing GLV's. (Can be skipped with -DskipImageBuild)
  • Reduced dependency from gremlin-server onto gremlin-driver to a test scope only.
  • Added RequestOptions and RequestOptionsBuilder types to Go GLV to encapsulate per-request settings and bindings.
  • Added SubmitWithOptions() methods to Client and DriverRemoteConnection in Go GLV to pass RequestOptions to the server.
  • Changed default behavior for returning properties on graph elements for OLTP queries so that properties are now returned.
  • Detachment is no longer performed in TraverserIterator.
  • Prevented ConcurentModificationException when removing all labels from a Step.
  • Added materializeProperties request option to control properties serialization.
  • Modified serializers in to handle serialization and deserialization of properties.
  • Added functional properties to the graph structure components for .NET, GO and Python.
  • Modified the GremlinScriptChecker to extract the materializeProperties request option.
  • Neo4jVertexProperty no longer throw Exception for properties(), but return empty Iterable.
  • Modified the grammar to allow for parameters to be specified in Gremlin.
  • Modified GremlinLangScriptEngine to take bindings.
  • Removed deprecated getInstance() method for grammar Visitor implementations.
  • Renamed all MessageSerializer implementations that used the "d0" suffix to drop that convention.
  • Removed deprecated GraphSONMessageSerializerGremlinV1d0 as this is now GraphSONMessageSerializerV1 to be consistent with other naming.
  • Added GraphSONUntypedMessageSerializerV1 which was formerly GraphSONMessageSerializerV1d0 to be consistent with other naming.
  • Added GraphSONUntypedMessageSerializerV3 which essentially matches the format of GraphSON 1.0 in its untyped form.
  • Removed gremlin-io-test and moved that IO type of testing to gremlin-util.
  • Bumped Groovy to 4.0.9.
  • Bumped GMavenPlus to 2.1.0.
  • Bumped Spark to 3.3.2.
  • Enabled building and testing with JDK 17.
  • Raised minimum node version for gremlin-javascript and gremlint to node 18

... (truncated)

Commits
  • 3d42e0c TinkerPop 3.7.0 release
  • 2e549e2 CTR Fix validate-distribution.sh
  • 16f9d4f TinkerPop 3.7.0 release
  • f27fca4 Merge branch '3.6-dev'
  • c4a1fc4 TinkerPop 3.6.5 release
  • 4213ccc Merge branch '3.5-dev' into 3.6-dev
  • 6d5ce44 TinkerPop 3.5.7 release
  • 3e6fbe8 CTR Fixed validate-distribution.sh
  • 6358a13 TinkerPop 3.5.7 release
  • 2b097ab Remove CreateTx* methods from TinkerFactory CTR.
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by cole-greer, a new releaser for gremlint since your current version.


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 [gremlint](https://github.com/apache/tinkerpop) from 3.5.2 to 3.7.0.
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.5.2...3.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 7, 2023

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

@codecov-commenter
Copy link

codecov-commenter commented Aug 7, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.01% ⚠️

Comparison is base (d90e6f7) 69.95% compared to head (f598516) 69.94%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@              Coverage Diff              @@
##             3.5-dev     #258      +/-   ##
=============================================
- Coverage      69.95%   69.94%   -0.01%     
+ Complexity      8987     8983       -4     
=============================================
  Files            865      865              
  Lines          40949    40949              
  Branches        5442     5442              
=============================================
- Hits           28644    28641       -3     
+ Misses         10403    10402       -1     
- Partials        1902     1906       +4     

see 6 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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