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 tinkerpop.version from 3.4.1 to 3.4.2 #18

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps tinkerpop.version from 3.4.1 to 3.4.2.

Updates gremlin-core from 3.4.1 to 3.4.2

Changelog

Sourced from gremlin-core's changelog.

=== TinkerPop 3.4.2 (Release Date: May 28, 2019)

This release also includes changes from <<release-3-3-7, 3.3.7>>.

  • Allow a Traversal to know what TraversalSource it spawned from.
  • Fixed problem with connection pool sizing and retry.
  • Added status attribute for warnings to be returned to the client.
  • Modified Gremlin Console to report warning status attributes.
  • Changed :> in Gremlin Console to submit the client-side timeout on each request.
  • Provided method to override the request identifier with RequestOptions.
  • Added option to set per-request settings on a Traversal submitted via Bytecode.
  • Fixed the Gryo registration for OptionsStrategy as it was not serializing state properly.

==== Bugs

  • TINKERPOP-2090 After running backend for a day or so System.IO.IOException keep throwing
  • TINKERPOP-2112 Folding in property() step is not being optimally performed
  • TINKERPOP-2180 gremlin.sh doesn't work when directories contain spaces
  • TINKERPOP-2183 InterpreterModeASTTransformation needs to be more specific about what it transforms
  • TINKERPOP-2189 ConnectedComponent test assumes fixed order of vertices
  • TINKERPOP-2194 Enforcing an order on properties in one test method of ChooseTest
  • TINKERPOP-2196 PartitionStrategy with includeMetaProperties(true) can't add labeled vertex
  • TINKERPOP-2198 Documentation for Store contradicts itself
  • TINKERPOP-2199 within step does not work with more than two parameters with python
  • TINKERPOP-2200 AddEdgeStartStep used DetachedFactory.detach instead of EventStrategy.detach
  • TINKERPOP-2204 Client receives no response on failed request
  • TINKERPOP-2206 Certain types in javascript don't appear to serialize with a GraphSON type
  • TINKERPOP-2212 Path is not detaching properly under certain conditions
  • TINKERPOP-2217 Race condition in Gremlin.net driver connection

==== Improvements

  • TINKERPOP-2089 Javascript DSL support
  • TINKERPOP-2179 Have o.a.t.g.driver.ser.SerializationException extend IOException
  • TINKERPOP-2181 Allow ctrl+c to break out of a long running process in Gremlin Console
  • TINKERPOP-2182 Remove gperfutils from Gremlin Console (breaking)
  • TINKERPOP-2190 Document Gremlin sanitization best practices
  • TINKERPOP-2191 Implement EdgeLabelVerificationStrategy
  • TINKERPOP-2193 Allow a Traversal to know what TraversalSource it spawned from
  • TINKERPOP-2203 Bind the console timeout to the request timeout
  • TINKERPOP-2208 Include inject() in DSLs generated with Java annotation processor
  • TINKERPOP-2211 Provide API to add per request option for a bytecode
  • TINKERPOP-2216 Consider adding conventional status attribute key for warnings
  • TINKERPOP-2219 Upgrade Netty version

[[release-3-4-1]]

Commits
  • 72792e2 TinkerPop 3.4.2 release
  • d9a35d1 Update website for 3.4.2/3.3.7 release CTR
  • 831503d Updated changelog/upgrade docs for 3.4.2 CTR
  • 29a2fac Merge branch 'tp33'
  • bd35d3e TinkerPop 3.3.7 release
  • 0621be6 Update docs for 3.3.7 release CTR
  • 28253b2 Added the tp34 branch to dev docs which will be created soon CTR
  • 053fcf8 Merge branch 'tp33'
  • d93bdad fixed links CTR
  • 1c0e8a4 More doc formatting CTR
  • Additional commits viewable in compare view

Updates gremlin-server from 3.4.1 to 3.4.2

Changelog

Sourced from gremlin-server's changelog.

=== TinkerPop 3.4.2 (Release Date: May 28, 2019)

