This repository has been archived by the owner on Sep 20, 2019. It is now read-only.
Releases: FlorianHockmann/Gremlin.Net
Releases · FlorianHockmann/Gremlin.Net
v0.2.2
v0.2.1
v0.2.0
- Support simple authentication with username and password (PLAIN SASL authentication)
- Update to new
csproj
format
v0.1.3
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
- Reduced dependencies
- Added an IGremlinClient interface to make it easier to test client code
v0.1.1
Small fix to prevent deadlocks.
v0.1.0
Initial release