janl commented on pull request #3425:
URL: https://github.com/apache/couchdb/pull/3425#issuecomment-813034902
Added `erlang_version` and `spider monkey_version` to our welcome message:
```
{
"couchdb": "Welcome",
"version": "3.1.1-813ecd4-dirty",
"git_sha": "813ecd4",
"erlang_version_verison": "23.2.7",
"javascript_engine": {
"name": "spidermonkey",
"version": 86
},
"uuid": "fake_uuid_for_dev",
"features": [
"access-ready",
"partitioned",
"pluggable-storage-engines",
"reshard",
"scheduler"
],
"vendor": {
"name": "The Apache Software Foundation"
}
}
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]