This release also includes changes from <<release-3-3-7, 3.3.7>>.

  • Allow a Traversal to know what TraversalSource it spawned from.
  • Fixed problem with connection pool sizing and retry.
  • Added status attribute for warnings to be returned to the client.
  • Modified Gremlin Console to report warning status attributes.
  • Changed :> in Gremlin Console to submit the client-side timeout on each request.
  • Provided method to override the request identifier with RequestOptions.
  • Added option to set per-request settings on a Traversal submitted via Bytecode.
  • Fixed the Gryo registration for OptionsStrategy as it was not serializing state properly.

==== Bugs

  • TINKERPOP-2090 After running backend for a day or so System.IO.IOException keep throwing
  • TINKERPOP-2112 Folding in property() step is not being optimally performed
  • TINKERPOP-2180 gremlin.sh doesn't work when directories contain spaces
  • TINKERPOP-2183 InterpreterModeASTTransformation needs to be more specific about what it transforms
  • TINKERPOP-2189 ConnectedComponent test assumes fixed order of vertices
  • TINKERPOP-2194 Enforcing an order on properties in one test method of ChooseTest
  • TINKERPOP-2196 PartitionStrategy with includeMetaProperties(true) can't add labeled vertex
  • TINKERPOP-2198 Documentation for Store contradicts itself
  • TINKERPOP-2199 within step does not work with more than two parameters with python
  • TINKERPOP-2200 AddEdgeStartStep used DetachedFactory.detach instead of EventStrategy.detach
  • TINKERPOP-2204 Client receives no response on failed request
  • TINKERPOP-2206 Certain types in javascript don't appear to serialize with a GraphSON type
  • TINKERPOP-2212 Path is not detaching properly under certain conditions
  • TINKERPOP-2217 Race condition in Gremlin.net driver connection

==== Improvements

  • TINKERPOP-2089 Javascript DSL support
  • TINKERPOP-2179 Have o.a.t.g.driver.ser.SerializationException extend IOException
  • TINKERPOP-2181 Allow ctrl+c to break out of a long running process in Gremlin Console
  • TINKERPOP-2182 Remove gperfutils from Gremlin Console (breaking)
  • TINKERPOP-2190 Document Gremlin sanitization best practices
  • TINKERPOP-2191 Implement EdgeLabelVerificationStrategy
  • TINKERPOP-2193 Allow a Traversal to know what TraversalSource it spawned from
  • TINKERPOP-2203 Bind the console timeout to the request timeout
  • TINKERPOP-2208 Include inject() in DSLs generated with Java annotation processor
  • TINKERPOP-2211 Provide API to add per request option for a bytecode
  • TINKERPOP-2216 Consider adding conventional status attribute key for warnings
  • TINKERPOP-2219 Upgrade Netty version

[[release-3-4-1]]

Commits
  • 72792e2 TinkerPop 3.4.2 release
  • d9a35d1 Update website for 3.4.2/3.3.7 release CTR
  • 831503d Updated changelog/upgrade docs for 3.4.2 CTR
  • 29a2fac Merge branch 'tp33'
  • bd35d3e TinkerPop 3.3.7 release
  • 0621be6 Update docs for 3.3.7 release CTR
  • 28253b2 Added the tp34 branch to dev docs which will be created soon CTR
  • 053fcf8 Merge branch 'tp33'
  • d93bdad fixed links CTR
  • 1c0e8a4 More doc formatting CTR
  • Additional commits viewable in compare view

Updates gremlin-console from 3.4.1 to 3.4.2

Changelog

Sourced from gremlin-console's changelog.

=== TinkerPop 3.4.2 (Release Date: May 28, 2019)

This release also includes changes from <<release-3-3-7, 3.3.7>>.

  • Allow a Traversal to know what TraversalSource it spawned from.
  • Fixed problem with connection pool sizing and retry.
  • Added status attribute for warnings to be returned to the client.
  • Modified Gremlin Console to report warning status attributes.
  • Changed :> in Gremlin Console to submit the client-side timeout on each request.
  • Provided method to override the request identifier with RequestOptions.
  • Added option to set per-request settings on a Traversal submitted via Bytecode.
  • Fixed the Gryo registration for OptionsStrategy as it was not serializing state properly.

