You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2021/04/04 13:38:41 UTC

[GitHub] [couchdb] janl commented on pull request #3425: report Erlang and JS version in welcome message

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:
users@infra.apache.org