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 2022/02/07 11:34:44 UTC

[GitHub] [couchdb] nickva edited a comment on pull request #3889: Handle libicu upgrades in views

nickva edited a comment on pull request #3889:
URL: https://github.com/apache/couchdb/pull/3889#issuecomment-1021405191


   We are returning the collator version in the  `http $COUCH/_node/*/_versions`.
   
   Thanks to @lostnet for the idea
   
   ```json
   {
       "collation_driver": {
           "collation_algorithm_version": "9",
           "collator_version": "153.72",
           "library_version": "59.1",
           "name": "libicu"
       },
       "erlang_version": "23.3.4.10",
       "javascript_engine": {
           "name": "spidermonkey",
           "version": "1.8.5"
       }
   }
   ```


-- 
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