==== Bugs

  • TINKERPOP-2090 After running backend for a day or so System.IO.IOException keep throwing
  • TINKERPOP-2112 Folding in property() step is not being optimally performed
  • TINKERPOP-2180 gremlin.sh doesn't work when directories contain spaces
  • TINKERPOP-2183 InterpreterModeASTTransformation needs to be more specific about what it transforms
  • TINKERPOP-2189 ConnectedComponent test assumes fixed order of vertices
  • TINKERPOP-2194 Enforcing an order on properties in one test method of ChooseTest
  • TINKERPOP-2196 PartitionStrategy with includeMetaProperties(true) can't add labeled vertex
  • TINKERPOP-2198 Documentation for Store contradicts itself
  • TINKERPOP-2199 within step does not work with more than two parameters with python
  • TINKERPOP-2200 AddEdgeStartStep used DetachedFactory.detach instead of EventStrategy.detach
  • TINKERPOP-2204 Client receives no response on failed request
  • TINKERPOP-2206 Certain types in javascript don't appear to serialize with a GraphSON type
  • TINKERPOP-2212 Path is not detaching properly under certain conditions
  • TINKERPOP-2217 Race condition in Gremlin.net driver connection

==== Improvements

  • TINKERPOP-2089 Javascript DSL support
  • TINKERPOP-2179 Have o.a.t.g.driver.ser.SerializationException extend IOException
  • TINKERPOP-2181 Allow ctrl+c to break out of a long running process in Gremlin Console
  • TINKERPOP-2182 Remove gperfutils from Gremlin Console (breaking)
  • TINKERPOP-2190 Document Gremlin sanitization best practices
  • TINKERPOP-2191 Implement EdgeLabelVerificationStrategy
  • TINKERPOP-2193 Allow a Traversal to know what TraversalSource it spawned from
  • TINKERPOP-2203 Bind the console timeout to the request timeout
  • TINKERPOP-2208 Include inject() in DSLs generated with Java annotation processor
  • TINKERPOP-2211 Provide API to add per request option for a bytecode
  • TINKERPOP-2216 Consider adding conventional status attribute key for warnings
  • TINKERPOP-2219 Upgrade Netty version

[[release-3-4-1]]

Commits
  • 72792e2 TinkerPop 3.4.2 release
  • d9a35d1 Update website for 3.4.2/3.3.7 release CTR
  • 831503d Updated changelog/upgrade docs for 3.4.2 CTR
  • 29a2fac Merge branch 'tp33'
  • bd35d3e TinkerPop 3.3.7 release
  • 0621be6 Update docs for 3.3.7 release CTR
  • 28253b2 Added the tp34 branch to dev docs which will be created soon CTR
  • 053fcf8 Merge branch 'tp33'
  • d93bdad fixed links CTR
  • 1c0e8a4 More doc formatting CTR
  • Additional commits viewable in compare view

Updates gremlin-groovy from 3.4.1 to 3.4.2

Changelog

Sourced from gremlin-groovy's changelog.

=== TinkerPop 3.4.2 (Release Date: May 28, 2019)

This release also includes changes from <<release-3-3-7, 3.3.7>>.

  • Allow a Traversal to know what TraversalSource it spawned from.
  • Fixed problem with connection pool sizing and retry.
  • Added status attribute for warnings to be returned to the client.
  • Modified Gremlin Console to report warning status attributes.
  • Changed :> in Gremlin Console to submit the client-side timeout on each request.
  • Provided method to override the request identifier with RequestOptions.
  • Added option to set per-request settings on a Traversal submitted via Bytecode.
  • Fixed the Gryo registration for OptionsStrategy as it was not serializing state properly.

==== Bugs

  • TINKERPOP-2090 After running backend for a day or so System.IO.IOException keep throwing
  • TINKERPOP-2112 Folding in property() step is not being optimally performed
  • TINKERPOP-2180 gremlin.sh doesn't work when directories contain spaces
  • TINKERPOP-2183 InterpreterModeASTTransformation needs to be more specific about what it transforms
  • TINKERPOP-2189 ConnectedComponent test assumes fixed order of vertices
  • TINKERPOP-2194 Enforcing an order on properties in one test method of ChooseTest
  • TINKERPOP-2196 PartitionStrategy with includeMetaProperties(true) can't add labeled vertex
  • TINKERPOP-2198 Documentation for Store contradicts itself
  • TINKERPOP-2199 within step does not work with more than two parameters with python
  • TINKERPOP-2200 AddEdgeStartStep used DetachedFactory.detach instead of EventStrategy.detach
  • TINKERPOP-2204 Client receives no response on failed request
  • TINKERPOP-2206 Certain types in javascript don't appear to serialize with a GraphSON type
  • TINKERPOP-2212 Path is not detaching properly under certain conditions
  • TINKERPOP-2217 Race condition in Gremlin.net driver connection

