[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Releases: neo4j-drivers/seabolt

v1.7.4

09 May 14:13
6912093
Compare
Choose a tag to compare

Release of version 1.7.4

v1.7.3

07 Mar 14:56
1c0e8c2
Compare
Choose a tag to compare

Release of version 1.7.3

v1.7.2

29 Jan 18:52
Compare
Choose a tag to compare

Release of version 1.7.2

v1.7.1

05 Dec 11:09
Compare
Choose a tag to compare

Release of version 1.7.1

v1.7.0

01 Nov 14:15
Compare
Choose a tag to compare

This is the first release of our official C Connector - seabolt. Check change log for a list of changes introduced.

Linux binary packages are created on Ubuntu 16.04 box and installed artifacts contain path information from Ubuntu filesystem layout and thus may not be behave as expected on other distributions.

v1.7.0-rc03

26 Oct 08:46
116a161
Compare
Choose a tag to compare
v1.7.0-rc03 Pre-release
Pre-release

For a list of changes introduced, have a look at changelog.

If you previously installed from tarballs on MacOS or Linux, and want to update it with the latest release - you can remove those files with the following commands (while we fix an issue with deb and rpm packages);

rm -rf /usr/local/include/seabolt17
rm -rf /usr/local/lib/libseabolt17*
rm -rf /usr/local/share/cmake/seabolt17
rm -rf /usr/local/share/pkgconfig/seabolt17*

v1.7.0-rc02

19 Oct 20:33
Compare
Choose a tag to compare
v1.7.0-rc02 Pre-release
Pre-release

This release includes packaging level (library names, improvements around building and packaging, etc). Please look at change log for more details.

v1.7.0-rc01

11 Oct 18:51
Compare
Choose a tag to compare
v1.7.0-rc01 Pre-release
Pre-release

The very first release candidate version.

v1.7.0-beta03

05 Oct 11:13
Compare
Choose a tag to compare
v1.7.0-beta03 Pre-release
Pre-release

This release introduces more configuration options around TLS, connection related timeouts (lifetime, acquisition and socket timeouts). It also improves concurrency and reliability of the routing driver.

See change log for more details.

v1.7.0-beta02

20 Sep 20:36
4834786
Compare
Choose a tag to compare
v1.7.0-beta02 Pre-release
Pre-release

This release provides support for Bolt V3 which is the new protocol version being used in neo4j 3.5 version.