1.9. 1.6.x分支

1.9.1. 升级说明

这个 Proxy Authentication 处理程序已重命名为 proxy_authentication_handler 跟随 *_authentication_handler 所有其他处理程序的形式。旧的 proxy_authentification_handler 名称被标记为已弃用,将在将来的版本中删除。强烈建议更新 httpd/authentication_handlers 如果您使用了这样的处理程序,则使用新值的选项。

1.9.2. 版本1.6.0

  • COUCHDB-2200: support Erlang/OTP 17.0 #35e16032
  • Fauxton:我们实验性的新用户界面有很多改进,包括将代码编辑器从codemrror切换到Ace,以及更好地支持各种浏览器。
  • 添加 max_count 选项 (UUIDs配置 )允许速率限制可以从 /_uuids 单个请求中的处理程序 (CVE 2014-2668
  • COUCHDB-1986: increase socket buffer size to improve replication speed for large documents and attachments, and fix tests on BSD-like systems. #9a0e561b
  • COUCHDB-1953: improve performance of multipart/related requests. #ce3e89dc
  • COUCHDB-2221: verify that authentication-related configuration settings are well-formed. #dbe769c6
  • COUCHDB-1922: fix CORS exposed headers. #4f619833
  • 重命名 proxy_authentification_handlerproxy_authentication_handler . #c66ac4a8
  • COUCHDB-1795: ensure the startup script clears the pid file on termination. #818ef4f9
  • COUCHDB-1962 :现在可以在不具有对源数据库的写访问权限的情况下执行复制 (#1d5fe2aa ),现在可以配置复制检查点间隔 (#0693f98e
  • COUCHDB-2025: add support for SOCKS5 proxies for replication. #fcd76c9
  • COUCHDB-1930: redirect to the correct page after submitting a new document with a different ID than the one suggested by Futon. #4906b591
  • COUCHDB-1923: add support for attachments and att_encoding_info options (formerly only available on the documents API) to the view API. #ca41964b
  • COUCHDB-1647: for failed replications originating from a document in the _replicator database, store the failure reason in the document. #08cac68b
  • 对文档进行了一些改进。