rnewson opened a new pull request, #5328: URL: https://github.com/apache/couchdb/pull/5328
## Overview X-Couch-Request-Id has always been hardcoded to 5 random bytes, expressed as hex. This is perfectly fine for pretty much everyone but is overly prescriptive. Allow up to 36 alphanumeric characters plus underscore and dash, so as to accommodate a UUID as well as other patterns. ## Testing recommendations covered by test ## Related Issues or Pull Requests <!-- If your changes affect multiple components in different repositories please put links to those issues or pull requests here. --> ## Checklist - [x] Code is written and works correctly - [x] Changes are covered by tests - [ ] Any new configurable parameters are documented in `rel/overlay/etc/default.ini` - [x] Documentation changes were made in the `src/docs` folder - [ ] Documentation changes were backported (separated PR) to affected branches -- 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-unsubscr...@couchdb.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org