Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add libicu version fetching and emit it in the _node/_local/_versions #3798

Merged
merged 1 commit into from Oct 24, 2021

Conversation

nickva
Copy link
Contributor

@nickva nickva commented Oct 24, 2021

Fetch the libicu base version as well as the collator version. The base version may be used to determine which libicu library CouchDB is using. The collator version may be used to debug view behavior in case when collation order had changed from one version to the next.

Fetch the libicu base version as well as the collator version. The
base version may be used to determine which libicu library CouchDB is
using. The collator version may be used to debug view behavior in case
when collation order had changed from one version ot the next.
@nickva nickva force-pushed the get-libicu-detailed-versions branch from e204d5a to 9e2bd10 Compare October 24, 2021 15:59
Copy link
Contributor

@jaydoane jaydoane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Slick!

$ curl -s -u adm:pass localhost:15984/_node/_local/_versions | jq .collation_driver
{
  "name": "libicu",
  "library_version": "69.1",
  "collation_algorithm_version": "13"
}

@nickva nickva merged commit c1bb4e4 into 3.x Oct 24, 2021
@nickva nickva deleted the get-libicu-detailed-versions branch October 24, 2021 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants