Seabolt Versions Save

Neo4j Bolt Connector for C

v1.7.4

5 years ago

Release of version 1.7.4

v1.7.3

5 years ago

Release of version 1.7.3

v1.7.2

5 years ago

Release of version 1.7.2

v1.7.1

5 years ago

Release of version 1.7.1

v1.7.0

5 years ago

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

5 years ago

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

5 years ago

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

5 years ago

The very first release candidate version.

v1.7.0-beta03

5 years ago

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

5 years ago

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