==== Improvements

  • TINKERPOP-2089 Javascript DSL support
  • TINKERPOP-2179 Have o.a.t.g.driver.ser.SerializationException extend IOException
  • TINKERPOP-2181 Allow ctrl+c to break out of a long running process in Gremlin Console
  • TINKERPOP-2182 Remove gperfutils from Gremlin Console (breaking)
  • TINKERPOP-2190 Document Gremlin sanitization best practices
  • TINKERPOP-2191 Implement EdgeLabelVerificationStrategy
  • TINKERPOP-2193 Allow a Traversal to know what TraversalSource it spawned from
  • TINKERPOP-2203 Bind the console timeout to the request timeout
  • TINKERPOP-2208 Include inject() in DSLs generated with Java annotation processor
  • TINKERPOP-2211 Provide API to add per request option for a bytecode
  • TINKERPOP-2216 Consider adding conventional status attribute key for warnings
  • TINKERPOP-2219 Upgrade Netty version

[[release-3-4-1]]

Commits
  • 72792e2 TinkerPop 3.4.2 release
  • d9a35d1 Update website for 3.4.2/3.3.7 release CTR
  • 831503d Updated changelog/upgrade docs for 3.4.2 CTR
  • 29a2fac Merge branch 'tp33'
  • bd35d3e TinkerPop 3.3.7 release
  • 0621be6 Update docs for 3.3.7 release CTR
  • 28253b2 Added the tp34 branch to dev docs which will be created soon CTR
  • 053fcf8 Merge branch 'tp33'
  • d93bdad fixed links CTR
  • 1c0e8a4 More doc formatting CTR
  • Additional commits viewable in compare view

Updates gremlin-driver from 3.4.1 to 3.4.2

Changelog

Sourced from gremlin-driver's changelog.

=== TinkerPop 3.4.2 (Release Date: May 28, 2019)

This release also includes changes from <<release-3-3-7, 3.3.7>>.

  • Allow a Traversal to know what TraversalSource it spawned from.
  • Fixed problem with connection pool sizing and retry.
  • Added status attribute for warnings to be returned to the client.
  • Modified Gremlin Console to report warning status attributes.
  • Changed :> in Gremlin Console to submit the client-side timeout on each request.
  • Provided method to override the request identifier with RequestOptions.
  • Added option to set per-request settings on a Traversal submitted via Bytecode.
  • Fixed the Gryo registration for OptionsStrategy as it was not serializing state properly.

==== Bugs

  • TINKERPOP-2090 After running backend for a day or so System.IO.IOException keep throwing
  • TINKERPOP-2112 Folding in property() step is not being optimally performed
  • TINKERPOP-2180 gremlin.sh doesn't work when directories contain spaces
  • TINKERPOP-2183 InterpreterModeASTTransformation needs to be more specific about what it transforms
  • TINKERPOP-2189 ConnectedComponent test assumes fixed order of vertices
  • TINKERPOP-2194 Enforcing an order on properties in one test method of ChooseTest
  • TINKERPOP-2196 PartitionStrategy with includeMetaProperties(true) can't add labeled vertex
  • TINKERPOP-2198 Documentation for Store contradicts itself
  • TINKERPOP-2199 within step does not work with more than two parameters with python
  • TINKERPOP-2200 AddEdgeStartStep used DetachedFactory.detach instead of EventStrategy.detach
  • TINKERPOP-2204 Client receives no response on failed request
  • TINKERPOP-2206 Certain types in javascript don't appear to serialize with a GraphSON type
  • TINKERPOP-2212 Path is not detaching properly under certain conditions
  • TINKERPOP-2217 Race condition in Gremlin.net driver connection

