This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 46a2c1411f9e41d6e8c690bc2ec3f392ea305489
Author: Stephen Mallette <[email protected]>
AuthorDate: Mon Jul 13 14:18:00 2026 -0400

    Bump Microsoft.Extensions.Logging.Abstractions to 10.0.9
    
    Moves gremlin-dotnet to the 10.0 LTS line. Gremlin.Net stays on net8.0
    as the package ships a net8.0 assembly.
    
    Assisted-by: Claude Code:claude-opus-4-8
---
 CHANGELOG.asciidoc                                | 1 +
 gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index cda502e052..74b6495c4e 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -29,6 +29,7 @@ 
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 * Raised the minimum Java version to 17 for building and running *(breaking)*.
 * Enabled building and running with Java 21 and Java 25.
 * Bumped Groovy to 4.0.32, Hadoop to 3.4.3, Spark to 4.1.2 (Scala 2.13), and 
Netty to 4.2.7 to support Java 25.
+* Bumped `Microsoft.Extensions.Logging.Abstractions` to 10.0.9 for 
`gremlin-dotnet`.
 * Standardized connection options across all GLVs (Java, Python, .NET, Go, 
JavaScript) per the TinkerPop 4.x GLV proposal; see the upgrade docs for the 
full per-driver table. *(breaking)*
 ** Aligned option names across drivers: `maxConnections` (128), 
`connectTimeoutMillis` (5000), `readTimeoutMillis` (off), `idleTimeoutMillis` 
(180000), `keepAliveTimeMillis` (30000), `compression` (on/`deflate`), 
`batchSize` (64), `bulkResults` (false), `maxResponseHeaderBytes`, `proxy`, 
`ssl`, and `responseSerializer`. Timeouts use a millisecond-suffixed canonical 
name with an idiomatic duration companion (Java `Duration`, Go `time.Duration`, 
.NET `TimeSpan`, Python seconds); JavaScript [...]
 ** Java: renamed 
`maxConnectionPoolSize`/`connectionSetupTimeoutMillis`/`idleConnectionTimeoutMillis`/`resultIterationBatchSize`/`serializer`
 and `RequestOptions.addG`->`traversalSource`; removed 
`maxResponseContentLength` (responses now stream); added `readTimeoutMillis`, 
`keepAliveTimeMillis`, `maxResponseHeaderBytes`, `proxy`, `url(String)`, 
`ssl(SslContext)`. *(breaking)*
diff --git a/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj 
b/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
index 2d85e673b3..300f8c4639 100644
--- a/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
+++ b/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
@@ -73,7 +73,7 @@ NOTE that versions suffixed with "-rc" are considered release 
candidates (i.e. p
 
   <ItemGroup>
     <PackageReference Include="AWSSDK.Core" Version="3.7.400.2" />
-    <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" 
Version="8.0.2" />
+    <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" 
Version="10.0.9" />
     <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" 
PrivateAssets="All" />
     <PackageReference Include="Polly" Version="8.5.1" />
   </ItemGroup>

Reply via email to