[tinkerpop] branch master updated: Added changelog entry CTR

2019-04-30 Thread spmallette
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
 new fbf1ce7  Added changelog entry CTR
fbf1ce7 is described below

commit fbf1ce7a5eb8b56dff5067a46767260fab372aee
Author: Stephen Mallette 
AuthorDate: Tue Apr 30 15:06:49 2019 -0400

Added changelog entry CTR
---
 CHANGELOG.asciidoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 405976e..0783518 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -26,6 +26,7 @@ 
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 This release also includes changes from <>.
 
 * Allow a `Traversal` to know what `TraversalSource` it spawned from.
+* Fixed problem with connection pool sizing and retry.
 
 [[release-3-4-1]]
 === TinkerPop 3.4.1 (Release Date: March 18, 2019)



[tinkerpop] branch master updated: Added changelog entry CTR

2019-01-24 Thread spmallette
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
 new 8008950  Added changelog entry CTR
8008950 is described below

commit 8008950213b72602f63b21df3e375d924d3332f7
Author: Stephen Mallette 
AuthorDate: Thu Jan 24 18:58:01 2019 -0500

Added changelog entry CTR
---
 CHANGELOG.asciidoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 3643a52..404e70d 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -26,6 +26,7 @@ 
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 This release also includes changes from <>.
 
 * Fixed up `SparqlStrategy` so that it could be used properly with 
`RemoteStrategy`.
+* Fixed `ByteBuffer` serialization for GraphBinary.
 * Added easier to understand exceptions for connection problems in the 
Gremlin.Net driver.
 
 [[release-3-4-0]]