==== Improvements

  • TINKERPOP-2089 Javascript DSL support
  • TINKERPOP-2179 Have o.a.t.g.driver.ser.SerializationException extend IOException
  • TINKERPOP-2181 Allow ctrl+c to break out of a long running process in Gremlin Console
  • TINKERPOP-2182 Remove gperfutils from Gremlin Console (breaking)
  • TINKERPOP-2190 Document Gremlin sanitization best practices
  • TINKERPOP-2191 Implement EdgeLabelVerificationStrategy
  • TINKERPOP-2193 Allow a Traversal to know what TraversalSource it spawned from
  • TINKERPOP-2203 Bind the console timeout to the request timeout
  • TINKERPOP-2208 Include inject() in DSLs generated with Java annotation processor
  • TINKERPOP-2211 Provide API to add per request option for a bytecode
  • TINKERPOP-2216 Consider adding conventional status attribute key for warnings
  • TINKERPOP-2219 Upgrade Netty version

[[release-3-4-1]]

Commits
  • 72792e2 TinkerPop 3.4.2 release
  • d9a35d1 Update website for 3.4.2/3.3.7 release CTR
  • 831503d Updated changelog/upgrade docs for 3.4.2 CTR
  • 29a2fac Merge branch 'tp33'
  • bd35d3e TinkerPop 3.3.7 release
  • 0621be6 Update docs for 3.3.7 release CTR
  • 28253b2 Added the tp34 branch to dev docs which will be created soon CTR
  • 053fcf8 Merge branch 'tp33'
  • d93bdad fixed links CTR
  • 1c0e8a4 More doc formatting CTR
  • Additional commits viewable in compare view

Updates gremlin-test from 3.4.1 to 3.4.2

Changelog

Sourced from gremlin-test's changelog.

=== TinkerPop 3.4.2 (Release Date: May 28, 2019)

This release also includes changes from <<release-3-3-7, 3.3.7>>.

  • Allow a Traversal to know what TraversalSource it spawned from.
  • Fixed problem with connection pool sizing and retry.
  • Added status attribute for warnings to be returned to the client.
  • Modified Gremlin Console to report warning status attributes.
  • Changed :> in Gremlin Console to submit the client-side timeout on each request.
  • Provided method to override the request identifier with RequestOptions.
  • Added option to set per-request settings on a Traversal submitted via Bytecode.
  • Fixed the Gryo registration for OptionsStrategy as it was not serializing state properly.

==== Bugs

  • TINKERPOP-2090 After running backend for a day or so System.IO.IOException keep throwing
  • TINKERPOP-2112 Folding in property() step is not being optimally performed
  • TINKERPOP-2180 gremlin.sh doesn't work when directories contain spaces
  • TINKERPOP-2183 InterpreterModeASTTransformation needs to be more specific about what it transforms
  • TINKERPOP-2189 ConnectedComponent test assumes fixed order of vertices
  • TINKERPOP-2194 Enforcing an order on properties in one test method of ChooseTest
  • TINKERPOP-2196 PartitionStrategy with includeMetaProperties(true) can't add labeled vertex
  • TINKERPOP-2198 Documentation for Store contradicts itself
  • TINKERPOP-2199 within step does not work with more than two parameters with python
  • TINKERPOP-2200 AddEdgeStartStep used DetachedFactory.detach instead of EventStrategy.detach
  • TINKERPOP-2204 Client receives no response on failed request
  • TINKERPOP-2206 Certain types in javascript don't appear to serialize with a GraphSON type
  • TINKERPOP-2212 Path is not detaching properly under certain conditions
  • TINKERPOP-2217 Race condition in Gremlin.net driver connection

==== Improvements

  • TINKERPOP-2089 Javascript DSL support
  • TINKERPOP-2179 Have o.a.t.g.driver.ser.SerializationException extend IOException
  • TINKERPOP-2181 Allow ctrl+c to break out of a long running process in Gremlin Console
  • TINKERPOP-2182 Remove gperfutils from Gremlin Console (breaking)
  • TINKERPOP-2190 Document Gremlin sanitization best practices
  • TINKERPOP-2191 Implement EdgeLabelVerificationStrategy
  • TINKERPOP-2193 Allow a Traversal to know what TraversalSource it spawned from
  • TINKERPOP-2203 Bind the console timeout to the request timeout
  • TINKERPOP-2208 Include inject() in DSLs generated with Java annotation processor
  • TINKERPOP-2211 Provide API to add per request option for a bytecode
  • TINKERPOP-2216 Consider adding conventional status attribute key for warnings
  • TINKERPOP-2219 Upgrade Netty version

[[release-3-4-1]]

