nickva opened a new pull request, #5197:
URL: https://github.com/apache/couchdb/pull/5197

   After scanning some production clusters, noticed that QuickJS and SM 91 
seems to be using a different json order than SM 1.8.5. A KV proplist ejson 
prompt result could show up as a compatibility issue when the JSON key order is 
different.
   
   To fix it, use maps instead of ejson KVs. Could have just used a 
jiffy:encode/decode pair, but it seemed wasteful to serialize everything when 
we just want to transform the proplists so created a small utility function.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to