absurdfarce commented on code in PR #453:
URL:
https://github.com/apache/cassandra-nodejs-driver/pull/453#discussion_r2955756724
##########
package.json:
##########
@@ -52,6 +52,6 @@
"eslint": "eslint lib test"
},
"engines": {
- "node": ">=18"
+ "node": ">=20"
Review Comment:
Apologies for the noob question but what's the correlation here between
engines and node.js releases?
##########
README.md:
##########
@@ -250,7 +259,7 @@ The current version of the driver offers support consistent
with this policy for
- Apache Cassandra versions 3.0 and above.
- DataStax Enterprise versions 5.1 and 6.8.
-- Node.js versions 18.x, 20.x, and 22.x.
+- Node.js versions 20.x, 22.x, and 24.x.
Review Comment:
We're coming up on a scheduled release for node.js 26.x as well... is the
goal here to get this out _before_ 26.x goes live (with the expectation of
adding explicitly 26.x support in the next release)?
##########
README.md:
##########
@@ -34,9 +33,19 @@ $ npm install cassandra-driver
- [API docs][doc-api]
- [FAQ][faq]
-## Getting Help
+## Contribution and Communication
-You can use the [project mailing list][mailinglist] or create a ticket on the
[Jira issue tracker][jira].
+Please refer to the [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to
contribute to the project.
+
+1. **Mailing List**:
+ - https://groups.google.com/a/lists.datastax.com/g/nodejs-driver-user
Review Comment:
The Google Group has been deactivated (as much as I was able to) and a
message has been posted there directing everybody to ASF Slack. I'd argue we
should remove this entirely and only point people at ASF Slack or the dev ML.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]