Commits
  • 72792e2 TinkerPop 3.4.2 release
  • d9a35d1 Update website for 3.4.2/3.3.7 release CTR
  • 831503d Updated changelog/upgrade docs for 3.4.2 CTR
  • 29a2fac Merge branch 'tp33'
  • bd35d3e TinkerPop 3.3.7 release
  • 0621be6 Update docs for 3.3.7 release CTR
  • 28253b2 Added the tp34 branch to dev docs which will be created soon CTR
  • 053fcf8 Merge branch 'tp33'
  • d93bdad fixed links CTR
  • 1c0e8a4 More doc formatting CTR
  • Additional commits viewable in compare view

Updates tinkergraph-gremlin from 3.4.1 to 3.4.2

Changelog

Sourced from tinkergraph-gremlin's changelog.

=== TinkerPop 3.4.2 (Release Date: May 28, 2019)

This release also includes changes from <<release-3-3-7, 3.3.7>>.

  • Allow a Traversal to know what TraversalSource it spawned from.
  • Fixed problem with connection pool sizing and retry.
  • Added status attribute for warnings to be returned to the client.
  • Modified Gremlin Console to report warning status attributes.
  • Changed :> in Gremlin Console to submit the client-side timeout on each request.
  • Provided method to override the request identifier with RequestOptions.
  • Added option to set per-request settings on a Traversal submitted via Bytecode.
  • Fixed the Gryo registration for OptionsStrategy as it was not serializing state properly.

==== Bugs

  • TINKERPOP-2090 After running backend for a day or so System.IO.IOException keep throwing
  • TINKERPOP-2112 Folding in property() step is not being optimally performed
  • TINKERPOP-2180 gremlin.sh doesn't work when directories contain spaces
  • TINKERPOP-2183 InterpreterModeASTTransformation needs to be more specific about what it transforms
  • TINKERPOP-2189 ConnectedComponent test assumes fixed order of vertices
  • TINKERPOP-2194 Enforcing an order on properties in one test method of ChooseTest
  • TINKERPOP-2196 PartitionStrategy with includeMetaProperties(true) can't add labeled vertex
  • TINKERPOP-2198 Documentation for Store contradicts itself
  • TINKERPOP-2199 within step does not work with more than two parameters with python
  • TINKERPOP-2200 AddEdgeStartStep used DetachedFactory.detach instead of EventStrategy.detach
  • TINKERPOP-2204 Client receives no response on failed request
  • TINKERPOP-2206 Certain types in javascript don't appear to serialize with a GraphSON type
  • TINKERPOP-2212 Path is not detaching properly under certain conditions
  • TINKERPOP-2217 Race condition in Gremlin.net driver connection

==== Improvements

  • TINKERPOP-2089 Javascript DSL support
  • TINKERPOP-2179 Have o.a.t.g.driver.ser.SerializationException extend IOException
  • TINKERPOP-2181 Allow ctrl+c to break out of a long running process in Gremlin Console
  • TINKERPOP-2182 Remove gperfutils from Gremlin Console (breaking)
  • TINKERPOP-2190 Document Gremlin sanitization best practices
  • TINKERPOP-2191 Implement EdgeLabelVerificationStrategy
  • TINKERPOP-2193 Allow a Traversal to know what TraversalSource it spawned from
  • TINKERPOP-2203 Bind the console timeout to the request timeout
  • TINKERPOP-2208 Include inject() in DSLs generated with Java annotation processor
  • TINKERPOP-2211 Provide API to add per request option for a bytecode
  • TINKERPOP-2216 Consider adding conventional status attribute key for warnings
  • TINKERPOP-2219 Upgrade Netty version

[[release-3-4-1]]

Commits
  • 72792e2 TinkerPop 3.4.2 release
  • d9a35d1 Update website for 3.4.2/3.3.7 release CTR
  • 831503d Updated changelog/upgrade docs for 3.4.2 CTR
  • 29a2fac Merge branch 'tp33'
  • bd35d3e TinkerPop 3.3.7 release
  • 0621be6 Update docs for 3.3.7 release CTR
  • 28253b2 Added the tp34 branch to dev docs which will be created soon CTR
  • 053fcf8 Merge branch 'tp33'
  • d93bdad fixed links CTR
  • 1c0e8a4 More doc formatting CTR
  • Additional commits viewable in compare view

