I can't think of anything else off the top of my head. For _temp_view we could probably add that to the clustered API rather easily given that its now just a simplistic front-end to the standard view engine.
On Mon, Aug 18, 2014 at 2:59 PM, Alexander Shorin <[email protected]> wrote: > Hi devs, > > Following the last meeting minutes I grep couchdb 1.x and 2.x sources > for the HTTP API / config options and compare them to define > deprecation list. > > Removed HTTP endpoints: > /_log - removed in favor of lager configuration > > > Deprecation in HTTP API query params: > /db/_bulk_docs doesn't supports all_or_nothing anymore > > > Worth to finally deprecate: > /db/_missing_revs - should be removed in favor of /db/_revs_diff which > provides the same functionality + is able to find possible ancestors > and is actually uses by modern replicator (since 1.2 release). > > > Not available HTTP API through cluster interface: > /_stats > /_restart > /db/_compact > /db/_purge - not implemented > /db/_temp_view > > So at least the change is that they are gone from public API for the > world and only available for internal, in-cluster, usage which gives > them some special status in new documentation. > > > Removed config options: > couchdb/util_driver_dir > httpd/log_max_chunk_size > log/file > log/include_sasl > log/level > > > Anything I miss? > > -- > ,,,^..^,,,
