Cole-Greer commented on code in PR #3472: URL: https://github.com/apache/tinkerpop/pull/3472#discussion_r3469762922
########## docs/src/upgrade/release-4.x.x.asciidoc: ########## @@ -32,6 +32,49 @@ complete list of all the modifications that are part of this release. === Upgrading for Users +==== Standardizing JavaScript Connection Options + +TinkerPop 4.x standardizes connection option names and defaults across the GLVs. In `gremlin-javascript`, the driver +now adopts `undici` as a pinned dependency that ships a default dispatcher, several dead options have been removed, the Review Comment: Nit: I would avoid framing the removed options as "dead options". They were indeed unwired in 4.0.0-beta.2, but from the perspective of an upgrade from 3.8.x, they were active options which are now removed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