Updates hadoop-gremlin from 3.4.1 to 3.4.2

Changelog

Sourced from hadoop-gremlin's changelog.

=== TinkerPop 3.4.2 (Release Date: May 28, 2019)

This release also includes changes from <<release-3-3-7, 3.3.7>>.

  • Allow a Traversal to know what TraversalSource it spawned from.
  • Fixed problem with connection pool sizing and retry.
  • Added status attribute for warnings to be returned to the client.
  • Modified Gremlin Console to report warning status attributes.
  • Changed :> in Gremlin Console to submit the client-side timeout on each request.
  • Provided method to override the request identifier with RequestOptions.
  • Added option to set per-request settings on a Traversal submitted via Bytecode.
  • Fixed the Gryo registration for OptionsStrategy as it was not serializing state properly.

==== Bugs

  • TINKERPOP-2090 After running backend for a day or so System.IO.IOException keep throwing
  • TINKERPOP-2112 Folding in property() step is not being optimally performed
  • TINKERPOP-2180 gremlin.sh doesn't work when directories contain spaces
  • TINKERPOP-2183 InterpreterModeASTTransformation needs to be more specific about what it transforms
  • TINKERPOP-2189 ConnectedComponent test assumes fixed order of vertices
  • TINKERPOP-2194 Enforcing an order on properties in one test method of ChooseTest
  • TINKERPOP-2196 PartitionStrategy with includeMetaProperties(true) can't add labeled vertex
  • TINKERPOP-2198 Documentation for Store contradicts itself
  • TINKERPOP-2199 within step does not work with more than two parameters with python
  • TINKERPOP-2200 AddEdgeStartStep used DetachedFactory.detach instead of EventStrategy.detach
  • TINKERPOP-2204 Client receives no response on failed request
  • TINKERPOP-2206 Certain types in javascript don't appear to serialize with a GraphSON type
  • TINKERPOP-2212 Path is not detaching properly under certain conditions
  • TINKERPOP-2217 Race condition in Gremlin.net driver connection

==== Improvements

  • TINKERPOP-2089 Javascript DSL support
  • TINKERPOP-2179 Have o.a.t.g.driver.ser.SerializationException extend IOException
  • TINKERPOP-2181 Allow ctrl+c to break out of a long running process in Gremlin Console
  • TINKERPOP-2182 Remove gperfutils from Gremlin Console (breaking)
  • TINKERPOP-2190 Document Gremlin sanitization best practices
  • TINKERPOP-2191 Implement EdgeLabelVerificationStrategy
  • TINKERPOP-2193 Allow a Traversal to know what TraversalSource it spawned from
  • TINKERPOP-2203 Bind the console timeout to the request timeout
  • TINKERPOP-2208 Include inject() in DSLs generated with Java annotation processor
  • TINKERPOP-2211 Provide API to add per request option for a bytecode
  • TINKERPOP-2216 Consider adding conventional status attribute key for warnings
  • TINKERPOP-2219 Upgrade Netty version

[[release-3-4-1]]

Commits
  • 72792e2 TinkerPop 3.4.2 release
  • d9a35d1 Update website for 3.4.2/3.3.7 release CTR
  • 831503d Updated changelog/upgrade docs for 3.4.2 CTR
  • 29a2fac Merge branch 'tp33'
  • bd35d3e TinkerPop 3.3.7 release
  • 0621be6 Update docs for 3.3.7 release CTR
  • 28253b2 Added the tp34 branch to dev docs which will be created soon CTR
  • 053fcf8 Merge branch 'tp33'
  • d93bdad fixed links CTR
  • 1c0e8a4 More doc formatting CTR
  • Additional commits viewable in compare view

Updates spark-gremlin from 3.4.1 to 3.4.2

Changelog

Sourced from spark-gremlin's changelog.

=== TinkerPop 3.4.2 (Release Date: May 28, 2019)

This release also includes changes from <<release-3-3-7, 3.3.7>>.

  • Allow a Traversal to know what TraversalSource it spawned from.
  • Fixed problem with connection pool sizing and retry.
  • Added status attribute for warnings to be returned to the client.
  • Modified Gremlin Console to report warning status attributes.
  • Changed :> in Gremlin Console to submit the client-side timeout on each request.
  • Provided method to override the request identifier with RequestOptions.
  • Added option to set per-request settings on a Traversal submitted via Bytecode.
  • Fixed the Gryo registration for OptionsStrategy as it was not serializing state properly.

==== Bugs

  • TINKERPOP-2090 After running backend for a day or so System.IO.IOException keep throwing
  • TINKERPOP-2112 Folding in property() step is not being optimally performed
  • TINKERPOP-2180 gremlin.sh doesn't work when directories contain spaces
  • TINKERPOP-2183 InterpreterModeASTTransformation needs to be more specific about what it transforms
  • TINKERPOP-2189 ConnectedComponent test assumes fixed order of vertices
  • TINKERPOP-2194 Enforcing an order on properties in one test method of ChooseTest
  • TINKERPOP-2196 PartitionStrategy with includeMetaProperties(true) can't add labeled vertex
  • TINKERPOP-2198 Documentation for Store contradicts itself
  • TINKERPOP-2199 within step does not work with more than two parameters with python
  • TINKERPOP-2200 AddEdgeStartStep used DetachedFactory.detach instead of EventStrategy.detach
  • TINKERPOP-2204 Client receives no response on failed request
  • TINKERPOP-2206 Certain types in javascript don't appear to serialize with a GraphSON type
  • TINKERPOP-2212 Path is not detaching properly under certain conditions
  • TINKERPOP-2217 Race condition in Gremlin.net driver connection

==== Improvements

  • TINKERPOP-2089 Javascript DSL support
  • TINKERPOP-2179 Have o.a.t.g.driver.ser.SerializationException extend IOException
  • TINKERPOP-2181 Allow ctrl+c to break out of a long running process in Gremlin Console
  • TINKERPOP-2182 Remove gperfutils from Gremlin Console (breaking)
  • TINKERPOP-2190 Document Gremlin sanitization best practices
  • TINKERPOP-2191 Implement EdgeLabelVerificationStrategy
  • TINKERPOP-2193 Allow a Traversal to know what TraversalSource it spawned from
  • TINKERPOP-2203 Bind the console timeout to the request timeout
  • TINKERPOP-2208 Include inject() in DSLs generated with Java annotation processor
  • TINKERPOP-2211 Provide API to add per request option for a bytecode
  • TINKERPOP-2216 Consider adding conventional status attribute key for warnings
  • TINKERPOP-2219 Upgrade Netty version

[[release-3-4-1]]

Commits
  • 72792e2 TinkerPop 3.4.2 release
  • d9a35d1 Update website for 3.4.2/3.3.7 release CTR
  • 831503d Updated changelog/upgrade docs for 3.4.2 CTR
  • 29a2fac Merge branch 'tp33'
  • bd35d3e TinkerPop 3.3.7 release
  • 0621be6 Update docs for 3.3.7 release CTR
  • 28253b2 Added the tp34 branch to dev docs which will be created soon CTR
  • 053fcf8 Merge branch 'tp33'
  • d93bdad fixed links CTR
  • 1c0e8a4 More doc formatting CTR
  • Additional commits viewable in compare view

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.

FlorianHockmann and others added 2 commits July 1, 2019 11:20
Signed-off-by: Florian Hockmann <fh@florian-hockmann.de>
Bumps `tinkerpop.version` from 3.4.1 to 3.4.2.

Updates `gremlin-core` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/apache/tinkerpop/releases)
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.4.1...3.4.2)

Updates `gremlin-server` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/apache/tinkerpop/releases)
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.4.1...3.4.2)

Updates `gremlin-console` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/apache/tinkerpop/releases)
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.4.1...3.4.2)

Updates `gremlin-groovy` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/apache/tinkerpop/releases)
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.4.1...3.4.2)

Updates `gremlin-driver` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/apache/tinkerpop/releases)
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.4.1...3.4.2)

Updates `gremlin-test` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/apache/tinkerpop/releases)
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.4.1...3.4.2)

Updates `tinkergraph-gremlin` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/apache/tinkerpop/releases)
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.4.1...3.4.2)

Updates `hadoop-gremlin` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/apache/tinkerpop/releases)
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.4.1...3.4.2)

Updates `spark-gremlin` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/apache/tinkerpop/releases)
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.4.1...3.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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
1 participant