Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit caa6d2f

Browse files
committed
v7.19.0
1 parent 334ee13 commit caa6d2f

File tree

19 files changed

+28
-18
lines changed

19 files changed

+28
-18
lines changed

‎ChangeLog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [7.19.0] - 2025年05月28日
10+
11+
- fixed connection pool load-balancing (DE-1016, #602), now the connection pool:
12+
- keeps track of busy connections (or busy HTTP/2 streams)
13+
- enqueues new requests only to connections that are not busy (or that have available HTTP/2 streams)
14+
- waits asynchronously if all the connections are busy (or all HTTP/2 streams are busy)
15+
- added new option to configure HTTP/1.1 pipelining (`com.arangodb.ArangoDB.Builder.pipelining(Boolean)`),
16+
`false` by default
17+
- changed default configuration HTTP/1.1 pipelining to `false`
18+
919
## [7.18.0] - 2025年05月06日
1020

1121
- updated `jackson-dataformat-velocypack` to version `4.6.0`

‎core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<relativePath>../release-parent</relativePath>
99
<groupId>com.arangodb</groupId>
1010
<artifactId>release-parent</artifactId>
11-
<version>7.19.0-SNAPSHOT</version>
11+
<version>7.19.0</version>
1212
</parent>
1313

1414
<name>core</name>

‎driver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<relativePath>../release-parent</relativePath>
99
<groupId>com.arangodb</groupId>
1010
<artifactId>release-parent</artifactId>
11-
<version>7.19.0-SNAPSHOT</version>
11+
<version>7.19.0</version>
1212
</parent>
1313

1414
<name>arangodb-java-driver</name>

‎http-protocol/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<relativePath>../release-parent</relativePath>
99
<groupId>com.arangodb</groupId>
1010
<artifactId>release-parent</artifactId>
11-
<version>7.19.0-SNAPSHOT</version>
11+
<version>7.19.0</version>
1212
</parent>
1313

1414
<name>http-protocol</name>

‎jackson-serde-json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<relativePath>../release-parent</relativePath>
99
<groupId>com.arangodb</groupId>
1010
<artifactId>release-parent</artifactId>
11-
<version>7.19.0-SNAPSHOT</version>
11+
<version>7.19.0</version>
1212
</parent>
1313

1414
<name>jackson-serde-json</name>

‎jackson-serde-vpack/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<relativePath>../release-parent</relativePath>
99
<groupId>com.arangodb</groupId>
1010
<artifactId>release-parent</artifactId>
11-
<version>7.19.0-SNAPSHOT</version>
11+
<version>7.19.0</version>
1212
</parent>
1313

1414
<name>jackson-serde-vpack</name>

‎jsonb-serde/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<relativePath>../release-parent</relativePath>
99
<groupId>com.arangodb</groupId>
1010
<artifactId>release-parent</artifactId>
11-
<version>7.19.0-SNAPSHOT</version>
11+
<version>7.19.0</version>
1212
</parent>
1313

1414
<name>jsonb-serde</name>

‎pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.arangodb</groupId>
77
<artifactId>arangodb-java-driver-parent</artifactId>
8-
<version>7.19.0-SNAPSHOT</version>
8+
<version>7.19.0</version>
99
<inceptionYear>2016</inceptionYear>
1010
<modules>
1111
<module>release-parent</module>

‎release-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.arangodb</groupId>
88
<artifactId>arangodb-java-driver-parent</artifactId>
9-
<version>7.19.0-SNAPSHOT</version>
9+
<version>7.19.0</version>
1010
</parent>
1111
<packaging>pom</packaging>
1212

‎shaded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<relativePath>../release-parent</relativePath>
99
<groupId>com.arangodb</groupId>
1010
<artifactId>release-parent</artifactId>
11-
<version>7.19.0-SNAPSHOT</version>
11+
<version>7.19.0</version>
1212
</parent>
1313

1414
<name>arangodb-java-driver-shaded</name>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /