11.2. 1.0.x Branch

11.2.1. Version 1.0.0

Initial stable version

Couchdb compatibility

  • Compatible with Apache COUCHDB 1.6.0

HTTP Interface

  • _bulk_get API support.

Views

  • Major improvements in view changes indexing
  • Possibility to include deleted docs
  • Handle deleted keys in changes

Replicator

  • Support Replication using a view
  • Fix Replication freezes (improve pooling)

Core

  • Get ride of max_dbs settings
  • Create databases synchronously
  • UTF8 collation is using a ucol_nif
  • Add validate_doc_read property to design documents
  • JSON encoding using Jiffy
  • Major improvements in supervision tree

Logging

  • Usage of Lager for logging

Extensions

  • Support random doc fetching using the _random_doc handler
  • Support Geocouch 1.3, a spatial indexer