Skip to content

Commit 22b21d8

Browse files
committed
change versions in handshake
1 parent daf9f43 commit 22b21d8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/bolt-connection/src/bolt/handshake.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ function newNegotiation (channel, buffer, log) {
118118
function newHandshakeBuffer () {
119119
return createHandshakeMessage([
120120
version(255, 1),
121-
version(5, 7),
122-
[version(5, 5), version(5, 0)],
123-
[version(4, 4), version(4, 1)]
121+
[version(5, 7), version(5, 0)],
122+
[version(4, 4), version(4, 0)],
123+
version(3, 0)
124124
])
125125
}
126126

packages/neo4j-driver-deno/lib/bolt-connection/bolt/handshake.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)