CARVIEW |
Select Language
HTTP/2 200
date: Mon, 28 Jul 2025 03:38:28 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-robots-tag: none
etag: W/"ad4b9753f679a51f2f738f1a0a7ba500"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=v0CIz6v%2FK9BCC8FLmPz9VWe0UgV%2FglPrQYyGULCg7w5NcPEFLQwWb8qLis6slhaRuby4%2Buay0Ei32mmmap1EanhbpCXAY3qcZp%2BrS2gt1JzPaMTDNLULpG4iftN93%2FYUstTSSUQYc%2BRKydOwxTgpxYhqy2Fbu4mEXhWmfNp7%2FfXgxZX5Fwf2Ni13zSmSh6KYWSwTHSbHm2z6U%2FT%2B2R3Ldog18D0riaFuBOljGzhzoc0lo%2BKtx0D2PuOg0IoVh0CrFTCN7xzhLLKNKBFzKeZDlQ%3D%3D--QztAGwegwXdYQSNC--Dr6bJ83NuxlAulgtQrSCjA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.429722254.1753673907; Path=/; Domain=github.com; Expires=Tue, 28 Jul 2026 03:38:27 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Tue, 28 Jul 2026 03:38:27 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: DAC6:187A42:1478FB:1F586F:6886F0B3
1.2 changelog · neo4j/neo4j-java-driver Wiki · GitHub
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 156
1.2 changelog
Konstantin Lutovich edited this page May 24, 2017
·
14 revisions
- Fixed issues with
Transaction#isOpen()
that could incorrectly report transaction as being closed #374 and #375
- Disabled setting bookmark to null via
session#beginTransaction(bookmark)
#343 - Deprecates
ConfigBuilder#withRoutingFailureLimit()
andConfigBuilder#withRoutingRetryDelay()
#342 - Fixed possible memory leak due to logger issue#359 #362
- Restore backwards compatibility in logger by removing
Logger#warn(String, Throwable)
#361
- Resolve DNS to IP addresses for the initial URI provided for routing driver #322
- Add IPv6 address support in driver URI #322
- Fix bug in
session#reset
thatTransaction
functions (Session#readTransaction()
andSession#writeTransaction()
) should respectSession#reset()
call the same way other statement running operations do. #340
- Added dedicated functional interface
TransactionWork
for declarative transactionsSession#readTransaction(TransactionWork)
andSession#writeTransaction(TransactionWork)
#328 - Make declarative transactions commit by default and not require transaction to be marked for success via
Transaction#success()
invocation #328
- Decoupled socket connection from the
Session
. Previously session was bound to a connection and used same connection throughout its lifetime. Now new connection will be used for eachSession#run()
and each transaction started withSession#beginTransaction()
. This improves load-balancing and makes idle connections return to the pool as soon as possible #324 - Added following new API methods #325:
-
Driver#session(String bookmark)
to allow initial bookmark on session creation which is used by the first transaction -
Driver#session(AccessMode mode, String bookmark)
to allow both initial bookmark and defaultAccessMode
on session creation -
Session#readTransaction(Function<Transaction, T> work)
to allow declarative read transactions with exponential backoff retry policy -
Session#writeTransaction(Function<Transaction, T> work)
to allow declarative write transactions with exponential backoff retry policy -
ConfigBuilder#withMaxTransactionRetryTime(int value, TimeUnit unit)
to configure exponential backoff retry policy for#readTransaction()
and#writeTransaction()
, default value is 30 seconds
-
- Added memorization of the initial routing address so rediscovery procedure can use it when all other known routers fail to respond #326
- Deprecated
Session#reset()
#327
Clone this wiki locally
You can’t perform that action at this time.