v0.4.2
Deprecated: JanusGraphClientBuilder
The main change in this release is the deprecation of the JanusGraphClientBuilder
.
The reasoning behind this deprecation is mostly that the builder makes it harder to configure the GremlinClient
as it needs to replicate all config options. Showing users how they can just configure a GremlinClient
with serialization support for JanusGraph also makes it easier to use this library for existing users of Gremlin.Net.
More information can be found in this issue: #112
All Commits in this Release
- Migrate to official Testcontainers library by @FlorianHockmann in #102
- Bump xunit from 2.4.1 to 2.4.2 by @dependabot in #104
- Bump Testcontainers from 2.0.1 to 2.1.0 by @dependabot in #103
- Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.0 by @dependabot in #105
- Bump Microsoft.NET.Test.Sdk from 17.3.0 to 17.3.1 by @dependabot in #106
- Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2 by @dependabot in #107
- Bump Testcontainers from 2.1.0 to 2.2.0 by @dependabot in #108
- Bump Microsoft.Extensions.Configuration.Json from 6.0.0 to 7.0.0 by @dependabot in #109
- Bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.0 by @dependabot in #110
- Bump Testcontainers from 2.2.0 to 2.3.0 by @dependabot in #111
- Bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.4.1 by @dependabot in #113
- Enable Dependabot also for GH Actions by @FlorianHockmann in #115
- Bump actions/setup-dotnet from 2 to 3 by @dependabot in #116
- Deprecate JanusGraphClientBuilder by @FlorianHockmann in #117
- 0.4.2 Release by @FlorianHockmann in #118
Full Changelog: v0.4.1...v0.4.2