Skip to content

Commit

Permalink
Undo CHANGELOG reverts and small comment changes CTR
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhuuu committed Nov 4, 2024
1 parent 048ec39 commit 1a3914a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -439,11 +439,13 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
[[release-3-6-8]]
=== TinkerPop 3.6.8 (October 23, 2024)
* Fixed a bug in GremlinServer not properly propagating arguments when authentication is enabled.
* Fixed bug in Java driver where connection pool was not removing dead connections under certain error conditions.
* Raised handshake exceptions for Java driver for `NoHostAvailableException` situations.
* The default logging level for Gremlin Console in Windows is set to the same WARN level as for Linux.
* Updated to Docker Compose V2 with `docker-compose` changed to `docker compose` in pom and script files.
* Add command line option `-l` to change logging level for Gremlin Console in Windows.
* Add `enableCompression` connection setting to Java, Python, and JS GLVs.
* Increased minimum python version from 3.8 to 3.9
* Upgraded `gremlin-go` to Go 1.22.
* Bump Netty to 4.1.100
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class Console {
groovy.register(new PluginCommand(groovy, mediator))
groovy.register(new ClsCommand(groovy, mediator))

// hide output temporarily while imports execute:pin list
// hide output temporarily while imports execute
showShellEvaluationOutput(false)

org.codehaus.groovy.control.customizers.ImportCustomizer ic = new org.codehaus.groovy.control.customizers.ImportCustomizer()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ static class ConnectionPoolSettings {
public boolean sslSkipCertValidation = false;

/**
* The maximum size of a connection pool for a {@link Host}. By default this is set to 500.
* The maximum size of a connection pool for a {@link Host}. By default this is set to 128.
*/
public int maxSize = ConnectionPool.MAX_POOL_SIZE;

Expand Down

0 comments on commit 1a3914a

Please sign in to comment.