Skip to content
This repository has been archived by the owner on Sep 20, 2019. It is now read-only.

Releases: FlorianHockmann/Gremlin.Net

v0.2.2

16 Sep 14:19
Compare
Choose a tag to compare

Strong-name signed the project.

v0.2.1

08 Jun 18:26
Compare
Choose a tag to compare

This release simply adds .NET Framework 4.5 as an additional target framework (see #9 for more information)

v0.2.0

29 May 17:58
Compare
Choose a tag to compare
  • Support simple authentication with username and password (PLAIN SASL authentication)
  • Update to new csproj format

v0.1.3

29 Jan 17:27
Compare
Choose a tag to compare

Increase dependency versions to include implementations of the WebSockets protocol for Unix.

WebSockets could also be used before but the user had to explicitly install a newer version of System.Net.WebSockets and System.Net.WebSockets.Client. This change simple ensures that a version is used that actually contains an implementation of the WebSockets protocol for Unix. Before, users got a PlatformNotSupportedException at runtime when they didn't install a newer version themselves.

v0.1.2

12 Nov 20:27
Compare
Choose a tag to compare
  • Reduced dependencies
  • Added an IGremlinClient interface to make it easier to test client code

v0.1.1

20 Oct 20:49
Compare
Choose a tag to compare

Small fix to prevent deadlocks.

v0.1.0

19 Oct 18:02
Compare
Choose a tag to compare

Initial release