什么取代了 CouchDB 3.0 中已弃用的功能?

What replaces the deprecated features in CouchDB 3.0?

看起来有几个 CouchDB 功能在 3.0 中已弃用,并将在 4.0 中删除。此功能是消失了还是只是移到了其他地方?

删除的功能(根据:https://docs.couchdb.org/en/latest/whatsnew/3.0.html#deprecated-feature-warnings

Show functions (/{db}/{ddoc}/_show)
List functions (/{db}/{ddoc}/_list)
Update functions (/{db}/{ddoc}/_update)
Virtual hosts and ini-file rewrites
Rewrite functions (/{db}/{ddoc}/_rewrite)

4.0 中如何处理重写?

此功能未被替换。 CouchDB 将不再支持 CouchApps。

参见: