Apache CouchDB full changelog
Apache CouchDB 3.5.1
released Nov 11, 2025 (New Release)
Features:
#5626, #5665: Debian Trixie support
#5709: Automatic Nouveau and Clouseau index cleanup
#5697: Add UUID v7 as a uuid algorithm option. The default is still the default sequential algorithm.
#5713, #5697, #5701, #5704: Purge improvements and fixes. Optimize it up to ~30% faster for large batches. max_document_id_number setting was removed and max_revisions_number set to unlimited by default to match _bulk_docs and _bulk_get endpoints.
#5611: Implement the ability to downgrade CouchDB versions
#5588: Populate zone from COUCHDB_ZONE env variable in Docker
#5563: Set Erlang/OTP 26 as minimum supported version
#5546, #5641: Improve Clouseau service checks in clouseau_rpc module.
#5639: Use OS certificates for replication
#5728: Configurable reduce limit threshold and ratio
Performance:
#5625: BTree engine term cache
#5617: Optimize Nouveau searches when index is fresh
#5598: Use HTTP/2 for Nouveau
#5701: Optimize revid parsing: 50-90% faster. Should help purge requests as well as _bulk_docs and _bulk_get endpoints.
#5564: Use the built-in binary hex encode
#5613: Improve scanner performance
#5545: Bump process limit to 1M
Bugfixes:
#5722, #5683, #5678, #5646, #5630, #5615, #5696: Scanner fixes. Add write limiting and switch to traversing documents by sequence IDs instead of by document IDs.
#5707, #5706, #5706, #5694, #5691, #5669, #5629, #5574, #5573, #5566, #5553, #5550, #5534, #5730: QuickJS Updates. Optimized string operations, faster context creation, a lot of bug fixes.
#5719: Use “all” ring options for purged_infos
#5649: Retry call to dreyfus index on noproc errors
#5663: More informative error if epochs out of order
#5649: Dreyfus retries on error
#5643: Fix reduce_limit = log feature
#5620: Use copy_props in the compactor instead of set_props
#5632, #5627, #5607: Nouveau fixes. Enhance _nouveau_cleanup. Improve security on http/2.
#5614: Stop replication jobs to nodes which are not part of the cluster
#5596: Fix query args parsing during cluster u
#5626, #5665: Debian Trixie support
#5709: Automatic Nouveau and Clouseau index cleanup
#5697: Add UUID v7 as a uuid algorithm option. The default is still the default sequential algorithm.
#5713, #5697, #5701, #5704: Purge improvements and fixes. Optimize it up to ~30% faster for large batches. max_document_id_number setting was removed and max_revisions_number set to unlimited by default to match _bulk_docs and _bulk_get endpoints.
#5611: Implement the ability to downgrade CouchDB versions
#5588: Populate zone from COUCHDB_ZONE env variable in Docker
#5563: Set Erlang/OTP 26 as minimum supported version
#5546, #5641: Improve Clouseau service checks in clouseau_rpc module.
#5639: Use OS certificates for replication
#5728: Configurable reduce limit threshold and ratio
Performance:
#5625: BTree engine term cache
#5617: Optimize Nouveau searches when index is fresh
#5598: Use HTTP/2 for Nouveau
#5701: Optimize revid parsing: 50-90% faster. Should help purge requests as well as _bulk_docs and _bulk_get endpoints.
#5564: Use the built-in binary hex encode
#5613: Improve scanner performance
#5545: Bump process limit to 1M
Bugfixes:
#5722, #5683, #5678, #5646, #5630, #5615, #5696: Scanner fixes. Add write limiting and switch to traversing documents by sequence IDs instead of by document IDs.
#5707, #5706, #5706, #5694, #5691, #5669, #5629, #5574, #5573, #5566, #5553, #5550, #5534, #5730: QuickJS Updates. Optimized string operations, faster context creation, a lot of bug fixes.
#5719: Use “all” ring options for purged_infos
#5649: Retry call to dreyfus index on noproc errors
#5663: More informative error if epochs out of order
#5649: Dreyfus retries on error
#5643: Fix reduce_limit = log feature
#5620: Use copy_props in the compactor instead of set_props
#5632, #5627, #5607: Nouveau fixes. Enhance _nouveau_cleanup. Improve security on http/2.
#5614: Stop replication jobs to nodes which are not part of the cluster
#5596: Fix query args parsing during cluster u
Apache CouchDB 3.3.3
released Dec 5, 2023 (New Release)
Apache CouchDB 3.3.2
released Apr 25, 2023 (New Release)
Fix for CVE-2023-26268, the details of which will be released in 7 days
Improve JavaScript process management
Fix quoting issue with `remsh`
Allow configurable timeouts for _view and _search
Proxy auth can now use one of the configured hash algorithms from chttpd_auth/hash_algorithms to decode authentication tokens
Bump recon to 2.5.3
Improve JavaScript process management
Fix quoting issue with `remsh`
Allow configurable timeouts for _view and _search
Proxy auth can now use one of the configured hash algorithms from chttpd_auth/hash_algorithms to decode authentication tokens
Bump recon to 2.5.3
Apache CouchDB 3.3.1
released Jan 11, 2023 (New Release)
Apache CouchDB 3.30
released Jan 3, 2023 (New Release)
Apache CouchDB 3.2.2
released Apr 19, 2022 (New Release)
Apache CouchDB 3.2.0
released Oct 12, 2021 (New Release)
Apache CouchDB 3.1.2
released Oct 5, 2021 (New Release)
Apache CouchDB 3.1.1
released Sep 18, 2020 (New Release)
Features and Enhancements:
When a client disconnects unexpectedly, CouchDB will no longer log a “normal : unknown” error. Bring forth the rainbows.
The Gravity Falls gnome pukes some rainbows for us.
Drilldown parameters for text index searches may now be specified as a list of lists, to avoid having to define this redundantly in a single query. (Some languages don’t have this facility.)
The new [chttpd] buffer_response option can be enabled to delay the start of a response until the end has been calculated. This increases memory usage, but simplifies client error handling as it eliminates the possibility that a response may be deliberately terminated midway through, due to a timeout. This config value may be changed at runtime, without impacting any in-flight responses.
When a client disconnects unexpectedly, CouchDB will no longer log a “normal : unknown” error. Bring forth the rainbows.
The Gravity Falls gnome pukes some rainbows for us.
Drilldown parameters for text index searches may now be specified as a list of lists, to avoid having to define this redundantly in a single query. (Some languages don’t have this facility.)
The new [chttpd] buffer_response option can be enabled to delay the start of a response until the end has been calculated. This increases memory usage, but simplifies client error handling as it eliminates the possibility that a response may be deliberately terminated midway through, due to a timeout. This config value may be changed at runtime, without impacting any in-flight responses.
Apache CouchDB 3.1.0
released May 6, 2020 (New Release)
Apache CouchDB for Windows 7 - free download notice
Windows 7 Download periodically updates software information of Apache CouchDB from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
WinX MediaTrans
63% Off -
WinX DVD Ripper
50% Off -
FREE VPN PROXY by SEED4.ME WINDOWS
Free VPN by Seed4Me -
WinX DVD Copy Pro
42% Off -
MacX MediaTrans
63% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- dbForge Data Compare for Oracle 2025.1
- PostgreSQL 18.1
- Navicat Lite for Oracle 17.3.6
- dbForge SQL Complete Standard 2025.2.138
- Aqua Data Studio x64 24.0.0
- MDB Viewer Plus 2.63
- Ant Access Viewer 1.1.3
- FileMaker Pro 14.0v1
- MemberTies 5.2.2
- ASPRunner Professional 10.91 Build 41974
- FlameRobin 0.9.3 Snapshot
- DBF to DBF Converter 2.35
- Medix Doctor 2.2
Popular Tags
export
convert
conversion
primary
oracle
import
excel
access
gui
migrate
mysql
tool
dictionary
ems
odbc
sql
translation memories
server
data
database
development
sql server
utility
dbf
query
table
software
mssql
user-friendly
converter
Popular Windows 7 Software
- Microsoft Office 2007
- LoadPlanner Desktop 2.6.4
- LibreOffice 25.8.3.2 Latest
- LibreOffice x64 24.2.4
- Card Maker Software For Windows OS 8.2.0.2
- dbForge Data Compare for Oracle 2025.1
- Alternate Timer 4.840
- dbForge Transaction Log for SQL Server 2025.2
- EasyBilling Invoicing Software 9.8.7
- ChequeSystem Cheque Printing Software 8.5.6
- Quick Receipt Software 2.8.3
- dbForge Schema Compare for SQL Server 2025.2.138
- dbForge Monitor for SQL Server 2025.2
- dbForge Compare Bundle for SQL Server 2025.2
- dbForge Data Compare for SQL Server 2025.2
© 2025 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.



