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/11/14 07:05:33 UTC

[GitHub] [couchdb] nickva commented on issue #3298: Report JS version in _system

nickva commented on issue #3298:
URL: https://github.com/apache/couchdb/issues/3298#issuecomment-968219176


   This is fixed:
   
   
   ```
   {
       "collation_driver": {
           "collation_algorithm_version": "13",
           "library_version": "66.1",
           "name": "libicu"
       },
       "erlang_version": "23.3.1",
       "javascript_engine": {
           "name": "spidermonkey",
           "version": "68"
       }
   }
   ```
   
   We report JS, erlang and libicu versions


-- 
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: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org